github zio/zio v1.0.4

latest releases: v2.1.0-RC5, v2.1.0-RC4, v2.1.0-RC3...
3 years ago

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

ZIO Stream

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)

Don't miss a new zio release

NewReleases is sending notifications on new releases.