Skip to content

Releases: Netflix/atlas

1.4.4

04 Jun 02:55
Compare
Choose a tag to compare

Support for compressed request entity #171.

A comprehensive list of changes can be found in the commit log: v1.4.3...v1.4.4

1.4.3

14 May 22:44
Compare
Choose a tag to compare

Bug fix release to address issue #157.

A comprehensive list of changes can be found in the commit log: v1.4.2...v1.4.3

1.4.2

21 Feb 00:38
Compare
Choose a tag to compare

First release under the open source repo. A lot of the changes were to get some of the CI infrastructure and builds working properly with both the internal and external process. Primary changes:

  • Added ability to run standalone jar package with in memory db. Examples in getting started updated.
  • Updated stack language reference with examples showing how images are impacted by the operations.
  • Standalone main class connected to governator lib for binding with other Netflix infrastructure components. We'll be building out examples of this with zerotocloud/zerotodocker projects (#11).
  • Updated packaging:
    • Standalone jar no longer uses One-JAR due to issues with the class loader.
    • Also produced tarball package that can be used instead.
    • Still looking at the best way to package for easy use.(#113)

A comprehensive list of changes can be found in the commit log: v1.4.1...v1.4.2

1.4.1

12 Dec 17:06
Compare
Choose a tag to compare

Initial version for open source. Gives us something to build on.