Releases: ohnosequences/statika
statika v3.0.0
- Updated project to Scala 2.11/2.12 (cross-published)
- #24: Split the project again:
- removed aws-related code and dependency
- moved it back to the aws-statika repo
Note this is a major release, because it contains an important breaking change. Now this project contains only the core statika code, which is used for writing bundles. For the AWS-related code refer to the ohnosequences/aws-statika project.
statika v2.0.0
-
Removed direct shapeless dependency
-
Everything related to the "tower" of dependencies is removed
-
Dependencies are now managed as plain lists of
AnyBundle
s -
Distributions are renamed to environments
-
A new witness-based approach for recording that an environment can apply a bundle correctly
-
Rewrote instructions part: declaring instruction steps statically, then running them
-
statika and aws-statika are now integrated as one project. Now only two imports needed:
import ohnosequences.statika._ import ohnosequences.statika.aws._
statika v2.0.0-RC2
- Made workingDir a File; made log redirection optional
- Updated to aws-scala-tools v0.18.1
statika v2.0.0-RC1
statika v2.0.0-M5
Changes since M4:
-
statika and aws-statika is now integrated as one project
-
restructured project packages, now only two imports needed:
import ohnosequences.statika._ import ohnosequences.statika.aws._
-
Added a constructor for building instructions from a
ProcessBuilder
(withouthworkingDir
management)
statika v2.0.0-M4
Changes since M3:
- Rewrote instructions part: declaring instruction steps statically, then running them
- Changed the meaning of combinators: and, or, xor
- Fixed bug related to non-lazy Try; Added LazyTry
- Added some primitive instructions tests
statika v2.0.0-M3
This milestone has few changes since M2.
- Fixed the compatibles names (be8ea94)
statika v2.0.0-M2
This is the second milestone for the 2.0 release. There are few changes, mostly some adjustments after testing 2.0.0-M1
.
- Fixed resolvers in the sbt plugins
- Added name to compatible and made installWithDeps its method
statika v2.0.0-M1
This is the first milestone for the 2.0 release. The main breaking changes are
- dependencies are now managed as plain lists of
AnyBundle
s - a new witness-based approach for recording that an environment can apply a bundle correctly
statika v1.0.0
First stable release