Zio-py

Latest version: v0.0.16

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

Scan your dependencies

Page 9 of 20

1.0.0rc211

ZIO 1.0.0-RC21-1 contains a few bug fixes, performance improvements and additions that are binary/source compatible with 1.0.0-RC21.

Notable changes:
* Remove Finalizer when Fibers Terminate (3884) (by adamgfraser)
* Fix ChunktoArray (3853) (by adamgfraser)
* Fix the behavior of `*` method in the Duration in some corner cases (3845) (by myazinn)
* Add `toReader` for ZStream (3867) (by er1c)
* Interrupt tasks on failure in `ZStreammapMPar` (3881) (by iravid)

1.0.0rc192

This release is binary compatible with 1.0.0-RC19 and 1.0.0-RC19-1.

Notable changes:
* Fix ZSink.flatMap (3640) by mvv

1.0.0rc191

ZIO 1.0.0-RC19-1 contains a few bugfixes for changes shipped in 1.0.0-RC19. It should be binary/source compatible with 1.0.0-RC19.

Notable changes:
* ZStream bugfixes (3633) (by iravid)
* ZStream.toInputSteram: add `close` (3613) (by simpadjo)
* Support withFilter in ZStream (3631) (by paulpdaniels)
* Implement ChunkpartitionMap (3601) (by adamgfraser)
* implement memoize (3593) (by adamgfraser)
* Optimize ZStreamtoInputStream (3599) (by simpadjo)
* Add ZStreamdebounce (3580) (by luis3m)

1.0.0rc182

A minor release that fixes some issues identified in RC18:

- `RuntimeunsafeRunToFuture` would auto-interrupt futures quickly due to supervision
- There was no way to construct `ZEnv` outside `ZLayer`; now the default runtimes come equipped with `ZEnv`
- The supervision model has been simplified (`SuperviseMode` is gone since it was redundant with other features)
- Root fibers are now tracked weakly so are less prone to leaking
- Some callback type signatures have been relaxed, to avoid forcing a return of `Unit` on the user
- `ZIO.adopt` was added as the inverse of `ZIO.disown`
- More scaladoc has been added
- Parallel ZLayer construction is disabled until an issue with auto-killing is fixed
- More combinators added to `ZLayer`, such as `fail`, `orElse`, `orDie`; and the `Has` constraint dropped on the output, required only for composition of layers
- Mocking component in ZIO Test got a totally new overhaul that removes the need for implicits and allows many more powerful ways of creating expectations (all of, any of, etc.)

1.0.0rc181

Same as v1.0.0-RC18, fixing the missing documentation for ZLayer.

1.0.0rc121

Same as v1.0.0-RC12, fixing the missing ZIO Test for Scala 2.12.

Page 9 of 20

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.