| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.2.2 source code.tar.gz | 2026-03-03 | 803.8 kB | |
| 2.2.2 source code.zip | 2026-03-03 | 1.4 MB | |
| README.md | 2026-03-03 | 2.2 kB | |
| Totals: 3 Items | 2.2 MB | 2 | |
This release is mostly about bugfixing, although it also enables supports for more platforms, and exposes additional APIs using context parameters.
What's Changed
- minor: Remove unnecessary toNonEmptyListOrNull in optics FilterIndex by @kyay10 in https://github.com/arrow-kt/arrow/pull/3838
- Remove incorrect Ior contracts, and workaround KT-31886 by @kyay10 in https://github.com/arrow-kt/arrow/pull/3841
- fix(optics): resolve name shadowing when property is named 'arrow' (#3789) by @sjoongh in https://github.com/arrow-kt/arrow/pull/3845
- Cleanup and optimize Nec serialization by @kyay10 in https://github.com/arrow-kt/arrow/pull/3839
- Enable Android Native targets: androidNativeArm64 and androidNativeX64 by @smyrgeorge in https://github.com/arrow-kt/arrow/pull/3835
- ktor typesafe routing by @mrf7 in https://github.com/arrow-kt/arrow/pull/3832
- Make
ExitCaseconstructors internal by @serras in https://github.com/arrow-kt/arrow/pull/3853 - Mark
AutoCloseScopeandSagaScopeas subclass opt-in by @serras in https://github.com/arrow-kt/arrow/pull/3854 - Make
HttpCircuitBreakeraware ofexpectSuccessby @serras in https://github.com/arrow-kt/arrow/pull/3852 - Fix [#3860] by @serras in https://github.com/arrow-kt/arrow/pull/3861
- Enable more target platforms by @serras in https://github.com/arrow-kt/arrow/pull/3863
- Deprecate
unweaveby @serras in https://github.com/arrow-kt/arrow/pull/3864 - Fixes around context parameters by @serras in https://github.com/arrow-kt/arrow/pull/3874
- Introduce foldLeft2 for NonEmptyList by @serras in https://github.com/arrow-kt/arrow/pull/3878
- Correctly compute visibility for optics by @serras in https://github.com/arrow-kt/arrow/pull/3877
- Better handling of generics in prism creation by @serras in https://github.com/arrow-kt/arrow/pull/3881
New Contributors
- @sjoongh made their first contribution in https://github.com/arrow-kt/arrow/pull/3845
- @smyrgeorge made their first contribution in https://github.com/arrow-kt/arrow/pull/3835
- @mrf7 made their first contribution in https://github.com/arrow-kt/arrow/pull/3832
Full Changelog: https://github.com/arrow-kt/arrow/compare/2.2.1.1...2.2.2