Releases: arrow-kt/arrow
2.1.0
What's Changed
- Test for #3458 by @serras in #3571
- chore(deps): update dependency ru.vyarus.animalsniffer to v2 by @renovate in #3569
- fix(deps): update all dependencies by @renovate in #3568
- Move integrations to main repo + new Ktor integrations by @serras in #3570
- Fix problem in tests for Jackson integration module by @serras in #3578
- Add SuspendApp to the main repo by @serras in #3577
- Non-empty collections for Jackson by @serras in #3580
- Upgrade configuration for Kotlin User Projects by @serras in #3584
- fix(deps): update all dependencies by @renovate in #3582
- Further improvements for Kotlin Compatibility Testing by @serras in #3586
- Update secrets to sign and publish Arrow artifacts by @franciscodr in #3588
- Test and fix for Map.combine() by @hristo-stefanov in #3592
- fix: move exit handling outside runScope by @tKe in #3589
- Make implementation of
HttpRequestSchedule
closer toHttpRetry
by @serras in #3593 - test(suspendapp): add test harness for suspendapp by @tKe in #3594
Eval
forsuspend
functions by @serras in #3595- fix(deps): update all dependencies by @renovate in #3587
- Mark
AwaitAllScope
as experimental by @serras in #3597 - Some tweaks to publication by @serras in #3596
- fix(deps): update all dependencies by @renovate in #3599
- chore(deps): update plugin com.gradle.develocity to v4 by @renovate in #3604
- fix(deps): update all dependencies by @renovate in #3602
- fix(deps): update all dependencies by @renovate in #3607
New Contributors
- @hristo-stefanov made their first contribution in #3592
Full Changelog: 2.0.1...2.1.0
2.0.1
Bugfix release, including new Android targets, and more WebAssembly!
New Contributors
- @Rawa made their first contribution in #3548
- @illarionov made their first contribution in #3544
- @PavlosTze made their first contribution in #3550
- @FWest98 made their first contribution in #3559
Full Changelog: 2.0.0...2.0.1
2.0.1-alpha.1
What's Changed
- Remove old Arrow 2.0 warning by @Rawa in #3548
- Remove deprecated getHandle() from KDoc in Either by @illarionov in #3544
- Align generic name of non-empty collections with the underlying ones by @serras in #3549
New Contributors
- @Rawa made their first contribution in #3548
- @illarionov made their first contribution in #3544
Full Changelog: 2.0.0...2.0.1-alpha.1
2.0.0
The new major release of Arrow! 🎉
This version strives to be source compatible with 1.2, if deprecated methods and classes are not used. Please check the Arrow website for the full release notes.
2.0.0-rc.1
Release candidate for the new major version
2.0.0-beta.3
Prepare for 2.0 publication Co-authored-by: Alejandro Serrano <[email protected]> Co-authored-by: franciscodr <[email protected]>
1.2.4
1 Bug fixes:
- New
AutoCloseScope
DSL, make sure closing in reversed order
1 Rollback:
- Don't be too strict on return type of
Raise
DSL.
What's Changed
- chore(deps): update all dependencies by @renovate in #3383
- fix(autoclose): close
Closeable
s in reversed order by @hoc081098 in #3387 - chore(deps): update all dependencies by @renovate in #3392
- fix: Fold restriction not allowing any Function<*> to be returned is too strict in 4bd8694
Full Changelog: 1.2.3...1.2.4
1.2.3
We went from 1.2.1 directly to 1.2.3, since in 1.2.2 there is a crucial bug concerning KSP. This release features multiple new modules such as:
- arrow-autoclose: for enabling a typed DSL for working with
AutoCloseable
. - arrow-optics-compose: Specialised integration between Arrow Optics and Compose
- arrow-collectors: Allows composing operations over sequences of values
(lists, flows, sequences) while ensuring that the sequence is traversed only once. - arrow-eval: To provide forward compatibility for the deprecated
Eval
type
Many modules, and features were enhanced, and improved based on user feedback. You can read the full release post on the Arrow website.
Thanks to everyone involved, all new contributors, and all members of the Arrow community for supporting, and helping each other and providing feedback to make Arrow better together.
What's Changed
- Update plugin com.gradle.enterprise to v3.15 by @renovate in #3129
- Update all dependencies to v0.12.0-rc.6 by @renovate in #3131
- Update stefanzweifel/git-auto-commit-action action to v5 by @renovate in #3136
- Prepare for Kotlin community build by @serras in #3140
- Add Tuples test coverage by @vngrp in #3143
- Mention ignoreErrors in nullable's documentation by @CLOVIS-AI in #3139
- Update all dependencies by @renovate in #3132
- Use new Atomic types from Kotlin 1.9 by @serras in #3220
- Provide test coverage for NonEmptyList by @l2hyunwoo in #3135
- Update Arrow-Atomic by @nomisRev in #3225
- Bump Kotlin dev version by @serras in #3239
- Replace uses of deprecated
kotlin.native.concurrent.AtomicReference
by @serras in #3241 - Fix .toNonEmptyXxxOrNull for nullable types by @mjadczak in #3127
- Update all dependencies by @renovate in #3275
- Update dependency io.github.classgraph:classgraph to v4.8.164 by @renovate in #3281
- Enable Kover for serialization, disable for Optics KSP by @serras in #3284
- Update all dependencies to v5.10.1 by @renovate in #3285
- Roll back to Kover 0.7.3 by @serras in #3286
- chore(Raise.fold): remove duplicated
this is DefaultRaise && isTraced
by @hoc081098 in #3283 - Add iorNel builder and Ior.toIorNel function by @sampengilly in #3114
- chore(deps): update actions/setup-java action to v4 by @renovate in #3304
- chore(deps): update all dependencies by @renovate in #3300
- chore(deps): update all dependencies by @renovate in #3306
- Update to Java 17 by @serras in #3307
- fix(deps): update all dependencies to v1.6.2 by @renovate in #3308
- chore(deps): update dependency com.diffplug.spotless to v6.23.3 by @renovate in #3312
- chore(deps): update all dependencies by @renovate in #3313
- chore(deps): update all dependencies by @renovate in #3321
- chore(deps): update actions/upload-artifact action to v4 by @renovate in #3322
- Fix 3235 by @kyay10 in #3316
- chore(KProperty1.lens): Perform check for data class only once. by @kyay10 in #3315
- Add more options to memoization cache by @serras in #3296
- Correctly escape class names in Optics KSP when a property clashes with a package name by @serras in #3326
- chore(arrow-atomic): Cleanup atomic code by @kyay10 in #3318
- Run K2 using 2.0.0-Beta2 by @serras in #3327
- Safeguard for leaked 'raise' or 'bind' by @serras in #3329
- chore(deps): update all dependencies to v1.9.22 by @renovate in #3335
- chore(deps): update all dependencies by @renovate in #3339
- chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention to v0.8.0 by @renovate in #3345
- Update kotlin-compile-testing by @serras in #3330
- Arrow Collectors by @serras in #3280
- chore(deps): update dependency com.diffplug.spotless to v6.24.0 by @renovate in #3347
- Separate 'arrow-eval' module by @serras in #3332
- Rework IorRaise impl to use EmptyValue, and add tests by @kyay10 in #3338
- Deprecate Iterable#unzip in favor of stdlib method by @terminalnode in #3352
- Make a common public parent for raise exception by @nomisRev in #3349
- chore(deps): update all dependencies to v1.9.22-1.0.17 by @renovate in #3348
- Fix traced CCE when nested different types. by @kyay10 in #3337
- chore(deps): update dependency com.diffplug.spotless to v6.25.0 by @renovate in #3355
- Arrow Optics ❤️ Compose by @serras in #3299
- chore(deps): update all dependencies by @renovate in #3357
- chore(deps): update plugin com.gradle.enterprise to v3.16.2 by @renovate in #3361
- chore(deps): update gradle/gradle-build-action action to v3 by @renovate in #3362
- chore(deps): update dependency org.jetbrains.kotlinx.binary-compatibility-validator to v0.14.0 by @renovate in #3363
- Add AutoClose module by @nomisRev in #3356
- Update to gradle/actions/setup-gradle@v3 by @serras in #3364
- Added high arity for arrow-core.api functions by @yesitskev in #3360
- Deprecate widen by @kyay10 in #3369
- Add forEachAccumulating and refactor mapOrAccumulate by @kyay10 in #3367
- chore(deps): update all dependencies by @renovate in #3368
- Implement sealed class Lenses by @maksym-moroz in #3359
- fix(deps): update dependency androidx.compose.runtime:runtime to v1.6.1 by @renovate in #3371
- Update arrow-stack to mention all the projects by @serras in #3372
- added retryRaise and retryEither functions by @akotynski in #3373
- chore(deps): update all dependencies by @renovate in #3375
- Avoid storing more transformed elements than necessary by @serras in #3376
- Use macOS 14 runner by @serras in #3377
- fix(deps): update all dependencies by @renovate in #3378
- chore(deps): update dependency org.jetbrains.compose to v1.6.0 by @renovate in #3379
- Ignore properties in sealed hierarchies where the type changes across children by @serras in #3382
New Contributors
- @vngrp made their first contribution in #3143
- @CLOVIS-AI made their first contribution in #3139
- @mjadczak made their first contribution in #3127
- @sampengilly made their first contribution in #3114
- @terminalnode made their first contribution in #3352
- @yesitskev made their first contribution in #3360
- @maksym-moroz made their first contribution in #3359
- @akotynski made their first contribution in #3373
Full Changelog: 1.2.1...1.2.3
1.2.1
What's Changed
- Fix Option.tap deprecation message. by @wolpl in #3096
- Fix problem with optics and <*> generics by @serras in #3097
- Backport fix for K2 by @serras in #3098
- ignoreErrors for Raise by @serras in #3100
- Update all dependencies by @renovate in #3085
- Update all dependencies by @renovate in #3101
- Update all dependencies to v0.12.0-rc.5 by @renovate in #3102
- Update all dependencies to v1.9.0-1.0.12 by @renovate in #3103
- Update all dependencies to v5.10.0 by @renovate in #3104
- Remove references to shift in Either.kt by @nomisRev in #3105
- Update all dependencies by @renovate in #3106
- Update dependency org.jetbrains.kotlinx.kover to v0.7.3 by @renovate in #3107
- Update all dependencies by @renovate in #3112
parMapNotNull
by @raulraja in #3110parMapNotNullUnordered
forFlow
by @serras in #3111- Enable experimental K2 by @serras in #3087
- Update all dependencies by @renovate in #3118
- Update dependency com.diffplug.spotless to v6.21.0 by @renovate in #3119
- Inline
NonEmpty
maps by @serras in #3120 - Remove enableCompatibilityMetadataVariant by @nomisRev in #3124
- Update actions/checkout action to v4 by @renovate in #3125
- Update all dependencies by @renovate in #3121
New Contributors
Full Changelog: 1.2.0...1.2.1
1.2.0
What's Changed
- Add CNAME file to Dokka output by @franciscodr in #3029
- Remove legacy site code by @nomisRev in #3030
- Update README by @serras in #3033
- Cancel previous PR action on new commit by @nomisRev in #3032
- Remove legacy script files by @franciscodr in #3034
- Ensure optics type with "data" modifier is a class by @DeoTimeTheGithubUser in #3036
- Update all dependencies (major) by @renovate in #3042
- Remove test dependency from Arrow Fx by @nomisRev in #3046
- Bump Kotlin, KSP and coroutines version by @nomisRev in #3047
- fix mapIndexed when collecting multiple times by @hoc081098 in #3056
- Update versions by @nomisRev in #3058
- optics ksp plugin: fixed handling of variance (#3057) by @vladd-g in #3060
- Fixes recover inconsistency with raise DSL on types other than Either by @yoxjames in #3052
- Change NonEmptySet type parameter name from T to A by @franciscodr in #3062
- Add withError and (Eager)Effect.mapError by @kyay10 in #3059
- Update versions of several libraries by @serras in #3017
- Add merge builder for raise by @kyay10 in #3061
- Update all dependencies by @renovate in #3065
- Update dependency gradle to v8.2 by @renovate in #3070
- Fix warnings of single-subclass sealed classes by @jooohn in #3067
- KDoc for
Raise#raise
,Raise#ensure
andRaise#ensureNotNull
by @ILIYANGERMANOV in #3038 - Fix text repetition in EffectScope's deprecation message by @serras in #3072
- Introduce
NonEmptyCollection
by @serras in #3068 - Set up Spotless by @serras in #3075
- Update all dependencies by @renovate in #3079
- Add option to disable
inline
when using@optics
by @serras in #3078 - Update JS versions in
yarn.lock
by @serras in #3084 - Enable Automatic Modules for JVM by @serras in #3071
- Serialization module by @serras in #3077
- Add missing docs for
Raise
operations by @serras in #3082 - Add mapOrAccumulate extension in RaiseAccumulate by @nomisRev in #3086
- Additional tests for
copy
in Optics by @serras in #3089 - Apply Gradle Versioning in top project by @serras in #3092
- Add missing Versioning plug-in to
arrow-core-retrofit
by @serras in #3093 - Update
arrow-gradle-config
to 0.12-rc.4 by @serras in #3094 - MemoizedDeepRecursiveFunction by @serras in #3091
- Add reset and barrierAction to CyclicBarrier. by @HSAR in #3055
- [HOTFIX] Fix main publish by @nomisRev in #3095
New Contributors
- @DeoTimeTheGithubUser made their first contribution in #3036
- @vladd-g made their first contribution in #3060
- @yoxjames made their first contribution in #3052
- @kyay10 made their first contribution in #3059
- @jooohn made their first contribution in #3067
- @ILIYANGERMANOV made their first contribution in #3038
- @HSAR made their first contribution in #3055
Full Changelog: 1.2.0-RC...1.2.0