Skip to content

Releases: klothoplatform/klotho

v0.6.4

03 Mar 13:11
4a358e8
Compare
Choose a tag to compare

This release is to generate binaries due to broken generation in v0.6.3

What's Changed

Full Changelog: v0.6.3...v0.6.4

v0.6.3

02 Mar 13:58
6551179
Compare
Choose a tag to compare
v0.6.3 Pre-release
Pre-release

Features

  • Go fs support
  • Go secrets support - Config capability
  • API Gateway v2 (HTTP) for expose
  • New CLI Authentication
  • allow for import of rds instances and proxies
  • eks and ecs exec types for golang
  • initial support for C# execution unit + expose

Improvements

  • make analytics.Client more thread-safe
  • Fixes fs.js s3 read/write issues
  • Make lambda permission statement id unique across rest/http gateway
  • Increase timeout for updating
  • sticky option for --disable-logo

Backwards Incompatible Changes

  • [BACKWARDS INCOMPATIBLE] S3 env var by @jhsinger-klotho in #250
    • New buckets will now be created based off of ID which will require migrating old s3 data

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.6.3

v0.6.2

14 Feb 18:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

27 Jan 16:23
Compare
Choose a tag to compare

Klotho-Pro pulling in v0.6.0 is missing changes which are a part of the release

v0.6.0

26 Jan 20:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.18...v0.6.0

v0.5.19

16 Dec 21:44
ccf06b6
Compare
Choose a tag to compare

What's Changed

  • enable parallelism in integ tests by @yuval-klotho in #610
  • better retries by @yuval-klotho in #614
  • Moves ES6 warning from SplitGraph to Executable dependency resolution by @DavidSeptimus-Klotho in #622

Full Changelog: v0.5.18...v0.5.19

v0.5.18

15 Dec 17:25
ccf06b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.17...v0.5.18

v0.5.17

18 Nov 21:34
3fcdcd8
Compare
Choose a tag to compare

What's Changed

Improvements
IMPROVEMENT: Validate that all annotations generate a resource (#477)

New deployment options
FEATURE: Add support for the AWS MemoryDB variant of Redis for Nodejs ( #508)

Breaking Changes:

  • BREAKING Memdb node in #508
    • If Redis params were previously overridden in klotho.yaml, the default overrides will need to be changed to the new format
  • [BREAKING] require provider and make default topology images generic by @jhsinger-klotho in #375
    • When running the CLI, --provider flag must now be specified

All Changes

Full Changelog: v0.5.16...v0.5.17

v0.5.16

18 Nov 18:30
3fcdcd8
Compare
Choose a tag to compare

What's Changed

Performance improvements

IMPROVEMENT: Cache the data structures we use to analyze source files. With a large set of files (~1000), this brought compilation time down from about 30 seconds to about 600ms — about a 50x improvement! (#501)

New deployment options

FEATURE: Add support for the AWS MemoryDB variant of Redis for Python (#499, #500)


Other improvements

Full Changelog: v0.5.14...v0.5.16