Skip to content

Releases: ohnosequences/statika

statika v3.0.0

02 Oct 15:33
Compare
Choose a tag to compare
  • 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

18 Dec 21:53
Compare
Choose a tag to compare
  • Removed direct shapeless dependency

  • Everything related to the "tower" of dependencies is removed

  • Dependencies are now managed as plain lists of AnyBundles

  • 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

11 Dec 22:46
Compare
Choose a tag to compare
statika v2.0.0-RC2 Pre-release
Pre-release
  • Made workingDir a File; made log redirection optional
  • Updated to aws-scala-tools v0.18.1

statika v2.0.0-RC1

25 Nov 19:06
Compare
Choose a tag to compare
statika v2.0.0-RC1 Pre-release
Pre-release
  • #22: Added an instructions constructor with a fixed working dir
  • Added AnyInstructions.withBound type alias instead of withOut
  • #23: Updated aws-scala-tools version to v0.18.0

statika v2.0.0-M5

16 Dec 17:29
Compare
Choose a tag to compare
statika v2.0.0-M5 Pre-release
Pre-release

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 (withouth workingDir management)

statika v2.0.0-M4

11 Oct 21:55
Compare
Choose a tag to compare
statika v2.0.0-M4 Pre-release
Pre-release

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

17 Aug 12:24
Compare
Choose a tag to compare
statika v2.0.0-M3 Pre-release
Pre-release

This milestone has few changes since M2.

  • Fixed the compatibles names (be8ea94)

statika v2.0.0-M2

23 Jun 17:07
Compare
Choose a tag to compare
statika v2.0.0-M2 Pre-release
Pre-release

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

30 Apr 12:59
Compare
Choose a tag to compare
statika v2.0.0-M1 Pre-release
Pre-release

This is the first milestone for the 2.0 release. The main breaking changes are

  • dependencies are now managed as plain lists of AnyBundles
  • a new witness-based approach for recording that an environment can apply a bundle correctly

statika v1.0.0

19 Nov 16:47
Compare
Choose a tag to compare

First stable release