Skip to content

Commit 9224d0a

Browse files
chore(release): 7.3.0 [skip ci]
# [7.3.0](v7.2.1...v7.3.0) (2024-12-10) ### Bug Fixes * update units for effectiveCacheSize and tempBuffers ([#112](#112)) ([2e3d728](2e3d728)) ### Features * set search_path to include pgstac for eoapi user ([#111](#111)) ([0470dcf](0470dcf))
1 parent 0470dcf commit 9224d0a

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [7.3.0](https://github.com/developmentseed/eoapi-cdk/compare/v7.2.1...v7.3.0) (2024-12-10)
2+
3+
4+
### Bug Fixes
5+
6+
* update units for effectiveCacheSize and tempBuffers ([#112](https://github.com/developmentseed/eoapi-cdk/issues/112)) ([2e3d728](https://github.com/developmentseed/eoapi-cdk/commit/2e3d72820dedc252f15692f1d327630e6fa3f5e6))
7+
8+
9+
### Features
10+
11+
* set search_path to include pgstac for eoapi user ([#111](https://github.com/developmentseed/eoapi-cdk/issues/111)) ([0470dcf](https://github.com/developmentseed/eoapi-cdk/commit/0470dcfb2bf7f6940dbbb1f0033c8e3fe129bdb7))
12+
113
## [7.2.1](https://github.com/developmentseed/eoapi-cdk/compare/v7.2.0...v7.2.1) (2024-08-20)
214

315

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": "7.2.1",
3+
"version": "7.3.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)