Skip to content

Releases: 7mind/izumi

1.1.0-M24

21 Jun 23:35
Compare
Choose a tag to compare

Full Changelog: v1.1.0-M23...v1.1.0-M24

1.1.0-M23

22 May 23:19
Compare
Choose a tag to compare

distage-core

Full Changelog: v1.1.0-M22...v1.1.0-M23

1.1.0-M22

16 May 15:01
Compare
Choose a tag to compare
  • 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

02 May 16:44
Compare
Choose a tag to compare
  • Implement remaining Scala 3 macros - PlanChecker, StaticPluginLoader by @neko-kai (#1937)
  • Fix Kafka Docker container. by @Caparow (#1938)

Full Changelog: v1.1.0-M20...v1.1.0-M21

1.1.0-M20

11 Apr 15:13
Compare
Choose a tag to compare
  • 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

29 Mar 12:07
Compare
Choose a tag to compare

Full Changelog: v1.1.0-M18...v1.1.0-M19

1.1.0-M18

14 Mar 01:20
Compare
Choose a tag to compare

Full Changelog: v1.1.0-M17...v1.1.0-M18

1.1.0-M17

14 Mar 01:18
Compare
Choose a tag to compare

Full Changelog: v1.1.0-M16...v1.1.0-M17

v1.1.0-M16

05 Feb 17:15
Compare
Choose a tag to compare

Full Changelog: v1.1.0-M15...v1.1.0-M16

v1.1.0-M15

05 Feb 17:14
Compare
Choose a tag to compare

changes

  • distage-framework now available on Scala.js.
  • A huge amount of bugs and issues fixed.

Detailed release notes pending until 1.1.0 release.

What's Changed

  • unused axis choice specification by @pshirshov in #1822
  • Cross-test logger memoization by @pshirshov in #1859
  • Distage: Testkit memoization tree cleanup by @Caparow in #1861
  • Sets in sub-locators extend parent sets by @pshirshov in #1866 (Fix Decide if sets in sub-Locators should override or extend ones defined in parent Locator #330)
  • trie-optimized logger config, closes #376 by @pshirshov in #1865 (Fix Optimize logger configs with prefix tree/transducer #376)
  • identical set element bindings with contradictive axis points are treated independently by @pshirshov in #1868 (Fix
    BadSetAxis exception on the same element being added with and without an activation (InconsistentSet error in compile-time check) #1439)
  • user-contributed docker descriptor for Kafka with local listener by @pshirshov in #1869 (Fix Kafka with in-docker and out-of-docker listening interfaces #1303)
  • Scala 3: fix distage-config pureconfig codec deriving by @neko-kai in #1871
  • JUL logging adapter by @pshirshov in #1870 (Fix slf4j bridge needs reinitialization (?) #1675)
  • Wip/508 functional logger by @pshirshov in #1872 (Fix LogSink[F[_]] #508)
  • Wip/482 proxies in sets by @pshirshov in #1874 (Fix We should prevent unitialized proxies from being used in Sets #482)
  • QuasiIO moved to fundamentals-bio, part of #787 by @pshirshov in #1875
  • lifecycle moved to fundamentals-bio, part of #789 by @pshirshov in #1876
  • hints for bindings with same/similar types in case of missing import by @pshirshov in #1877 (Fix Improve error message for missing dependency when there are named bindings of the same type or bindings to subtypes #1465)
  • aggregate roles to run all tasks/all services, closes #896 by @pshirshov in #1878 (Fix
    "run all roles" CLI option #896)
  • Make testkit/framework runnable on ZIO Environment other than Any, fix DefaultModule for ZIO ignoring env type parameter by @neko-kai in #1880
  • dedicated AddRecursiveLocatorRef operation, closes #855 by @pshirshov in #1881 (Make a new ExecutableOp for LocatorRef #855)
  • distage-framework on ScalaJS by @pshirshov in #1883 (Fix Port distage-framework to Scala.js #1290)

Full Changelog: v1.1.0-M14...v1.1.0-M15