2.1.12
·
490 commits
to series/2.x
since this release
This release brings a couple bug fixes for STM
, as well as a few optimizations and usability improvements.
What's Changed
- Add addLogAnnotation method to Runtime for adding a log annotation to the entire app by @somdoron in #9235
- Add
ZIO.fromNullable
by @kyri-petrou in #9250 - Use reflection to install system signal handlers in JVM applications by @kyri-petrou in #9251
- adds ConfigProvider.fromAppArgs by @somdoron in #9242
- fix pipeline intersperse issue by @paulpdaniels in #9253
- [9102] - add awaiting function to Semaphore by @IgorDorokhov in #9212
- Expose
Fiber.Runtime.UnsafeAPI#interrupt
method by @hearnadam in #9246 - Ensure that transactions containing both reads and writes are consistent by @kyri-petrou in #9265
- optimize fromCompletionStage by @hearnadam in #9267
- Optimise happy path in ZChannel.mapOutZIOPar* by @regiskuckaertz in #9123
- Allow all types of statements within
suiteAll
for Scala 3 by @kyri-petrou in #9273 - Make
TMap#toMap
idempotent by @kyri-petrou in #9280
Other changes (CI, dependencies and documentation)
- fix(deps): update dependency @zio.dev/zio-profiling to v0.3.2 by @renovate in #9238
- Add
.devcontainer
config by @kyri-petrou in #9228 - fix(deps): update dependency @zio.dev/zio-ftp to v0.4.3 by @renovate in #9241
- fix(deps): update dependency @zio.dev/zio-logging to v2.3.2 by @renovate in #9248
- fix(deps): update dependency @zio.dev/zio-telemetry to v3.0.0 by @renovate in #9249
- Add zio-streams-compress by @erikvanoosten in #9252
- Added zio-cli sample project to sampleprojects by @fancellu in #9256
- Add Kafka BigQuery Express to the sampleprojects by @erikvanoosten in #9255
- fix(deps): update dependency @zio.dev/zio-streams-compress to v0.0.2 by @renovate in #9259
- fix(deps): update dependency @zio.dev/zio-kafka to v2.8.3 by @renovate in #9263
- docs: update quickstarts and tutorials for sbt-revolver plugin added by @varshith257 in #9195
- Update dependencies by @kyri-petrou in #9270
- Fixed typo in zio.md by @gbarrett-makeit in #9275
- Add articles to Resources and sort them by @ghostdogpr in #9277
- Fix Scaladoc for
ZStream.fromOutputStreamScoped
by @kyri-petrou in #9269 - Doc: Update the Service Pattern doc && Remove the
Accessor Methods
section from it by @guizmaii in #9220 - fix(deps): update dependency @zio.dev/zio-telemetry to v3.0.1 by @renovate in #9278