Skip to content

Commit 3ea1700

Browse files
chore(release): 9.0.0 [skip ci]
# [9.0.0](v8.3.3...v9.0.0) (2025-07-17) * feat!: expose API runtime constructs (#167) ([ce9df07](ce9df07)), closes [#167](#167) ### BREAKING CHANGES * This update will change the internal node IDs of the constructs. This will cause the Lambdas and API Gateways to be redeployed when upgrading eoapi-cdk. Being that both services are stateless, this should not cause issues unless a developer has made manual modifications or manual references to the deployed lambdas/api gateways.
1 parent ce9df07 commit 3ea1700

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [9.0.0](https://github.com/developmentseed/eoapi-cdk/compare/v8.3.3...v9.0.0) (2025-07-17)
2+
3+
4+
* feat!: expose API runtime constructs (#167) ([ce9df07](https://github.com/developmentseed/eoapi-cdk/commit/ce9df0709c2e6d7e2d5b0c474f4f991c92fa79b1)), closes [#167](https://github.com/developmentseed/eoapi-cdk/issues/167)
5+
6+
7+
### BREAKING CHANGES
8+
9+
* This update will change the internal node IDs of the constructs. This will cause the Lambdas and API Gateways to be redeployed when upgrading eoapi-cdk. Being that both services are stateless, this should not cause issues unless a developer has made manual modifications or manual references to the deployed lambdas/api gateways.
10+
111
## [8.3.3](https://github.com/developmentseed/eoapi-cdk/compare/v8.3.2...v8.3.3) (2025-07-09)
212

313

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eoapi-cdk",
3-
"version": "8.3.3",
3+
"version": "9.0.0",
44
"description": "A set of constructs deploying pgSTAC with CDK",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)