Skip to content

Releases: klothoplatform/klotho

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