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 7 of 20

1.0.7

This release contains support for Scala 3.0.0-RC3. It is binary compatible with `v1.0.0`.

Notable changes

ZIO Core
* Scala 3.0.0-RC3 (5005) sideeffffect
* Revert "Support use of accessible macro with implicits (4466)" (5001) nadenf
* Resource Safety Documentation (4978) khajavi
* Introduction page for ZIO STM (4957) khajavi
* Back Port STM Bug Fix (4964) adamgfraser
* Update ZIO Talks (4958) khajavi
* Implement SingleThreadedRingBuffertoChunk (4951) adamgfraser
* introduction page for concurrency primitives. (4934) khajavi

ZIO Streams
* Supporting Chunking in ZStream.fromIterator (4834) adamgfraser

ZIO Test
* Fix WhitespaceChars Generator (4999) adamgfraser
* ZIO Test: Annotate Timing On Test Failure (4988) adamgfraser
* Fix mock combinators with atMost 0 (4986) jupposessho

1.0.6

This release brings support for Scala 3.0.0-RC2 as well as a variety of bug fixes and other improvements.

In particular, this is the first release to include features back ported from ZIO 2.0 with the addition of `ZHub`, a new concurrent data structure supporting extremely fast broadcast operations. `ZHub` now powers the `broadcast` operators in `ZStream` and the `SubscriptionRef` data type, as well as being available as a standalone data structure. Check out the documentation for additional information and please let us know what you think!

This release is binary compatible with `v1.0.0`.

Notable changes

ZIO Core
* Implement serviceWith (4937) (by kitlangton)
* Make ZHub A Sealed Abstract Class For Improved Binary Compatibility (4925) (by adamgfraser)
* Fix array reference in foldWhileM (4929) (by mikearnaldi)
* fix typeCheck macro expansion should use fully qualified names (4928) (by TobiasPfeifer)
* Make Hub Serializable (4920) (by adamgfraser)
* Reimplement SubscriptionRef in Terms of ZHub (4916) (by adamgfraser)
* Make Values In Bootstrap Runtime Lazy (4917) (by adamgfraser)
* Annotation for throwing (4837) (by octavz)
* Use modern sbt conventions (4915) (by sideeffffect)
* Optimize Hub Implementations (4913) (by adamgfraser)
* WIP:‌ Documentation (4872) (by khajavi)
* Back Port ZHub To ZIO 1.0 (4900) (by adamgfraser)
* Implement noneOrFail 4841 (4851) (by tyrcho)
* Scala 3.0.0-RC2 (4874) (by sideeffffect)
* Update future.md (missing logging/println) (4831) (by phderome)
* Add Simple ZIO ScalaJS Skeleton to learning resources (4878) (by sb-dev)
* Die In Bounded Parallelism Operators If Maximum Parallelism Is Less Than One (4875) (by adamgfraser)
* Update scala-java-time versions in docs (4871) (by kitlangton)
* Data type organization (4824) (by khajavi)
* typo correction in README (4860) (by softinio)
* Add Type Alias For Intersection Types On Scala 2 (4845) (by adamgfraser)
* Add ZSTM.collectAll for Option (4846) (by mijicd)
* Implement ZIOdebug and related methods (4818) (by kitlangton)
* Rename await variable to prevent JS exceptions (4843) (by nightscape)
* fix zipPars doc (4842) (by kazchimo)
* Add type-inferrable toLayer extension on functions (4811)(by kitlangton)
* Add migrating from Monix guide (4822) (by kitlangton)
* add alias for CompletableFuture (4836) (by sken77)
* Correctly Handle QueueTakeUpTo Int.MaxValue (4833) (by adamgfraser)
* Implement Random.nextUUID (4828) (by adamgfraser)
* Fix doc (4821) (by kazchimo)
* Added new resources to docs (4817) (by softinio)
* Replace buildFromAny with buildFromNothing (4815) (by joroKr21)
* Handle Interruption After Fatal Error In FiberContext (4812) (by adamgfraser)
* Implement ZManaged.blocking (4807) (by adamgfraser)
* Add missing lift combinators for ZManaged (4798) (by ioleo)
* Support use of accessible macro with implicits (4466) (4467) (by nadenf)
* Remove Test Dependency From ZIO Macros (4795) (by adamgfraser)

ZIO Streams
* Add Documentation Regarding SubscriptionRef (4944) (by adamgfraser)
* Simplify Signature of ZStreambroadcastDynamic (4946) (by adamgfraser)
* Handle Concurrent Unsubscribes in SubscriptionRef (4940) (by adamgfraser)
* ZIO Stream: Implement ZStreamchanges (4697) (by adamgfraser)

ZIO Test
* Support adding aspects to top level suite in MutableRunnableSpec (4838) (by vladimirkl)
* ZIO Test: Implement GenconcatAll (4801) (by adamgfraser)

1.0.5

This maintenance release contains support for Scala 3.0.0-RC1 as well as improved support for Scala Native and various bug fixes. This release is binary compatible with `v1.0.0`.

Notable changes

ZIO Core
- Update to Scala 2.13.5 and 3.0.0-RC1 (4770) (by sideeffffect)
- Fix TMap.toChunk ArrayIndexOutOfBoundsException (4776) (by alextoth)
- Fix deprecated empty argument list auto-application in macros (4773) (by ioleo)
- Optimize ZIO.forkAll (4764)(by adamgfraser)
- Add ZIOtapSome (4676) (by kubukoz)
- assertCompletesM (4740) (by emarx)
- Flatten exit in supervisor unsafeOnEnd (4752) (by mikearnaldi)
- Cleanup useless type parameter (4738) (by regiskuckaertz)
- Implement ZIOcachedInvalidate (4710) (by adamgfraser)
- Check That Both Queues Are Shutdown In Implementation of isShutdown in QueuebothWithM (4635) (by adamgfraser)
- Allow chaining multiple aspects to MutuableRunnableSpec suite (4703) (by hmemcpy)
- Implement ZQueuefilterOutput (4639) (by adamgfraser)
- Retrieve Current Executor in ZIOruntime and ZIOexecutor (4660) (by adamgfraser)
- Implement ZManaged.lock (4662) (by adamgfraser)
- Fix error in ChunkzipWithIndex (4675) (by simpadjo)
- Prevent Interruption During Queue Shutdown (4644) (by adamgfraser)
- Improve Scala Native integration (4653) (by lolgab)
- Deprecate ZQueueboth Operators (4638) (by adamgfraser)

ZIO Streams
- Fix error swallowing in ZStreamrepeat (4681) (by iravid)

ZIO Test
- Add support for polymorphic service types to mockable macro (4718) (by ollyw)
- Retain object body when using mockable (4716) (by ollyw)
- Extract Gen implement (4742) (by jxnu-liguobin)
- Upstream Generators From ZIO Test Refined Module(4723) (by maxim092001)
- Implement Gencollect (4668) (by adamgfraser)
- ZIO test sbt runner for Scala Native (4671) (by sideeffffect)
- ZIO Mock: Empty mock services asserting no calls are made to them (4673) (by ioleo)

1.0.4

This minor release contains support for Scala 3.0.0-M3 as well as bug fixes and various other improvements. This release is binary compatible with v1.0.0.

Notable Changes

ZIO Core
- microsecond precision for Clock on JVM (4554) (by runtologist)
- update to scala 3.0.0-M3 (4516) (by scalavision)
- Implement Chunk.fromIterator (4536) (by adamgfraser)
- Implement Chunksplit (4504) (by adamgfraser)
- Fix Race Condition in ZIOeffectAsyncInterrupt (4490) (by adamgfraser)
- Add support for scala 3.0.0-M2 (4483) (by scalavision)
- Generalize ZIO.getOrFail/Unit to getOrFailWith (4491) (by iravid)
- Add note for ifM to ZIO.cond (4485) (by blast-hardcheese)
- Implement Unfold Constructors For Chunk (4470) (by adamgfraser)
- Fix refineOrDie implementation (4458) (by mijicd)
- Fix Bug in ZQueuetakeBetween (4455) (by adamgfraser)
- Prevent Fibers From Being Terminated Prematurely In ZIOforeachPar (4403) (by adamgfraser)
- Improve documentation about ZLayer (4431) (by timrourke)
- improve descriptions of ZIO repeat and retry methods (4446) by arnoldlacko)
- add TRandom (4443) (by mschuwalow)
- Don't Use Mutable Data Structures Inside Ref (4445) (by adamgfraser)
- Implement `Chunkhead` to Avoid Version Specific Issues With Scala Collections Library (4441) (by adamgfraser)
- Improve TSemaphore (4437) (by mijicd)
- Update Dotty (Scala 3) to 3.0.0-M1 (4425) (by atrianac)
- Add Variants of STM Collection Operators for Set (4381) (by adamgfraser)
- Implement ZIO.executor (4372) (by adamgfraser)
- Add accessibleM and accessibleMM macro annotations to support HKT (4332) (by myazinn)
- Generalize Implementation of ZIO.validate and ZIO.validatePar (4344) (by adamgfraser)
- foreachParN_ should not use more than 'n' fibers (4346) (by ghostdogpr)
- Promise.makeManaged (4343) (by fsvehla)
- Add Schedule.unwrap combinator (4329) (by leszekgruchala)
- Remove unnecessary buffering in Console.getStrLn (4335) (by mijicd)
- add STM warnings (4289) (by robmwalsh)
- Implement NonEmptyChunk.unapplySeq (4310) (by adamgfraser)
- Scala Native: publish stacktracer (4307) (by sideeffffect)
- Fix MatchError in `zio.Has.equals` (4304) (by myazinn)

ZIO Stream
- when* methods for ZStream (4542) (by arnoldlacko)
- Update reactivestreams.md (4442) (by mingyang91)
- ZStreamretry (with tests this time) (4409) (by svroonland)
- fix for issue 4356 'ZStream fromFile with drop/take data loss' (4365) (by TobiasPfeifer)
- Sink.take should also emit at end of chunk. (4342) (by quelgar)
- Add Redis Streams with ZIO to the resources (4361) (by leszekgruchala)
- Adding post for ZIO streams with JMS (4355) (by atooni)

ZIO Test
- Include source location (filename, line number) of the executing specs (4242) (by hmemcpy)
- MutableRunnableSpec (4523) (by fokot)
- ZIO-Test: Solve the `test` conflict with `zio.test`. (4532) (by dkarlinsky)
- zio-test: improvements for assert capturing expression and location (4533) (by dkarlinsky)
- Fix 4472 - make findMatching pure (4539) (by senia-psm)
- fix zio test Assertion.isSubtype example (4531) (by kazchimo)
- Add includeCase parameter to DefaultTestReporter.render (4486) (by blast-hardcheese)
- ZIO Test: Support Stateful Property Based Testing (4497) (by adamgfraser)
- Temporary magnolia-free implementation of zio-test-magnolia on Scala 3 (4487) (by vigoo)
- zio-test: make `assert` capture expression and source location using macro (4427) (by dkarlinsky)
- Issue/4347 ignored tests not visible in report (4429) (by lmserrano)
- Fix the mockable macro to work with systems using CRLF too. (4423) (by vigoo)
- Adding test_assertions docs and other misc cleanup (4406) (by blast-hardcheese)
- Fix 4358 . Assertion::equals should never throw exceptions (4362) (by senia-psm)
- Delete redundant eqlReflexive instance (4350) (by joroKr21)
- Update Examples in TestClock Documentation (4345) (by adamgfraser)
- ZIO Test: Implement Test Aspects To Run Effects Before Or After All Tests (4341) (by adamgfraser)
- ZIO Test Magnolia: Add derived generator for Instant (4333) (by aartigao)
- Increase the number of generators to 10 in zipN* methods (4317) (by aartigao)

1.0.3

This minor release contains a fix to a regression introduced in `v1.0.2` regarding tags. Upgrading is recommended for all users. This release is binary compatible with `v1.0.0`.

Notable Changes

ZIO Core
- Implement a ZIOforeach Variant for Array (4297) (by adamgfraser)
- Implement ZIOschedule (4296) (by adamgfraser)
- Handle Heterogeneous Collections in ChunkBuilder (4295) (by adamgfraser)
- Generalize returnValue access in accessible macro (4266) (by timaliberdov)

ZIO Stream
- accessible accessors for ZStream/ZSink (4223) (4224) (by dpovey)
- Fix GZip compression for input >= 2^16 (4299) (by fsvehla )


ZIO Test
- Fixing JUnit test runner failure reporting (4286) (by dkarlinsky)
- ZIO Test: Implement TestAspect.sized (4301) (by adamgfraser )

1.0.2

This is a minor release containing bug fixes as well as some new features. It is binary compatible with `v1.0.0`.
There's one breaking change on the ZStream data type - see the section below for details.

Notable changes

ZIO Core

Implement ZLayerproject (4123) (by adamgfraser)
Immediately Shift to ZIO Thread Pool In UnsafeRunAsync (4120) (by adamgfraser)
Improve Support For Single Threaded Environments (4115) (by adamgfraser)
Support unsafeRunAsyncCancelable on Scala Native (4131) (by sideeffffect)
Implement TSettoSet (4132) (by mijic)
Fix Documentation of ZIOfirstSuccessOf (4134) (by ghostdogpr)
Implement ZLayertap (4138) (by adamgfraser)
Fix Delay Computation In Schedulefixed (4147) (by iravid)
Implement ZIOgetOrFailUnit (4163) (by politrons)
Implement ZIO.fromPromise (4165) (by politrons)
Don't transform to Chunk when using foreach in ZManaged (4169) (by ghostdogpr)
Improve ZLayer how-to documentation (4156) (by leszekgruchala)
Implement ZIOforkInternal (4142) (adamgfraser)
Fix Memory Leak in FiberContextawait (4171) (by adamgfraser)
Prevent Interruption While Closing Scopes (4121) (by adamgfraser)
Add some Schedule constructors for cron-like functionality (4174) (by heaven-born)
Fix signature of effectBlockingIO (4182) (by adamgfraser)
Enable effectual filtering of Sets (4188) (by kelvin-chappell)
Add some Schedule constructors for cron-like functionality: dayOfWeek (4195) (by heaven-born)
Fix Bug in ChunkfoldRight (4199) (by adamgfraser)
Implement ZIO.not (4201) (by evis)
Introduce ZManaged.runtime (4215) (by fsvehla)
Use SetRemoveOnCanceledPolicy In Scheduler To Prevent Memory Leaks (4237) (by adamgfraser)
Don't Leak Fibers From Within ZIOforeachParN (4253) (by adamgfraser)
Remove thread factory hash from thread name (4256) (by mijicd)
Avoid Recomputing Hash Code In ZLayer (4258) adamgfraser)
Add some Schedule constructors for cron-like functionality: dayOfMonth (4212) (by heaven-born)
Switch to java.lang.Class comparisons in Chunk.Tags (4274) (by iravid)
Implement SchedulecontramapM (4271) (by adamgfraser)

ZIO Streams

*BREAKING CHANGE*: This release changes the behavior of `ZStreamcollectWhileSuccess` to end the stream on `Exit.Failure` values instead of emitting those failures. Please use `ZStreamflattenExitOption` for the previous behavior.

Fix Gunzipper when consuming multiple gzipped parts as a single chunk (4124) (by ghostbuster91)
Fix Bug In ZStreamfixed (4140) (by luis3m)
Make ZStreamaggregateAsyncWithin fail fast (4141) (by luis3m)
Add Back ZStreameffectAsync to JS (4143) (by luis3m)
Add ZStreamtakeRight (4154) (by luis3m)
Fix BufferedPullpullChunk (4164) (by mikearnaldi)
Add ZStreamscan and its variants (4153) (by luis3m)
Optimize ZStream.range to emit chunks (4006) (by TobiasPfeifer)
Add a promise poll to ZStreaminterruptWhen (4166) (by luis3m)
Add ZStream.fromResource (4228) (by fsvehla)
Add maxChunkSize to ZStream.fromQueue (4205) (by svroonland)
Remove Some Extraneous Type Parameters (4244) (by adamgfraser)
Compile ZIO Streams for Scala Native (4252) (by sideeffffect)
Add UStream alias for streams that can't fail (4267) (by erdeszt)
Fix ZStreamtakeWhile stopping on empty chunks (4273) (by iravid)
Add a bunch of collect combinators (4279) (by iravid)

ZIO Test

Implement parallel checkM (4221) (by lightning95)
Add LawfulF and LawsF for Divariant (4220) (by lemastero)
Delete Gen.usASCII (4236) (by adamgfraser)
Evaluate Effects Sequentially In GenzipWith (4238) (by adamgfraser)
Add example of testing layered effects with Clock (4219) (by leszekgruchala)
Harden TestClock (4248) (by adamgfraser)
Build ZIO Test for Scala Native (4260) (by sideeffffect)
Preserve Original Failure When Shrinks Is Set To Zero (4265) (by adamgfraser)

Page 7 of 20

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.