Skip to content

Releases: boostercloud/booster

v2.0.0

03 Nov 12:12
Compare
Choose a tag to compare

Release notes

This is a major maintenance release in which we drop support for Node 16 and add support for Node 18. Some highlights you should take into account before upgrading:

  1. Node 18 support: Booster v2 has been upgraded to work with Node 18. If you're using an older version of Node, you'll be forced to upgrade it.
  2. The deprecated package ttypescript has been replaced with the newer ts-patch. You'll need to uninstall ttypescript from your project and install ts-patch instead.
  3. Azure runtime upgraded to v4: The Azure Functions Runtime has been upgraded from v3 to v4. If you're using Booster v1.x.x with Azure, you may need to perform an infrastructure migration. Check out Azure's migration guide for more details.
  4. The AWS provider has been deprecated: The existing AWS provider packages will still be available, but we won't rewrite them to use newer versions of the libraries in the short term. If you're using Booster in AWS, you may want to take action on this and either migrate to Azure, or fork and upgrade the existing provider implementation yourself (PRs would be greatly appreciated). Here's the full deprecation notice:

Due to significant changes in recent versions of the AWS CDK, specifically the transition from CDKToolkit to a CLI tool as noted here, upgrading our current implementation would require a substantial rewrite. Given the open-source nature of our project without direct revenue streams, the ensuing maintenance costs are unfeasible. However, we are open to upgrading the AWS provider or creating an alternative implementation using other technologies, like Terraform's CDKTF, with community contributions or sponsorships. If you're interested in supporting us, we welcome you to reach out via the official channels listed on the Booster's website.

What's Changed

Full Changelog: v1.21.0...v2.0.0

v1.21.0

31 Oct 09:09
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @sweep-ai made their first contribution in #1470

Full Changelog: v1.20.0...v1.21.0

v1.20.0

10 Oct 13:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.19.0...v1.20.0

v1.19.0

13 Sep 14:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.18.1...v1.19.0

v1.18.1

18 Jul 10:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.18.0...v1.18.1

v1.18.0

30 Jun 13:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.17.0...v1.18.0

v1.17.0

29 Jun 10:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.1...v1.17.0

v1.16.1

26 Jun 14:36
Compare
Choose a tag to compare

What's Changed

  • fix(framework-provider-aws): ensure storeSnapshot is idempotent by @DKarandikar in #1419

New Contributors

Full Changelog: v1.16.0...v1.16.1

v1.16.0

22 Jun 16:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.15.0...v1.16.0

v1.15.0

20 Jun 11:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.1...v1.15.0