Skip to content

Releases: 7mind/izumi

0.10.12

06 Jun 10:03
Compare
Choose a tag to compare

Izumi

What is it?

Izumi (jp. 泉水, spring) is an ecosystem of independent libraries and frameworks allowing you to significantly increase productivity of your Scala development.

including the following components:

  1. distage – Transparent and debuggable Dependency Injection framework for pure FP Scala,
  2. distage-testkit – Hyper-pragmatic pure FP Test framework. Shares heavy resources globally across all test suites; lets you easily swap implementations of component; uses your effect type for parallelism.
  3. distage-framework-docker – A distage extension for using docker containers in tests or for local application runs, comes with example Postgres, Cassandra, Kafka & DynamoDB containers.
  4. LogStage – Automatic structural logs from Scala string interpolations,
  5. BIO - A typeclass hierarchy for tagless final style with Bifunctor and Trifunctor effect types. Focused on ergonomics and ease of use with zero boilerplate.
  6. izumi-reflect (moved to zio/izumi-reflect) - Portable, lightweight and kind-polymorphic alternative to scala-reflect's Typetag for Scala, Scala.js, Scala Native and (soon) Dotty
  7. IdeaLingua (moved to 7mind/idealingua-v1) – API Definition, Data Modeling and RPC language, optimized for fast prototyping – like gRPC or Swagger, but with a human face. Generates RPC servers and clients for Go, TypeScript, C# and Scala,
  8. Opinionated SBT plugins (moved to 7mind/sbtgen) – Reduces verbosity of SBT builds and introduces new features – inter-project shared test scopes and BOM plugins (from Maven)
  9. Percept-Plan-Execute-Repeat (PPER) – A pattern that enables modeling very complex domains and orchestrate deadly complex processes a lot easier than you're used to.

Changes since 0.10.11

distage-framework-docker:

  • Added support for dynamic container ports - allows passing randomly generated port to the container and then exposing that same port, it may be easier to configure some containers that way than by port remapping. by @Caparow (#1097)
  • Hotfixed JDK 1.8 compatbility broken in 0.10.11 (#1100)

Pull requests merged since 0.10.10:

  • Enable docker tests on CI (#1101)
  • Fix Java 1.8 compatibility for PostreSqlProtocolCheck, run CI under JDK 8 (#1100)
  • Better availablePorts API, postgresSqlPortcheck API (#1099)
  • distage-docker: dynamic ports (#1097)

0.10.11

05 Jun 12:59
Compare
Choose a tag to compare

Izumi

What is it?

Izumi (jp. 泉水, spring) is an ecosystem of independent libraries and frameworks allowing you to significantly increase productivity of your Scala development.

including the following components:

  1. distage – Transparent and debuggable Dependency Injection framework for pure FP Scala,
  2. distage-testkit – Hyper-pragmatic pure FP Test framework. Shares heavy resources globally across all test suites; lets you easily swap implementations of component; uses your effect type for parallelism.
  3. distage-framework-docker – A distage extension for using docker containers in tests or for local application runs, comes with example Postgres, Cassandra, Kafka & DynamoDB containers.
  4. LogStage – Automatic structural logs from Scala string interpolations,
  5. BIO - A typeclass hierarchy for tagless final style with Bifunctor and Trifunctor effect types. Focused on ergonomics and ease of use with zero boilerplate.
  6. izumi-reflect (moved to zio/izumi-reflect) - Portable, lightweight and kind-polymorphic alternative to scala-reflect's Typetag for Scala, Scala.js, Scala Native and (soon) Dotty
  7. IdeaLingua (moved to 7mind/idealingua-v1) – API Definition, Data Modeling and RPC language, optimized for fast prototyping – like gRPC or Swagger, but with a human face. Generates RPC servers and clients for Go, TypeScript, C# and Scala,
  8. Opinionated SBT plugins (moved to 7mind/sbtgen) – Reduces verbosity of SBT builds and introduces new features – inter-project shared test scopes and BOM plugins (from Maven)
  9. Percept-Plan-Execute-Repeat (PPER) – A pattern that enables modeling very complex domains and orchestrate deadly complex processes a lot easier than you're used to.

Changes since 0.10.10

distage-framework-docker:

  • Added support for custom docker container readiness checks by @Caparow (#1094)
  • Bundled PostgresDocker container now uses a custom check that suceeds only once SQL protocol is truly available (postgres docker re-launches twice during normal bootup - first time to setup schema and users, making port check insufficient to assert readiness - postgres connection will fail if connected during the first boot-up) by @Caparow

Pull requests merged since 0.10.10:

  • Fix port mapping in bundled Kafka docker (#1096)
  • distage-docker: custom readiness checks (#1094)
  • distage-framework-docker: add defaults to Docker.ClientConfig constructor (#1085)
  • Request SourceFilePosition in distage-testkit-scalatest instead of full CodePosition (#1084)
  • Update zio to 1.0.0-RC20 (#1082)

0.10.10

25 May 16:39
Compare
Choose a tag to compare

Izumi

What is it?

Izumi (jp. 泉水, spring) is an ecosystem of independent libraries and frameworks allowing you to significantly increase productivity of your Scala development.

including the following components:

  1. distage – Transparent and debuggable Dependency Injection framework for pure FP Scala,
  2. distage-testkit – Hyper-pragmatic pure FP Test framework. Shares heavy resources globally across all test suites; lets you easily swap implementations of component; uses your effect type for parallelism.
  3. distage-framework-docker – A distage extension for using docker containers in tests or for local application runs, comes with example Postgres, Cassandra, Kafka & DynamoDB containers.
  4. LogStage – Automatic structural logs from Scala string interpolations,
  5. BIO - A typeclass hierarchy for tagless final style with Bifunctor and Trifunctor effect types. Focused on ergonomics and ease of use with zero boilerplate.
  6. izumi-reflect (moved to zio/izumi-reflect) - Portable, lightweight and kind-polymorphic alternative to scala-reflect's Typetag for Scala, Scala.js, Scala Native and (soon) Dotty
  7. IdeaLingua (moved to 7mind/idealingua-v1) – API Definition, Data Modeling and RPC language, optimized for fast prototyping – like gRPC or Swagger, but with a human face. Generates RPC servers and clients for Go, TypeScript, C# and Scala,
  8. Opinionated SBT plugins (moved to 7mind/sbtgen) – Reduces verbosity of SBT builds and introduces new features – inter-project shared test scopes and BOM plugins (from Maven)
  9. Percept-Plan-Execute-Repeat (PPER) – A pattern that enables modeling very complex domains and orchestrate deadly complex processes a lot easier than you're used to.

Changes since 0.10.9

distage-testkit:

  • Hotfix for a case when if there was an error during planning of a memoization environment, testing was stopped abruptly without correctly reporting the failure

Pull requests merged since 0.10.9:

  • distage-testkit: Catch errors from groupTests. Skip environment if an exception was thrown (#1081)

0.10.9

24 May 23:01
Compare
Choose a tag to compare

Izumi

What is it?

Izumi (jp. 泉水, spring) is an ecosystem of independent libraries and frameworks allowing you to significantly increase productivity of your Scala development.

including the following components:

  1. distage – Transparent and debuggable Dependency Injection framework for pure FP Scala,
  2. distage-testkit – Hyper-pragmatic pure FP Test framework. Shares heavy resources globally across all test suites; lets you easily swap implementations of component; uses your effect type for parallelism.
  3. distage-framework-docker – A distage extension for using docker containers in tests or for local application runs, comes with example Postgres, Cassandra, Kafka & DynamoDB containers.
  4. LogStage – Automatic structural logs from Scala string interpolations,
  5. BIO - A typeclass hierarchy for tagless final style with Bifunctor and Trifunctor effect types. Focused on ergonomics and ease of use with zero boilerplate.
  6. izumi-reflect (moved to zio/izumi-reflect) - Portable, lightweight and kind-polymorphic alternative to scala-reflect's Typetag for Scala, Scala.js, Scala Native and (soon) Dotty
  7. IdeaLingua (moved to 7mind/idealingua-v1) – API Definition, Data Modeling and RPC language, optimized for fast prototyping – like gRPC or Swagger, but with a human face. Generates RPC servers and clients for Go, TypeScript, C# and Scala,
  8. Opinionated SBT plugins (moved to 7mind/sbtgen) – Reduces verbosity of SBT builds and introduces new features – inter-project shared test scopes and BOM plugins (from Maven)
  9. Percept-Plan-Execute-Repeat (PPER) – A pattern that enables modeling very complex domains and orchestrate deadly complex processes a lot easier than you're used to.

Changes since 0.10.8

distage-testkit:

  • Smart merging of memoization environments by @Caparow (#1072)
    distage-testkit allows designating components as memoization roots, these 'memoized' components will then be instantiated just before all tests start and shared between them. In practice, because TestConfig allows overriding component implementations and changing dependency injection parameters, memoized components couldn't be safely shared between tests with different TestConfigs; to mitigate that, nearly any difference in TestConfig fields between tests would result in creation of a separate memoization environment that would reacquire global resources again. This split of memoization environments meant it was hard to ensure global sharing and easy to break it. e.g. by using TestConfig#moduleOverrides to override a component implementation within a suite.
    • New smart merging strategy solved this brittleness by changing the criteria for splitting into multiple environments. Instead of splitting by the input (TestConfig) in fear of potential changes to the output (the shared components sub-graph), we first compute the dependency injection plan for all TestConfigs and then compare the results - if the plans are equal we can safely conclude that the output object graphs will be equal as well and merge the memoization environments. In practice this means that now, inversely, nearly all changes to TestConfig will NOT cause global component sharing to break, unless they directly affect the memoization root components OR their dependencies.
  • Added option to specify a fixed level of parallelism for tests, suites and memoization environments in TestConfig in addition to unlimited parallelism / sequential only execution. by @Caparow (#1064)
  • New logs were added to enumerate the memoization environments and the suite classes included in them.

distage-framework-docker:

  • Randomized port numbers are now passed into docker containers as environment variables of form export DISTAGE_PORT_TCP_8080=38553 where 8080 is the exposed port. by @Caparow (#1079)
  • Added ElasticMQDocker for softwaremill/elasticmq as a usage example for port environment variables. by @Caparow (#1079)
  • ContainerConfig#cmd was renamed ContainerConfig#entrypoint by @Caparow (#1079)
  • Use default Docker.ClientConfig if docker config section is not found instead of failing (#1075)
  • DockerContainerModule was renamed to DockerSupportModule (#1070)

distage-extension-config:

  • Add makeConfigWithDefault, wireConfig, wireConfigWithDefault to ConfigModuleDef (#1075)

distage-core:

  • GCMode was renamed to Roots (#1059)
  • add DIKey.apply short-hand (write DIKey[T]/DIKey[T]("x") instead of DIKey.get[T]/DIKey.get[T].named("x")) (#1059)

Pull requests merged since 0.10.8:

  • distage-testkit-scalatest: Add ability to alter test discovery configuration in SBT runner (#1080)
  • distage-testkit-docker: Pass bind ports into container env. Fix entrypoint builder. (#1079)
  • distage-testkit: add config for parallelism level (#1078)
  • distage-testkit: Fix merged environments mixing up correct Activations for tests (#1077)
  • Remove deprecated method addImplicit[T](name) (replaced by addImplicit[T].named(name)) (#1076)
  • remove inter-test dependencies on distage-core/test module to build more modules in parallel (#1064)
  • distage-testkit: Add TestConfig#debugOutput, rename TestConfig#testRunnerLogLevel->logLevel, choose lowest logLevel among all tests envs for test runner logs (allow silencing config load log). (#1074)
  • distage-framework-docker: Use default Docker.ClientConfig if dockerconfig section is not found, add makeConfigWithDefault, wireConfig, wireConfigWithDefault to ConfigModuleDef (#1075)
  • distage-testkit: Smart memoization group merging. (#1072)
  • Add BIOParallel to ZIODIEffectModule
  • Use FiniteDuration in PortCheck instead (#1071)
  • distage-framework-docker: rename DockerContainerModule to DockerSupportModule (#1070)
  • Rename PortCheck#timeout to PortCheck#timeoutMillis (#1069)
  • Update zio to 1.0.0-RC19-2 (#1068)
  • distage-framework-docker: alias Config object in ContainerDef/NetworkDef to not force imports of ContainerConfig (#1065)
  • Rename GCMode to Roots (#1059)
  • Update izumi-reflect to 1.0.0-M2 (#1062)

0.10.8

18 May 01:01
Compare
Choose a tag to compare

Izumi

What is it?

Izumi (jp. 泉水, spring) is an ecosystem of independent libraries and frameworks allowing you to significantly increase productivity of your Scala development.

including the following components:

  1. distage – Transparent and debuggable Dependency Injection framework for pure FP Scala,
  2. distage-testkit – Hyper-pragmatic pure FP Test framework. Shares heavy resources globally across all test suites; lets you easily swap implementations of component; uses your effect type for parallelism.
  3. distage-framework-docker – A distage extension for using docker containers in tests or for local application runs, comes with example Postgres, Cassandra, Kafka & DynamoDB containers.
  4. LogStage – Automatic structural logs from Scala string interpolations,
  5. BIO - A typeclass hierarchy for tagless final style with Bifunctor and Trifunctor effect types. Focused on ergonomics and ease of use with zero boilerplate.
  6. izumi-reflect (moved to zio/izumi-reflect) - Portable, lightweight and kind-polymorphic alternative to scala-reflect's Typetag for Scala, Scala.js, Scala Native and (soon) Dotty
  7. IdeaLingua (moved to 7mind/idealingua-v1) – API Definition, Data Modeling and RPC language, optimized for fast prototyping – like gRPC or Swagger, but with a human face. Generates RPC servers and clients for Go, TypeScript, C# and Scala,
  8. Opinionated SBT plugins (moved to 7mind/sbtgen) – Reduces verbosity of SBT builds and introduces new features – inter-project shared test scopes and BOM plugins (from Maven)
  9. Percept-Plan-Execute-Repeat (PPER) – A pattern that enables modeling very complex domains and orchestrate deadly complex processes a lot easier than you're used to.

Changes since 0.10.7

all:

  • Updated to ZIO 1.0.0-RC19 & Scala.js 1.0

BIO:

  • New BIOParallel typeclass courtesy of @Adriani277 !
  • parTraverse* methods have been moved from BIOAsync to BIOParallel
  • Added tailRecM method to BIOMonad by @Adriani277

The current BIO hierarchy now looks like this:

image

fundamentals-reflection:

  • Tag is now shared with izumi-reflect, not duplicated in fundamentals-reflection. Replace imports for import izumi.fundamentals.reflection.Tags.Tag* with import izumi.reflect.Tag* if any.

Pull requests merged since 0.10.7:

  • Squash microsite URLs - move /latest/release/doc/distage/ to /distage/ (#1061)
  • Update to ZIO RC19 (#1060)
  • Add @open annotation to fundamentals-platform (#1053)
  • Silence 2.13 collection warnings (#1027)
  • BIO: remove all redundant variances on typeclass instance methods (#1052)
  • Split ZIO BIOLocal instance from BIOAsync (#1045)
  • Add bio parallel syntax (#1041)
  • Added tailRecM to BIOMonad (#1043)
  • Fix Throwable errors being wrapped in BIOBadBranch in BIORunner#unsafeRun (#1040)
  • Add StringRenderingPolicy constructors to RenderingPolicy companion object (#1038)
  • Add cats Parallel (#1035)
  • Remove methods deprecated since 0.10.3, 0.10.5 (#1037)
  • Remove ModuleBase#Self type member, use implicit priority-based scheme instead (#1036)
  • Added zipWithPar and derived zipPar, zipParLeft and zipParRight (#1029)

0.10.7

30 Apr 20:14
Compare
Choose a tag to compare

Izumi

What is it?

Izumi (jp. 泉水, spring) is an ecosystem of independent libraries and frameworks allowing you to significantly increase productivity of your Scala development.

including the following components:

  1. distage – Transparent and debuggable Dependency Injection framework for pure FP Scala,
  2. distage-testkit – Hyper-pragmatic pure FP Test framework. Shares heavy resources globally across all test suites; lets you easily swap implementations of component; uses your effect type for parallelism.
  3. distage-framework-docker – A distage extension for using docker containers in tests or for local application runs, comes with example Postgres, Cassandra, Kafka & DynamoDB containers.
  4. LogStage – Automatic structural logs from Scala string interpolations,
  5. BIO - A typeclass hierarchy for tagless final style with Bifunctor and Trifunctor effect types. Focused on ergonomics and ease of use with zero boilerplate.
  6. izumi-reflect (moved to zio/izumi-reflect) - Portable, lightweight and kind-polymorphic alternative to scala-reflect's Typetag for Scala, Scala.js, Scala Native and (soon) Dotty
  7. IdeaLingua (moved to 7mind/idealingua-v1) – API Definition, Data Modeling and RPC language, optimized for fast prototyping – like gRPC or Swagger, but with a human face. Generates RPC servers and clients for Go, TypeScript, C# and Scala,
  8. Opinionated SBT plugins (moved to 7mind/sbtgen) – Reduces verbosity of SBT builds and introduces new features – inter-project shared test scopes and BOM plugins (from Maven)
  9. Percept-Plan-Execute-Repeat (PPER) – A pattern that enables modeling very complex domains and orchestrate deadly complex processes a lot easier than you're used to.

Pull requests merged since 0.10.6:

distage-core:

  • Make arguments for DIResource.Of/OfCats/OfZIO by-name, to workaround scala/bug#11969 (#1026)
  • Allow access to internal state of Locator through LocatorRef if you really need it (#984)

0.10.6

22 Apr 19:11
Compare
Choose a tag to compare

Izumi

What is it?

Izumi (jp. 泉水, spring) is an ecosystem of independent libraries and frameworks allowing you to significantly increase productivity of your Scala development.

including the following components:

  1. distage – Transparent and debuggable Dependency Injection framework for pure FP Scala,
  2. distage-testkit – Hyper-pragmatic pure FP Test framework. Shares heavy resources globally across all test suites; lets you easily swap implementations of component; uses your effect type for parallelism.
  3. distage-framework-docker – A distage extension for using docker containers in tests or for local application runs, comes with example Postgres, Cassandra, Kafka & DynamoDB containers.
  4. LogStage – Automatic structural logs from Scala string interpolations,
  5. BIO - A typeclass hierarchy for tagless final style with Bifunctor and Trifunctor effect types. Focused on ergonomics and ease of use with zero boilerplate.
  6. izumi-reflect (moved to zio/izumi-reflect) - Portable, lightweight and kind-polymorphic alternative to scala-reflect's Typetag for Scala, Scala.js, Scala Native and (soon) Dotty
  7. IdeaLingua (moved to 7mind/idealingua-v1) – API Definition, Data Modeling and RPC language, optimized for fast prototyping – like gRPC or Swagger, but with a human face. Generates RPC servers and clients for Go, TypeScript, C# and Scala,
  8. Opinionated SBT plugins (moved to 7mind/sbtgen) – Reduces verbosity of SBT builds and introduces new features – inter-project shared test scopes and BOM plugins (from Maven)
  9. Percept-Plan-Execute-Repeat (PPER) – A pattern that enables modeling very complex domains and orchestrate deadly complex processes a lot easier than you're used to.

Changes since 0.10.5

distage:

  • Can now chain .aliased after addImplicit, as in
    addImplicit[Monad[F]].aliased[Applicative[F]].aliased[Functor[F]]
  • distage-testkit-scalatest: Fix a case when a test could fail to launch in sbt test, if it was inherited from DistageAbstractScalatestSpec indirectly through a subclass from another library jar.

Pull requests merged since 0.10.5:

  • Fix #985 allow using .aliased & .named after addImplicit[T] in ModuleDef (#1013)
  • fix scanner (#1017)

0.10.5

20 Apr 00:14
Compare
Choose a tag to compare

Izumi

What is it?

Izumi (jp. 泉水, spring) is an ecosystem of independent libraries and frameworks allowing you to significantly increase productivity of your Scala development.

including the following components:

  1. distage – Transparent and debuggable Dependency Injection framework for pure FP Scala,
  2. distage-testkit – Hyper-pragmatic pure FP Test framework. Shares heavy resources globally across all test suites; lets you easily swap implementations of component; uses your effect type for parallelism.
  3. distage-framework-docker – A distage extension for using docker containers in tests or for local application runs, comes with example Postgres, Cassandra, Kafka & DynamoDB containers.
  4. LogStage – Automatic structural logs from Scala string interpolations,
  5. BIO - A typeclass hierarchy for tagless final style with Bifunctor and Trifunctor effect types. Focused on ergonomics and ease of use with zero boilerplate.
  6. izumi-reflect (moved to zio/izumi-reflect) - Portable, lightweight and kind-polymorphic alternative to scala-reflect's Typetag for Scala, Scala.js, Scala Native and (soon) Dotty
  7. IdeaLingua (moved to 7mind/idealingua-v1) – API Definition, Data Modeling and RPC language, optimized for fast prototyping – like gRPC or Swagger, but with a human face. Generates RPC servers and clients for Go, TypeScript, C# and Scala,
  8. Opinionated SBT plugins (moved to 7mind/sbtgen) – Reduces verbosity of SBT builds and introduces new features – inter-project shared test scopes and BOM plugins (from Maven)
  9. Percept-Plan-Execute-Repeat (PPER) – A pattern that enables modeling very complex domains and orchestrate deadly complex processes a lot easier than you're used to.

Pull requests merged since 0.10.4:

  • distage-testkit: Fix recorded test error messages in sbt reports, scalatest xml reports, etc. (#1011)
  • fix idea/sbt tests reports (#1009)

v0.10.4

20 Apr 09:19
Compare
Choose a tag to compare

Izumi

What is it?

Izumi (jp. 泉水, spring) is an ecosystem of independent libraries and frameworks allowing you to significantly increase productivity of your Scala development.

including the following components:

  1. distage – Transparent and debuggable Dependency Injection framework for pure FP Scala,
  2. distage-testkit – Hyper-pragmatic pure FP Test framework. Shares heavy resources globally across all test suites; lets you easily swap implementations of component; uses your effect type for parallelism.
  3. distage-framework-docker – A distage extension for using docker containers in tests or for local application runs, comes with example Postgres, Cassandra, Kafka & DynamoDB containers.
  4. LogStage – Automatic structural logs from Scala string interpolations,
  5. BIO - A typeclass hierarchy for tagless final style with Bifunctor and Trifunctor effect types. Focused on ergonomics and ease of use with zero boilerplate.
  6. izumi-reflect (moved to zio/izumi-reflect) - Portable, lightweight and kind-polymorphic alternative to scala-reflect's Typetag for Scala, Scala.js, Scala Native and (soon) Dotty
  7. IdeaLingua (moved to 7mind/idealingua-v1) – API Definition, Data Modeling and RPC language, optimized for fast prototyping – like gRPC or Swagger, but with a human face. Generates RPC servers and clients for Go, TypeScript, C# and Scala,
  8. Opinionated SBT plugins (moved to 7mind/sbtgen) – Reduces verbosity of SBT builds and introduces new features – inter-project shared test scopes and BOM plugins (from Maven)
  9. Percept-Plan-Execute-Repeat (PPER) – A pattern that enables modeling very complex domains and orchestrate deadly complex processes a lot easier than you're used to.

Pull requests merged since 0.10.3:

  • Update magnolia to 0.15.0 (#1007)
  • Update cats-effect to 2.1.3 (#1005)
  • Update classgraph to 4.8.71 (#1008)

0.10.3

20 Apr 09:24
Compare
Choose a tag to compare

Izumi

What is it?

Izumi (jp. 泉水, spring) is an ecosystem of independent libraries and frameworks allowing you to significantly increase productivity of your Scala development.

including the following components:

  1. distage – Transparent and debuggable Dependency Injection framework for pure FP Scala,
  2. distage-testkit – Hyper-pragmatic pure FP Test framework. Shares heavy resources globally across all test suites; lets you easily swap implementations of component; uses your effect type for parallelism.
  3. distage-framework-docker – A distage extension for using docker containers in tests or for local application runs, comes with example Postgres, Cassandra, Kafka & DynamoDB containers.
  4. LogStage – Automatic structural logs from Scala string interpolations,
  5. BIO - A typeclass hierarchy for tagless final style with Bifunctor and Trifunctor effect types. Focused on ergonomics and ease of use with zero boilerplate.
  6. izumi-reflect (moved to zio/izumi-reflect) - Portable, lightweight and kind-polymorphic alternative to scala-reflect's Typetag for Scala, Scala.js, Scala Native and (soon) Dotty
  7. IdeaLingua (moved to 7mind/idealingua-v1) – API Definition, Data Modeling and RPC language, optimized for fast prototyping – like gRPC or Swagger, but with a human face. Generates RPC servers and clients for Go, TypeScript, C# and Scala,
  8. Opinionated SBT plugins (moved to 7mind/sbtgen) – Reduces verbosity of SBT builds and introduces new features – inter-project shared test scopes and BOM plugins (from Maven)
  9. Percept-Plan-Execute-Repeat (PPER) – A pattern that enables modeling very complex domains and orchestrate deadly complex processes a lot easier than you're used to.

Changes since 0.10.3-M2:

distage-framework-docker:

  • remote docker connectivity fix
  • docker startup timeout added so the tests wouldn't lock forever on bad but running containers
  • API: changed type of field DockerContainer#availablePorts - it's now a case class containing a NonEmptyList

Pull requests merged since 0.10.3-M2:

  • proper concatenation of Message (#987)
  • add d4s as related to Izumi library. (#988)