Zio-py

Latest version: v0.0.16

Safety actively analyzes 630406 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 20

1.0.41

This minor release contains a fix to a regression introduced in `v1.0.4` regarding error handling in `ZIO.collectAllParN_`. Upgrading is recommended for all users. This release is binary compatible with `v1.0.0`.

Notable Changes

ZIO Core
- Implement ZManaged.makeEffectTotal (4616) (adamgfraser)
- Preserve Failures in ZIOcollectAllParN_ (4613) (adamgfraser)
- Add ReplicateM Variants (4614) (adamgfraser)
- Implement ZIOreplicateM (4607) (adamgfraser)
- Simplify Platform Specific RingBuffer Implementations (4610) (adamgfraser)
- Support Bulk Queue Operations Directly in the RingBuffer (4585) (adamgfraser)
- Added comment about cats timer when using a custom environment. (4599) (jetjager)
- Fixed Clock.currentTime implementation(4603) (darl)
- Scala 2.12.13 and 2.13.4 and Scalafix 0.9.25 (4589) (sideeffffect)
- Optimize ZQueuetakeBetween (4584) (adamgfraser)
- Improve Implementation of ZIO.foreachParN (4586) (adamgfraser)
- Support Collection Transformations For Effects Returning Nothing (4582) (adamgfraser)
- Add ZManaged.make_ Variants (4578) (adamgfraser)

ZIO Stream
- make ZStreampeel more specific (4598) (SrTobi)

ZIO Test
- ZIO Test: Implement SuiteM (4605) (adamgfraser)
- Import-less test methods (4566) (hmemcpy)
- Add zio-test-refined module (4583) (afsalthaj)
- zio-test: assert - further refinement to macro based expression capture (Scala 2.x) (4560) (dkarlinsky)

1.0.18

This release improves compatibility with Scala Native and fixes https://github.com/zio/zio/issues/7489 for ZIO 1.x series on Scala 3 by updating izumi-reflect to version `2.2.5`. All Scala 3 users and downstream libraries are advised to update to ZIO `1.0.18` or newer and release newly recompiled versions to avoid stale Tags generated by older versions of izumi-reflect from surfacing https://github.com/zio/zio/issues/7489 on Scala 3.

What's Changed
* Make concatenation of empty chunks 600 times faster https://github.com/zio/zio/pull/7396 RafalSumislawski
* Improve Chunk.empty concatenation 50x for 1.x https://github.com/zio/zio/pull/7399 shawjef3
* Update things for Scala Native (still no running tests) https://github.com/zio/zio/pull/7409 sideeffffect
* Small Scala Native improvements https://github.com/zio/zio/pull/7452 sideeffffect
* Make ZManaged accessible (without macros) https://github.com/zio/zio/pull/7120 charlescd
* Make Schedule.resetWhen/resetAfter behave like their versions in ZIO 2.0 https://github.com/zio/zio/pull/6478 sturmin
* ZIO 1.x: Update izumi-reflect to 2.2.5 https://github.com/zio/zio/pull/7790 neko-kai

New Contributors
* charlescd made their first contribution in https://github.com/zio/zio/pull/7120
* sturmin made their first contribution in https://github.com/zio/zio/pull/6478

1.0.17

What's Changed
* Small fix in the docs. by kurgansoft in https://github.com/zio/zio/pull/7180
* Modify smart assertion to handle nulls correctly. by Wosin in https://github.com/zio/zio/pull/7227
* Added flush calls to stdout and stderr on system exit by ithinkicancode in https://github.com/zio/zio/pull/7192
* fix interruptAll to interrupt all fibers before waiting by somdoron in https://github.com/zio/zio/pull/7294
* Set `Test / fork := true` to improve log readability by sideeffffect in https://github.com/zio/zio/pull/7312
* Fix Gen.instant when upper and lower bound second part are the same 1.x by strokyl in https://github.com/zio/zio/pull/7325

New Contributors
* kurgansoft made their first contribution in https://github.com/zio/zio/pull/7180
* somdoron made their first contribution in https://github.com/zio/zio/pull/7294

**Full Changelog**: https://github.com/zio/zio/compare/v1.0.16...v1.0.17

1.0.16

What's Changed
* chore(deps): update zio.version to v1.0.15 by renovate in https://github.com/zio/zio/pull/6899
* add 7 and 8 arg for check, checkM, checkAll and checkAllM by strokyl in https://github.com/zio/zio/pull/6916
* Fix frontmatters by vigoo in https://github.com/zio/zio/pull/6949
* Update cause.md by felix-hedenstrom in https://github.com/zio/zio/pull/6988
* Scala Native on Scala 3 by sideeffffect in https://github.com/zio/zio/pull/6310
* Scala Native 0.4.5 by sideeffffect in https://github.com/zio/zio/pull/6996
* Compile tests on Scala Native by sideeffffect in https://github.com/zio/zio/pull/6283
* Scala Native: compile and package as JS and JVM by sideeffffect in https://github.com/zio/zio/pull/7027
* izumi-reflect 2.1.3 (series/1.x) by sideeffffect in https://github.com/zio/zio/pull/7025
* Build all projects for Scala Native by sideeffffect in https://github.com/zio/zio/pull/7048
* Backport 6743 to 1.x by kubukoz in https://github.com/zio/zio/pull/6991
* CI: split compile step by Scala version by sideeffffect in https://github.com/zio/zio/pull/7049
* Start Test Clock Warning When Time Is Accessed by adamgfraser in https://github.com/zio/zio/pull/7054

New Contributors
* strokyl made their first contribution in https://github.com/zio/zio/pull/6916
* felix-hedenstrom made their first contribution in https://github.com/zio/zio/pull/6988

**Full Changelog**: https://github.com/zio/zio/compare/v1.0.15...v1.0.16

1.0.15

What's Changed
* Add Nike.com to the list of adopters by pmukhin in https://github.com/zio/zio/pull/6610
* chore(deps): update zio.version to v1.0.14 by renovate in https://github.com/zio/zio/pull/6606
* chore(deps): update actions/checkout action to v3.0.1 by renovate in https://github.com/zio/zio/pull/6621
* chore(deps): update dependency async to 2.6.4 [security] by renovate in https://github.com/zio/zio/pull/6623
* Bump async from 2.6.3 to 2.6.4 in /website by dependabot in https://github.com/zio/zio/pull/6622
* Zio1 stream bench by justcoon in https://github.com/zio/zio/pull/6445
* chore(deps): update actions/checkout action to v3.0.2 by renovate in https://github.com/zio/zio/pull/6685
* Update fiber.md by scottjad in https://github.com/zio/zio/pull/6488
* Publish scala3 javadoc artifacts by mijicd in https://github.com/zio/zio/pull/6712
* Java's CompletionStage: make cancellable only the async part by sideeffffect in https://github.com/zio/zio/pull/6717
* add sample project by jxnu-liguobin in https://github.com/zio/zio/pull/6719
* Add Anduin Transactions to ZIO user list by ngbinh in https://github.com/zio/zio/pull/6728
* Avoid double evaluation of by-name parameter by swachter in https://github.com/zio/zio/pull/6757
* Add Undo to the list of adopters by pellekrogholt in https://github.com/zio/zio/pull/6782
* chore: fix a typo in the comment by contrun in https://github.com/zio/zio/pull/6797
* Updated Adopters list with Rapidor by pawank in https://github.com/zio/zio/pull/6791
* Readme Adopters fix alphabetic order for Bpp.it by fabio-rizzello-omnia in https://github.com/zio/zio/pull/6795
* ZIO 1.x: Fix URL of can_fail Page by khajavi in https://github.com/zio/zio/pull/6805
* fix re-slice in chunk cause OOM. by mingyang91 in https://github.com/zio/zio/pull/6807
* Docs: Use Blocking Executor for Awaiting Connections by khajavi in https://github.com/zio/zio/pull/6803
* izumi-reflect 2.1.0 by sideeffffect in https://github.com/zio/zio/pull/6822
* Update Scala JS and Scala Native by sideeffffect in https://github.com/zio/zio/pull/6821
* Remove dottySettings by sideeffffect in https://github.com/zio/zio/pull/6825
* Scala Native: Don't use sjavatime, use scala-java-time instead by sideeffffect in https://github.com/zio/zio/pull/6826
* Update some libraries, especially `scalacheck` to unblock Scala 3 Native by sideeffffect in https://github.com/zio/zio/pull/6830
* Fix CODE_OF_CONDUCT.md symlink trget by dmytr in https://github.com/zio/zio/pull/6824
* fix transducer documentation by dannashirn in https://github.com/zio/zio/pull/6842
* Added Automatic-Module-Name to JAR manifest by ajaychandran in https://github.com/zio/zio/pull/6843
* Added `summarized` combinator to ZSink which returns start time and stop time. by ithinkicancode in https://github.com/zio/zio/pull/6818
* Update README.md by Nestor10 in https://github.com/zio/zio/pull/6857
* Add Prezi to adopters list by bmateusz in https://github.com/zio/zio/pull/6864
* Fix ZIO 1.x sidebars by khajavi in https://github.com/zio/zio/pull/6863
* issue 5878 - Backport ThreadLocalBridge by dkarlinsky in https://github.com/zio/zio/pull/5980

New Contributors
* pmukhin made their first contribution in https://github.com/zio/zio/pull/6610
* scottjad made their first contribution in https://github.com/zio/zio/pull/6488
* ngbinh made their first contribution in https://github.com/zio/zio/pull/6728
* pellekrogholt made their first contribution in https://github.com/zio/zio/pull/6782
* pawank made their first contribution in https://github.com/zio/zio/pull/6791
* fabio-rizzello-omnia made their first contribution in https://github.com/zio/zio/pull/6795
* dmytr made their first contribution in https://github.com/zio/zio/pull/6824
* Nestor10 made their first contribution in https://github.com/zio/zio/pull/6857
* bmateusz made their first contribution in https://github.com/zio/zio/pull/6864

**Full Changelog**: https://github.com/zio/zio/compare/v1.0.14...v1.0.15

1.0.14

This release contains enhancements and bug fixes. It is binary compatible with prior ZIO 1.0 releases.

What's Changed
* Improve Array Diffing by adamgfraser in https://github.com/zio/zio/pull/6141
* chore(deps): update zio.version to v1.0.13 by renovate in https://github.com/zio/zio/pull/6170
* Add Diff[Seq] by nigredo-tori in https://github.com/zio/zio/pull/6175
* Back Port STM Bug Fix by adamgfraser in https://github.com/zio/zio/pull/6195
* Update SBT Script by adamgfraser in https://github.com/zio/zio/pull/6221
* Update License by adamgfraser in https://github.com/zio/zio/pull/6235
* Update cookbooks.md by jczuchnowski in https://github.com/zio/zio/pull/6238
* chore(deps): update dependency org.scala-lang:scala-library to v2.13.8 by renovate in https://github.com/zio/zio/pull/6242
* chore(deps): update dependency shelljs to 0.8.5 [security] by renovate in https://github.com/zio/zio/pull/6252
* Bump shelljs from 0.8.4 to 0.8.5 in /website by dependabot in https://github.com/zio/zio/pull/6251
* Add REWE Digital to `Adopters` by 987Nabil in https://github.com/zio/zio/pull/6259
* Fix maven coordinates for zio-rezilience by vitaliis in https://github.com/zio/zio/pull/6267
* Backport ZPool from ZIO 2 by guizmaii in https://github.com/zio/zio/pull/6265
* Simplify a bit `ZPool` code by guizmaii in https://github.com/zio/zio/pull/6271
* Update README.md, added Demandbase by rleibman in https://github.com/zio/zio/pull/6272
* Add Credit Karma as a company that is using ZIO by tkolleh in https://github.com/zio/zio/pull/6248
* Add Vivid Money as a company that is using ZIO by vsobakekot in https://github.com/zio/zio/pull/6279
* Added Tinka as company that is using ZIO by arcilli in https://github.com/zio/zio/pull/6285
* add SGCIB to adopters list by ymeherzi in https://github.com/zio/zio/pull/6290
* RR19 uses ZIO by mayonesa in https://github.com/zio/zio/pull/6293
* Adding Caesars Digital to list of adopters by stevetursi in https://github.com/zio/zio/pull/6294
* Propagate Errors From Original Stream In ZStreammapMPar by adamgfraser in https://github.com/zio/zio/pull/6295
* Add waylay to adopters list by francisdb in https://github.com/zio/zio/pull/6296
* Fix Diff[Nothing] issue by kitlangton in https://github.com/zio/zio/pull/6304
* Scala Native 0.4.3 by sideeffffect in https://github.com/zio/zio/pull/6307
* Update Scala.js by sideeffffect in https://github.com/zio/zio/pull/6284
* chore(deps): update dependency is-svg to 4.3.0 [security] by renovate in https://github.com/zio/zio/pull/6312
* Handle Cancellation In ZIO.fromCompletableFuture by adamgfraser in https://github.com/zio/zio/pull/6316
* Scala Native loop 0.2.1 by sideeffffect in https://github.com/zio/zio/pull/6320
* Replace setup-scala with setup-java by mijicd in https://github.com/zio/zio/pull/6318
* TreuTech uses ZIO by uurl in https://github.com/zio/zio/pull/6323
* add instance to enable derivation of chunks by mikail-khan in https://github.com/zio/zio/pull/6325
* Add Valsea to Adopters by ipereziriarte in https://github.com/zio/zio/pull/6335
* Close Java Stream After Use by adamgfraser in https://github.com/zio/zio/pull/6336
* ConcurrentSet Scaladocs by uurl in https://github.com/zio/zio/pull/6322
* Fix Flaky Test by adamgfraser in https://github.com/zio/zio/pull/6337
* Check Whether To Continue While Folding Over Chunk by adamgfraser in https://github.com/zio/zio/pull/6340
* Add Unzer to adopters list by zeal18 in https://github.com/zio/zio/pull/6342
* Documentation for `zio.concurrent`data types by uurl in https://github.com/zio/zio/pull/6332
* chore(deps): update dependency ansi-regex to 5.0.1 [security] by renovate in https://github.com/zio/zio/pull/6311
* Remove zio-concurrent by mijicd in https://github.com/zio/zio/pull/6343
* Restore zio-concurrent by mijicd in https://github.com/zio/zio/pull/6344
* Add `DeriveGen[LocalTime]` by DroidPsychoPT in https://github.com/zio/zio/pull/6346
* Add Radix Labs to the list of users in README.md by orreksu in https://github.com/zio/zio/pull/6367
* Add IHS Markit to Adopters list by landerlo in https://github.com/zio/zio/pull/6372
* Optimise Chunk's dropRight & takeRight by RafalSumislawski in https://github.com/zio/zio/pull/6376
* Fork in SBT by adamgfraser in https://github.com/zio/zio/pull/6359
* Report error messages to sbt events which end up in JUnit XML by joroKr21 in https://github.com/zio/zio/pull/6387
* Java interop: make CompletionStage cancellable by sideeffffect in https://github.com/zio/zio/pull/6386
* Add Lottoland to Adopters list by FcoLopera in https://github.com/zio/zio/pull/6394
* Update README.md by sasanet in https://github.com/zio/zio/pull/6391
* Bump prismjs from 1.25.0 to 1.27.0 in /website by dependabot in https://github.com/zio/zio/pull/6389
* chore(deps): update dependency prismjs to 1.27.0 [security] by renovate in https://github.com/zio/zio/pull/6390
* chore(deps): update actions/checkout action to v3 by renovate in https://github.com/zio/zio/pull/6398
* Add ZIO.raceFirst by cipriansofronia in https://github.com/zio/zio/pull/6402
* Added Trainor to the list of adopters in README by xkrillex in https://github.com/zio/zio/pull/6406
* Add Reentrantlock by regiskuckaertz in https://github.com/zio/zio/pull/6373
* Add Lernkunst to list of adopters by jdsalchow in https://github.com/zio/zio/pull/6413
* Add company: Trackabus by ajrnz in https://github.com/zio/zio/pull/6415
* Hypefactors uses ZIO by andreabrduque in https://github.com/zio/zio/pull/6409
* add Disney Streaming to list of end-user companies by aberoham in https://github.com/zio/zio/pull/6432
* Add Garner Distributed Workflow to list of adopters by lzm0 in https://github.com/zio/zio/pull/6473
* Bump minimist from 1.2.5 to 1.2.6 in /website by dependabot in https://github.com/zio/zio/pull/6493
* ReentrantLockSpec Mark test as flaky by regiskuckaertz in https://github.com/zio/zio/pull/6523
* Add instance for BigInt for DeriveGen by ghidei in https://github.com/zio/zio/pull/6569
* Add DeriveGen instances for java BigInteger and BigDecimal by ghidei in https://github.com/zio/zio/pull/6586
* Add Broad to list of adopters by juliano in https://github.com/zio/zio/pull/6595
* fix memory leak with reportFailure and child FiberContexts by hcoa in https://github.com/zio/zio/pull/6591
* ZIO 1: Handle Fiber Failures In ZIO App by adamgfraser in https://github.com/zio/zio/pull/6600

New Contributors
* nigredo-tori made their first contribution in https://github.com/zio/zio/pull/6175
* 987Nabil made their first contribution in https://github.com/zio/zio/pull/6259
* tkolleh made their first contribution in https://github.com/zio/zio/pull/6248
* vsobakekot made their first contribution in https://github.com/zio/zio/pull/6279
* arcilli made their first contribution in https://github.com/zio/zio/pull/6285
* ymeherzi made their first contribution in https://github.com/zio/zio/pull/6290
* mayonesa made their first contribution in https://github.com/zio/zio/pull/6293
* stevetursi made their first contribution in https://github.com/zio/zio/pull/6294
* uurl made their first contribution in https://github.com/zio/zio/pull/6323
* mikail-khan made their first contribution in https://github.com/zio/zio/pull/6325
* ipereziriarte made their first contribution in https://github.com/zio/zio/pull/6335
* DroidPsychoPT made their first contribution in https://github.com/zio/zio/pull/6346
* orreksu made their first contribution in https://github.com/zio/zio/pull/6367
* landerlo made their first contribution in https://github.com/zio/zio/pull/6372
* RafalSumislawski made their first contribution in https://github.com/zio/zio/pull/6376
* FcoLopera made their first contribution in https://github.com/zio/zio/pull/6394
* sasanet made their first contribution in https://github.com/zio/zio/pull/6391
* xkrillex made their first contribution in https://github.com/zio/zio/pull/6406
* jdsalchow made their first contribution in https://github.com/zio/zio/pull/6413
* ajrnz made their first contribution in https://github.com/zio/zio/pull/6415
* andreabrduque made their first contribution in https://github.com/zio/zio/pull/6409
* aberoham made their first contribution in https://github.com/zio/zio/pull/6432
* lzm0 made their first contribution in https://github.com/zio/zio/pull/6473
* hcoa made their first contribution in https://github.com/zio/zio/pull/6591

**Full Changelog**: https://github.com/zio/zio/compare/v1.0.13...v1.0.14

Page 5 of 20

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.