Releases: restatedev/cdk
Releases · restatedev/cdk
1.1.0-rc.2
What's Changed
- Use admin security group for public admin port by @michael-k in #41
- Expose single-node EC2 deployment security groups and on-host TLS termination attributes by @pcholakov in #43
- Multiple Service Deployer enhancements by @pcholakov in #44
- Fix package-lock.json by @pcholakov in #45
- Release 1.1.0-rc.2 by @pcholakov in #46
New Contributors
- @michael-k made their first contribution in #41
Full Changelog: v1.1.0-rc.1...v1.1.0-rc.2
Release 1.1.0-rc.1
What's Changed
- Fix EC2 node deployment invoker role mixup by @pcholakov in #33
- Expose SingleNodeRestateDeployment proxy read timeout by @pcholakov in #35
- Add EBS data volume support by @pcholakov in #36
- Add a PR check workflow by @pcholakov in #38
- Introduce RestateCloudEnvironment construct by @pcholakov in #39
- Expose Restate EC2 deployment security groups for VPC deployment by @pcholakov in #40
Full Changelog: v1.0.1...v1.1.0-rc.1
v1.0.1
1.0.0
Bugfix: 0.8.1 allows insecure and vanilla HTTP endpoints
What's Changed
- Fix node-fetch agent so we can connect to vanilla HTTP and untrusted … by @pcholakov in #31
- Update broken link to docs by @gvdongen in #29
- Update broken link by @gvdongen in #30
New Contributors
Full Changelog: v0.8.0...v0.8.1
0.8: Introducing a service deployer abstraction
What's Changed
In this release, we introduce a new ServiceDeployer abstraction which makes it much simpler and more intuitive to control Lambda service registrations against a Restate environment.
- Update package-lock.json by @jackkleeman in #25
- Simplify service deployment API by @pcholakov in #26
- Add Fargate Restate deployment construct by @pcholakov in #28
New Contributors
- @jackkleeman made their first contribution in #25
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
-
Update terminology and API endpoints for restate 0.7.0 release
-
Add support for custom Restate Docker images, useful for testing pre-release builds
-
Simplify the LambdaServiceRegistry API
-
Increase admin service health check timeout for better first-run experience
-
Add support for legacy registration endpoint fallback
-
Bump CDK version to 2.121.0