Skip to content

Commit

Permalink
Merge pull request #5 from migueltt/feature/release-v1.2.2
Browse files Browse the repository at this point in the history
1.2.2-release
  • Loading branch information
migueltt authored Oct 24, 2024
2 parents 2b9f201 + b8ddf81 commit 79939e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
> and most importantly, write asynchronous code in a natural way using DSL expressions.
## Releases
- `io.turbodsl:io-turbodsl-core:1.2.2` : Additional functionality for collections
- Parallel processing on collections, adding functions for `map`, `filter`, `forEach`, `all`, `any`, `none`, and `contains`.
- Multiple modes for collection asynchronous execution: parallel, buckets, pool.
- All extension-functions for collections use prefix `async` to avoid naming mistakes with existing Kotlin functions.
- Parallel flag added for `AsyncScope` to trigger sequential execution for debug / development purposes.
- `io.turbodsl:io-turbodsl-core:1.2.1` : Some-breaking changes
- Default values for optional parameters - see [Kotlin nullable generics and default values](https://miguelt.medium.com/kotlin-nullable-generics-and-default-values-a9d95549eac5)
- Changed: `default` parameter has a default value `Undefined.Parameter`
Expand Down

0 comments on commit 79939e3

Please # to comment.