Releases: 7mind/izumi
Releases · 7mind/izumi
1.1.0-M25
fundamentals-bio:
- Fix
F.timeout
andF.raceWith
erroneously making actions interruptible inside uninterruptible regions by @neko-kai (#1978) - Detach Clock2 from Temporal2 to prevent Clock2 from being memoized by distage-testkit by @neko-kai (#1972)
distage-testkit:
- Return monadic trace info to test failures by @neko-kai (#1970)
- fixed regression: autosets incompatible with testkit by @pshirshov (a78ff07)
distage-extension-config:
distage-core:
- Fix DefaultModule.forZIOPlusCats getting selected without cats-effect on the classpath by @neko-kai (4e6b8e7)
logstage:
- Fix withFiberId and withDynamic AbstractLoggerF-based constructors (#508, #1872) by @neko-kai (#1969)
Full Changelog: v1.1.0-M24...v1.1.0-M25
1.1.0-M24
Full Changelog: v1.1.0-M23...v1.1.0-M24
1.1.0-M23
distage-core
- Work around Scala 3+js bug scala/scala3#17542, make SafeType a wrapper over AnyTag by @neko-kai (#1944)
Full Changelog: v1.1.0-M22...v1.1.0-M23
1.1.0-M22
- Scala 3: work around FactoryConstructor failing with polymorphic
@With
annotation in one most common case by @neko-kai (#1943) - Update izumi-reflect to 2.3.6
Full Changelog: v1.1.0-M21...v1.1.0-M22
1.1.0-M21
1.1.0-M20
- Fix container reuse if registry is used. Use public aws ecr. by @Caparow (#1925)
- Separate abstraction for log buffer with IoC @pshirshov (#1926)
- Fix regression where runtime plan was not shared between tests in all cases (4ea3902)
- distage-testkit: Fix Intellij not showing test cancelation reason (322cdbc)
- Update izumi-reflect to 2.3.2, fixes regression on Scala 3 (fc5b582)
Full Changelog: v1.1.0-M19...v1.1.0-M20
1.1.0-M19
- test underreporting fixed by @pshirshov (625e1b4)
- testkit: Remove QuasiIO implicit requirement from Spec* classes by @neko-kai (#1919)
Full Changelog: v1.1.0-M18...v1.1.0-M19
1.1.0-M18
- Fix #1218, bootstrap testkit with Injector by @pshirshov (#1909)
- Update docker container environment config to create it dynamically. by @Caparow (#1914)
- Futher testkit cleanups, failure underreporting fixed by @pshirshov (#1917)
- Update izumi-reflect to 2.3.0 by @neko-kai (#1908)
Full Changelog: v1.1.0-M17...v1.1.0-M18
1.1.0-M17
- Fix LogStage sleep condition. by @Caparow (#1907)
- Update zio to 1.0.18 by @scala-steward (#1892)
- Update Scala.js to 1.13.0 by @pshirshov (#1895 #1896)
Full Changelog: v1.1.0-M16...v1.1.0-M17
v1.1.0-M16
- Remove direct dependency on
circe-derivation
due to circe/circe-derivation#346 (#1890)
Full Changelog: v1.1.0-M15...v1.1.0-M16