-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds 1.2.0 release summary post (#154)
- Loading branch information
1 parent
a162b72
commit 7e6d9c5
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: Arrow 1.2.0-RC Release Summary | ||
image: https://xebia.com/wp-content/uploads/2023/04/arrow-1-2-0-rc-twitter.jpg | ||
category: articles | ||
tags: [core, articles] | ||
link: https://xebia.com/blog/arrow-1-2-0-rc-is-now-available/ | ||
--- | ||
|
||
# Arrow 1.2.0-RC Release Summary | ||
|
||
We're excited to announce Arrow 1.2.0-RC alongside a new Arrow website. To briefly summarize, this release: | ||
|
||
- Introduces a brand new [typed errors](http://arrow-kt.io/learn/typed-errors/working-with-typed-errors/) module. | ||
- Adds more options for [resilience](http://arrow-kt.io/learn/resilience/). | ||
- Marks every function and type we intend to remove in 2.0 as `@Deprecated`. | ||
|
||
Read more details in the full [Arrow 1.2.0 release announcement](https://xebia.com/blog/arrow-1-2-0-rc-is-now-available/). |