eoapi-cdk 8.1.1 → 8.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/.jsii +698 -26
  2. package/lib/bastion-host/index.js +1 -1
  3. package/lib/database/index.d.ts +1 -0
  4. package/lib/database/index.js +5 -5
  5. package/lib/index.d.ts +2 -0
  6. package/lib/index.js +3 -1
  7. package/lib/ingestor-api/index.js +1 -1
  8. package/lib/stac-api/index.js +1 -1
  9. package/lib/stac-browser/index.js +1 -1
  10. package/lib/stac-item-loader/index.d.ts +337 -0
  11. package/lib/stac-item-loader/index.js +255 -0
  12. package/lib/stac-item-loader/runtime/Dockerfile +18 -0
  13. package/lib/stac-item-loader/runtime/pyproject.toml +17 -0
  14. package/lib/stac-item-loader/runtime/src/stac_item_loader/handler.py +241 -0
  15. package/lib/stactools-item-generator/index.d.ts +258 -0
  16. package/lib/stactools-item-generator/index.js +208 -0
  17. package/lib/stactools-item-generator/runtime/Dockerfile +20 -0
  18. package/lib/stactools-item-generator/runtime/pyproject.toml +16 -0
  19. package/lib/stactools-item-generator/runtime/src/stactools_item_generator/__init__.py +2 -0
  20. package/lib/stactools-item-generator/runtime/src/stactools_item_generator/handler.py +176 -0
  21. package/lib/stactools-item-generator/runtime/src/stactools_item_generator/item.py +77 -0
  22. package/lib/tipg-api/index.js +1 -1
  23. package/lib/titiler-pgstac-api/index.js +1 -1
  24. package/package.json +1 -1
  25. package/pyproject.toml +45 -0
  26. package/uv.lock +1065 -0
  27. package/.devcontainer/devcontainer.json +0 -4
  28. package/.github/pull_request_template.md +0 -4
  29. package/.github/workflows/build.yaml +0 -73
  30. package/.github/workflows/build_and_release.yaml +0 -13
  31. package/.github/workflows/conventional-pr.yaml +0 -26
  32. package/.github/workflows/deploy.yaml +0 -84
  33. package/.github/workflows/distribute.yaml +0 -46
  34. package/.github/workflows/docs.yaml +0 -26
  35. package/.github/workflows/lint.yaml +0 -26
  36. package/.github/workflows/tox.yaml +0 -26
  37. package/.nvmrc +0 -1
  38. package/.pre-commit-config.yaml +0 -23
  39. package/CHANGELOG.md +0 -471
  40. package/diagrams/bastion_diagram.excalidraw +0 -1416
  41. package/diagrams/bastion_diagram.png +0 -0
  42. package/diagrams/ingestor_diagram.excalidraw +0 -2274
  43. package/diagrams/ingestor_diagram.png +0 -0
  44. package/integration_tests/cdk/README.md +0 -55
  45. package/integration_tests/cdk/app.py +0 -186
  46. package/integration_tests/cdk/cdk.json +0 -32
  47. package/integration_tests/cdk/config.py +0 -52
  48. package/integration_tests/cdk/package-lock.json +0 -42
  49. package/integration_tests/cdk/package.json +0 -7
  50. package/integration_tests/cdk/requirements.txt +0 -7
  51. package/lib/database/lambda/package-lock.json +0 -1324
  52. package/lib/ingestor-api/runtime/tests/conftest.py +0 -270
  53. package/lib/ingestor-api/runtime/tests/test_collection.py +0 -87
  54. package/lib/ingestor-api/runtime/tests/test_collection_endpoint.py +0 -41
  55. package/lib/ingestor-api/runtime/tests/test_ingestor.py +0 -60
  56. package/lib/ingestor-api/runtime/tests/test_registration.py +0 -207
  57. package/lib/ingestor-api/runtime/tests/test_utils.py +0 -35
  58. package/lib/ingestor-api/runtime/tests/test_validators.py +0 -164
  59. package/ruff.toml +0 -23
  60. package/tox.ini +0 -16
  61. package/tsconfig.tsbuildinfo +0 -1
  62. /package/lib/{ingestor-api/runtime/tests → stac-item-loader/runtime/src/stac_item_loader}/__init__.py +0 -0
package/CHANGELOG.md DELETED
@@ -1,471 +0,0 @@
1
- ## [8.1.1](https://github.com/developmentseed/eoapi-cdk/compare/v8.1.0...v8.1.1) (2025-04-30)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * upgrade pgbouncer ami to ubuntu 24.04 ([#148](https://github.com/developmentseed/eoapi-cdk/issues/148)) ([292e94f](https://github.com/developmentseed/eoapi-cdk/commit/292e94fc35ece766be84197c08caddf9ec6f2b12))
7
-
8
- # [8.1.0](https://github.com/developmentseed/eoapi-cdk/compare/v8.0.3...v8.1.0) (2025-04-24)
9
-
10
-
11
- ### Features
12
-
13
- * add pgbouncerInstanceProps parameter to PgstacDatabase ([#139](https://github.com/developmentseed/eoapi-cdk/issues/139)) ([add27ec](https://github.com/developmentseed/eoapi-cdk/commit/add27ec2e8242e5477b06ec8854c2d763a2795f1))
14
-
15
- ## [8.0.3](https://github.com/developmentseed/eoapi-cdk/compare/v8.0.2...v8.0.3) (2025-04-16)
16
-
17
-
18
- ### Bug Fixes
19
-
20
- * update tipg startup for 1.0 ([#144](https://github.com/developmentseed/eoapi-cdk/issues/144)) ([ae68e70](https://github.com/developmentseed/eoapi-cdk/commit/ae68e70ed98c6a2ae52275fd0b6b83a0c17989b3)), closes [#143](https://github.com/developmentseed/eoapi-cdk/issues/143)
21
-
22
- ## [8.0.2](https://github.com/developmentseed/eoapi-cdk/compare/v8.0.1...v8.0.2) (2025-03-11)
23
-
24
-
25
- ### Bug Fixes
26
-
27
- * refactor to keep database pgstac and ingestor pypgstac in sync ([#137](https://github.com/developmentseed/eoapi-cdk/issues/137)) ([cdf1a66](https://github.com/developmentseed/eoapi-cdk/commit/cdf1a6629905384b697ef00c39b1a6b10d15b592))
28
-
29
- ## [8.0.1](https://github.com/developmentseed/eoapi-cdk/compare/v8.0.0...v8.0.1) (2025-03-11)
30
-
31
-
32
- ### Bug Fixes
33
-
34
- * disable transaction extensions by default ([#136](https://github.com/developmentseed/eoapi-cdk/issues/136)) ([18822f0](https://github.com/developmentseed/eoapi-cdk/commit/18822f09cb6794020cf348a361939e234db4b834))
35
-
36
- # [8.0.0](https://github.com/developmentseed/eoapi-cdk/compare/v7.6.3...v8.0.0) (2025-03-11)
37
-
38
-
39
- ### Features
40
-
41
- * update versions for pgstac, stac-fastapi-pgstac, titiler-pgstac, and tipg ([507cc99](https://github.com/developmentseed/eoapi-cdk/commit/507cc991e72c2369666e72abe41cf53be0ce29d4))
42
-
43
-
44
- ### BREAKING CHANGES
45
-
46
- * Major version updates to core dependencies require client code changes.
47
-
48
- ## [7.6.3](https://github.com/developmentseed/eoapi-cdk/compare/v7.6.2...v7.6.3) (2025-03-07)
49
-
50
-
51
- ### Bug Fixes
52
-
53
- * reject items without a collection ID ([#133](https://github.com/developmentseed/eoapi-cdk/issues/133)) ([595b0be](https://github.com/developmentseed/eoapi-cdk/commit/595b0be1c5632b74231ce5ed5c350aed5fe8bb83))
54
-
55
- ## [7.6.2](https://github.com/developmentseed/eoapi-cdk/compare/v7.6.1...v7.6.2) (2025-03-06)
56
-
57
-
58
- ### Bug Fixes
59
-
60
- * use model_dump(mode="json") for serializing STAC objects ([#131](https://github.com/developmentseed/eoapi-cdk/issues/131)) ([2117b52](https://github.com/developmentseed/eoapi-cdk/commit/2117b524fb4c99ded23048f5b71eb3492568008b))
61
-
62
- ## [7.6.1](https://github.com/developmentseed/eoapi-cdk/compare/v7.6.0...v7.6.1) (2025-02-28)
63
-
64
-
65
- ### Bug Fixes
66
-
67
- * update types for url config parameters to be compatible with str ([#127](https://github.com/developmentseed/eoapi-cdk/issues/127)) ([cab4c0e](https://github.com/developmentseed/eoapi-cdk/commit/cab4c0e3d71261d1feefcb38e5fb40dccb530b57))
68
-
69
- # [7.6.0](https://github.com/developmentseed/eoapi-cdk/compare/v7.5.1...v7.6.0) (2025-02-27)
70
-
71
-
72
- ### Features
73
-
74
- * update ingestor-api runtime dependencies ([#125](https://github.com/developmentseed/eoapi-cdk/issues/125)) ([562955d](https://github.com/developmentseed/eoapi-cdk/commit/562955d02f925e3ce8101cc2f64dfab6553c28b8))
75
-
76
- ## [7.5.1](https://github.com/developmentseed/eoapi-cdk/compare/v7.5.0...v7.5.1) (2025-02-06)
77
-
78
-
79
- ### Bug Fixes
80
-
81
- * ensure db bootstrapper runs on each deploy ([#124](https://github.com/developmentseed/eoapi-cdk/issues/124)) ([bb4bff8](https://github.com/developmentseed/eoapi-cdk/commit/bb4bff8fd4a93fea6cce4bd7fcb8de60807ee37a))
82
-
83
- # [7.5.0](https://github.com/developmentseed/eoapi-cdk/compare/v7.4.2...v7.5.0) (2025-02-04)
84
-
85
-
86
- ### Features
87
-
88
- * configure pgstac version in custom properties ([#123](https://github.com/developmentseed/eoapi-cdk/issues/123)) ([a29ea21](https://github.com/developmentseed/eoapi-cdk/commit/a29ea216dbb4631081f052c312ee9c7957276dae))
89
-
90
- ## [7.4.2](https://github.com/developmentseed/eoapi-cdk/compare/v7.4.1...v7.4.2) (2025-02-03)
91
-
92
-
93
- ### Bug Fixes
94
-
95
- * ensure dependency secret update function completes ([#120](https://github.com/developmentseed/eoapi-cdk/issues/120)) ([90cdc89](https://github.com/developmentseed/eoapi-cdk/commit/90cdc89381f36528172e0035d50a174f7f1ee330))
96
- * upgrade workflow versions ([#121](https://github.com/developmentseed/eoapi-cdk/issues/121)) ([45e72dd](https://github.com/developmentseed/eoapi-cdk/commit/45e72dd7cf20ae32e1b643ffcafd54bcac2cfd1e))
97
-
98
- ## [7.4.2](https://github.com/developmentseed/eoapi-cdk/compare/v7.4.1...v7.4.2) (2025-02-03)
99
-
100
-
101
- ### Bug Fixes
102
-
103
- * ensure dependency secret update function completes ([#120](https://github.com/developmentseed/eoapi-cdk/issues/120)) ([90cdc89](https://github.com/developmentseed/eoapi-cdk/commit/90cdc89381f36528172e0035d50a174f7f1ee330))
104
-
105
- ## [7.4.1](https://github.com/developmentseed/eoapi-cdk/compare/v7.4.0...v7.4.1) (2025-01-24)
106
-
107
-
108
- ### Bug Fixes
109
-
110
- * install packaging>=24.2 with twine ([#118](https://github.com/developmentseed/eoapi-cdk/issues/118)) ([caaf9e3](https://github.com/developmentseed/eoapi-cdk/commit/caaf9e3bd18593447a005eddf1d6bcef823b7d3b))
111
-
112
- # [7.4.0](https://github.com/developmentseed/eoapi-cdk/compare/v7.3.0...v7.4.0) (2025-01-24)
113
-
114
-
115
- ### Features
116
-
117
- * add pgbouncer ([#114](https://github.com/developmentseed/eoapi-cdk/issues/114)) ([5952858](https://github.com/developmentseed/eoapi-cdk/commit/5952858d280c753a423d79c0ab5f4da549792a11))
118
-
119
- # [7.3.0](https://github.com/developmentseed/eoapi-cdk/compare/v7.2.1...v7.3.0) (2024-12-10)
120
-
121
-
122
- ### Bug Fixes
123
-
124
- * update units for effectiveCacheSize and tempBuffers ([#112](https://github.com/developmentseed/eoapi-cdk/issues/112)) ([2e3d728](https://github.com/developmentseed/eoapi-cdk/commit/2e3d72820dedc252f15692f1d327630e6fa3f5e6))
125
-
126
-
127
- ### Features
128
-
129
- * 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))
130
-
131
- ## [7.2.1](https://github.com/developmentseed/eoapi-cdk/compare/v7.2.0...v7.2.1) (2024-08-20)
132
-
133
-
134
- ### Bug Fixes
135
-
136
- * install compilation dependency for numexpr ([#109](https://github.com/developmentseed/eoapi-cdk/issues/109)) ([2762944](https://github.com/developmentseed/eoapi-cdk/commit/2762944344512bda476d1924a58feef2b0c4a7aa))
137
-
138
- # [7.2.0](https://github.com/developmentseed/eoapi-cdk/compare/v7.1.0...v7.2.0) (2024-05-14)
139
-
140
-
141
- ### Features
142
-
143
- * overwrite host headers when custom domain name ([#105](https://github.com/developmentseed/eoapi-cdk/issues/105)) ([e52887f](https://github.com/developmentseed/eoapi-cdk/commit/e52887fcbd3ba662a4754bd4a066774589425ba7))
144
-
145
- # [7.1.0](https://github.com/developmentseed/eoapi-cdk/compare/v7.0.1...v7.1.0) (2024-03-13)
146
-
147
-
148
- ### Features
149
-
150
- * update runtimes and add pgstac customization options ([#100](https://github.com/developmentseed/eoapi-cdk/issues/100)) ([9e49e7e](https://github.com/developmentseed/eoapi-cdk/commit/9e49e7ea55d2fb9ea4b63c9f713b6caa4cad0249)), closes [#102](https://github.com/developmentseed/eoapi-cdk/issues/102)
151
-
152
- ## [7.0.1](https://github.com/developmentseed/eoapi-cdk/compare/v7.0.0...v7.0.1) (2024-02-23)
153
-
154
-
155
- ### Bug Fixes
156
-
157
- * dependencies ([#97](https://github.com/developmentseed/eoapi-cdk/issues/97)) ([b09b510](https://github.com/developmentseed/eoapi-cdk/commit/b09b51002b1b2d7fd73ec27d763cd3a511fec2dc))
158
-
159
- # [7.0.0](https://github.com/developmentseed/eoapi-cdk/compare/v6.1.0...v7.0.0) (2024-02-22)
160
-
161
-
162
- ### Features
163
-
164
- * add integration tests ([#69](https://github.com/developmentseed/eoapi-cdk/issues/69)) ([17eec16](https://github.com/developmentseed/eoapi-cdk/commit/17eec16b944e4ca489ddcd610aeef2c1c8a5f203))
165
-
166
-
167
- ### BREAKING CHANGES
168
-
169
- * clients need to provide aws_lambda.AssetCode to configure their apps. Solely the python application and the requirements.txt file is not supported anymore.
170
-
171
- * fix a couple bugs found in the first changes
172
-
173
- * avoid maintaining custom interfaces for configurable lambda properties. Allow the user to provide anything and let the CDK method raise error and overwrite values defined within our construct. Make this clear in the documentation
174
-
175
- * expose bootstrapper props in pgstacdatabase construct constructor
176
-
177
- * merge database and boostrapper files to solve casting bug
178
-
179
- * bump and harmonize pypgstac to 0.7.10 across apps
180
-
181
- * bump cachetools
182
-
183
- * some changes to allow for less security
184
-
185
- * bump python to 3.11
186
-
187
- * change base image for bootstrapper to use python 311
188
-
189
- * fix linting issues
190
-
191
- * move integration tests to step before release, improve naming of workflows
192
-
193
- * lint
194
-
195
- * fix moto requirement
196
-
197
- * test to fix deployment : try adding s3 endpoint and force allow public subnet
198
-
199
- * lint and make lambda functions more configurable
200
-
201
- * moving deploy to a separate workflow
202
-
203
- * remove useless dependencies in deployment tests, turn on pull request trigger to check the action works
204
-
205
- * when tearing down the infrastructure, synthesize the cloud formation assets into another directory to avoid conflicts
206
-
207
- * update readmes and revive the artifact download in python distribution
208
-
209
- # [6.1.0](https://github.com/developmentseed/eoapi-cdk/compare/v6.0.2...v6.1.0) (2023-11-12)
210
-
211
-
212
- ### Features
213
-
214
- * **stac-browser:** configurable config file in stac browser deployment ([#84](https://github.com/developmentseed/eoapi-cdk/issues/84)) ([b86ad1a](https://github.com/developmentseed/eoapi-cdk/commit/b86ad1a8cb1fb92628f6450c1c8b05258d78280b))
215
-
216
- ## [6.0.2](https://github.com/developmentseed/eoapi-cdk/compare/v6.0.1...v6.0.2) (2023-11-02)
217
-
218
-
219
- ### Bug Fixes
220
-
221
- * **bootstrapper:** fix httpx response ([#81](https://github.com/developmentseed/eoapi-cdk/issues/81)) ([b879076](https://github.com/developmentseed/eoapi-cdk/commit/b8790766818b0048e2192849a34f462997a08c0e))
222
-
223
- ## [6.0.1](https://github.com/developmentseed/eoapi-cdk/compare/v6.0.0...v6.0.1) (2023-11-01)
224
-
225
-
226
- ### Bug Fixes
227
-
228
- * **ingestor-api-handler:** fix docs endpoint ([#82](https://github.com/developmentseed/eoapi-cdk/issues/82)) ([d134c77](https://github.com/developmentseed/eoapi-cdk/commit/d134c77f84363b3e4560176ccd810b55b6855f07))
229
-
230
- # [6.0.0](https://github.com/developmentseed/eoapi-cdk/compare/v5.4.1...v6.0.0) (2023-10-31)
231
-
232
-
233
- ### Features
234
-
235
- * custom runtimes, optional VPC, python 3.11 ([#74](https://github.com/developmentseed/eoapi-cdk/issues/74)) ([ba6bf09](https://github.com/developmentseed/eoapi-cdk/commit/ba6bf09651caae8537df7ee737dbf6d0bf975f41))
236
-
237
-
238
- ### BREAKING CHANGES
239
-
240
- * the `bootstrapper` construct was deleted and is no longer available. In addition, we switched from `PythonFunction` to `Function` for all lambdas.
241
-
242
- ## [5.4.1](https://github.com/developmentseed/eoapi-cdk/compare/v5.4.0...v5.4.1) (2023-10-05)
243
-
244
-
245
- ### Bug Fixes
246
-
247
- * synchronize pgstac versions -> 0.7.9 across constructs ([c6bb921](https://github.com/developmentseed/eoapi-cdk/commit/c6bb9213f745f1161d193b120083fac1e7943eb5))
248
-
249
- # [5.4.0](https://github.com/developmentseed/eoapi-cdk/compare/v5.3.0...v5.4.0) (2023-09-05)
250
-
251
-
252
- ### Features
253
-
254
- * custom runtimes option for titiler and ingestor ([#66](https://github.com/developmentseed/eoapi-cdk/issues/66)) ([3aaedae](https://github.com/developmentseed/eoapi-cdk/commit/3aaedaef86da558eac163348771a545b789ed8b9))
255
-
256
- # [5.3.0](https://github.com/developmentseed/eoapi-cdk/compare/v5.2.0...v5.3.0) (2023-09-01)
257
-
258
-
259
- ### Features
260
-
261
- * add STAC browser option ([#64](https://github.com/developmentseed/eoapi-cdk/issues/64)) ([36499d2](https://github.com/developmentseed/eoapi-cdk/commit/36499d21be710edde5bc9d625acff17edf7a81d6))
262
-
263
- # [5.2.0](https://github.com/developmentseed/eoapi-cdk/compare/v5.1.0...v5.2.0) (2023-08-30)
264
-
265
-
266
- ### Features
267
-
268
- * tipg-api ([#62](https://github.com/developmentseed/eoapi-cdk/issues/62)) ([24faa85](https://github.com/developmentseed/eoapi-cdk/commit/24faa85fc4f1ccb6406768b9f43a4cb095dac0cf))
269
-
270
- # [5.1.0](https://github.com/developmentseed/eoapi-cdk/compare/v5.0.0...v5.1.0) (2023-08-21)
271
-
272
-
273
- ### Features
274
-
275
- * custom domain names for apis ([#63](https://github.com/developmentseed/eoapi-cdk/issues/63)) ([c9eeb00](https://github.com/developmentseed/eoapi-cdk/commit/c9eeb00c2d66bf923f3029743e1c9746f7752c5e)), closes [#61](https://github.com/developmentseed/eoapi-cdk/issues/61)
276
-
277
- # [5.0.0](https://github.com/developmentseed/eoapi-cdk/compare/v4.2.3...v5.0.0) (2023-07-12)
278
-
279
-
280
- ### Features
281
-
282
- * rename repository to eoapi-cdk ([#59](https://github.com/developmentseed/eoapi-cdk/issues/59)) ([1ed2bb3](https://github.com/developmentseed/eoapi-cdk/commit/1ed2bb3d00328327ada96ce9daaadd940b534285))
283
-
284
-
285
- ### BREAKING CHANGES
286
-
287
- * rename repository to eoapi-cdk
288
-
289
- ## [4.2.3](https://github.com/developmentseed/cdk-pgstac/compare/v4.2.2...v4.2.3) (2023-06-30)
290
-
291
-
292
- ### Bug Fixes
293
-
294
- * **ingestor-api:** add stack name to ingestor-api apigateway export name ([#48](https://github.com/developmentseed/cdk-pgstac/issues/48)) ([2fdd1e8](https://github.com/developmentseed/cdk-pgstac/commit/2fdd1e8fe4b3b7e82657bcf95bf628eecdb9aa22))
295
-
296
- ## [4.2.2](https://github.com/developmentseed/cdk-pgstac/compare/v4.2.1...v4.2.2) (2023-06-16)
297
-
298
-
299
- ### Bug Fixes
300
-
301
- * **titiler-pgstac-api:** fix destination path in titiler pgstac Dockerfile COPY command ([#46](https://github.com/developmentseed/cdk-pgstac/issues/46)) ([302bd22](https://github.com/developmentseed/cdk-pgstac/commit/302bd22fd3ff5af7335bb9285be798fb550cf19b))
302
-
303
- ## [4.2.1](https://github.com/developmentseed/cdk-pgstac/compare/v4.2.0...v4.2.1) (2023-06-12)
304
-
305
-
306
- ### Bug Fixes
307
-
308
- * **bootstrapper:** bootstrapper should use httpx ([#45](https://github.com/developmentseed/cdk-pgstac/issues/45)) ([36bb361](https://github.com/developmentseed/cdk-pgstac/commit/36bb361cf65caa1ae9a633eb8e39066106f02258))
309
-
310
- # [4.2.0](https://github.com/developmentseed/cdk-pgstac/compare/v4.1.0...v4.2.0) (2023-06-09)
311
-
312
-
313
- ### Features
314
-
315
- * **titiler-pgstac-api:** add titiler-pgstac endpoint ([#42](https://github.com/developmentseed/cdk-pgstac/issues/42)) ([a02acef](https://github.com/developmentseed/cdk-pgstac/commit/a02acef3ed78049dd55c242a5b04bfc627c53661))
316
-
317
- # [4.1.0](https://github.com/developmentseed/cdk-pgstac/compare/v4.0.0...v4.1.0) (2023-05-30)
318
-
319
-
320
- ### Features
321
-
322
- * **stac-api:** add stac api lambda function field ([#43](https://github.com/developmentseed/cdk-pgstac/issues/43)) ([3a91a37](https://github.com/developmentseed/cdk-pgstac/commit/3a91a37ec329c09a66c85c23adfb1afb1345ba16))
323
-
324
- # [4.0.0](https://github.com/developmentseed/cdk-pgstac/compare/v3.0.1...v4.0.0) (2023-04-25)
325
-
326
-
327
- ### Features
328
-
329
- * **ingestor-api:** expose ingestor handler role ([#39](https://github.com/developmentseed/cdk-pgstac/issues/39)) ([559f3a9](https://github.com/developmentseed/cdk-pgstac/commit/559f3a91d4d712302aa5661539d495b2ee299f83))
330
-
331
-
332
- ### BREAKING CHANGES
333
-
334
- * **ingestor-api:** the role name is automatically generated by AWS and thus users can not use the name that
335
- was specified before, but should directly interact with the new property we are adding.
336
-
337
- * change name of variable to comply with formatting rules, remove readonly statement
338
-
339
- ## [3.0.1](https://github.com/developmentseed/cdk-pgstac/compare/v3.0.0...v3.0.1) (2023-04-14)
340
-
341
-
342
- ### Bug Fixes
343
-
344
- * **bootstraper:** fix version inconsistencies and [#19](https://github.com/developmentseed/cdk-pgstac/issues/19) regressions ([#34](https://github.com/developmentseed/cdk-pgstac/issues/34)) ([ebeac2a](https://github.com/developmentseed/cdk-pgstac/commit/ebeac2a1b36ff5825157bea8e76392a14d613b91))
345
-
346
- # [3.0.0](https://github.com/developmentseed/cdk-pgstac/compare/v2.6.3...v3.0.0) (2023-04-04)
347
-
348
-
349
- ### Code Refactoring
350
-
351
- * **bootstrapper:** remove VEDA logic ([#29](https://github.com/developmentseed/cdk-pgstac/issues/29)) ([e98039e](https://github.com/developmentseed/cdk-pgstac/commit/e98039ef4ace023faa205f0b0d1ad0efec38a69f))
352
-
353
-
354
- ### BREAKING CHANGES
355
-
356
- * **bootstrapper:** remove dashboard schema and functions from the database bootstrapper and remove automatic collection summary udpate from ingestor.
357
-
358
- ## [2.6.3](https://github.com/developmentseed/cdk-pgstac/compare/v2.6.2...v2.6.3) (2023-03-28)
359
-
360
-
361
- ### Bug Fixes
362
-
363
- * **ingestor-api:** store STAC item as string in DynamoDB ([#26](https://github.com/developmentseed/cdk-pgstac/issues/26)) ([bd7a1fa](https://github.com/developmentseed/cdk-pgstac/commit/bd7a1fa799cc9765df2939a444593205efa6bf4d))
364
-
365
- ## [2.6.2](https://github.com/developmentseed/cdk-pgstac/compare/v2.6.1...v2.6.2) (2023-03-16)
366
-
367
-
368
- ### Bug Fixes
369
-
370
- * **ingestor-api:** queries require sequences ([#23](https://github.com/developmentseed/cdk-pgstac/issues/23)) ([00d71cc](https://github.com/developmentseed/cdk-pgstac/commit/00d71cc1d253e77f1cd11afe9e4b513a577a67a2))
371
-
372
- ## [2.6.1](https://github.com/developmentseed/cdk-pgstac/compare/v2.6.0...v2.6.1) (2023-03-16)
373
-
374
-
375
- ### Reverts
376
-
377
- * Revert "Release 2.7.0. (#21)" (#22) ([f08e8e8](https://github.com/developmentseed/cdk-pgstac/commit/f08e8e8140c15ed608ab16a053641e20603bf7c5)), closes [#21](https://github.com/developmentseed/cdk-pgstac/issues/21) [#22](https://github.com/developmentseed/cdk-pgstac/issues/22)
378
-
379
- # [2.6.0](https://github.com/developmentseed/cdk-pgstac/compare/v2.5.1...v2.6.0) (2023-03-10)
380
-
381
-
382
- ### Features
383
-
384
- * collection endpoint ([#18](https://github.com/developmentseed/cdk-pgstac/issues/18)) ([d3e9911](https://github.com/developmentseed/cdk-pgstac/commit/d3e991155644d9da08ff7293976a284c252a383b))
385
-
386
- ## [2.5.1](https://github.com/developmentseed/cdk-pgstac/compare/v2.5.0...v2.5.1) (2022-12-06)
387
-
388
-
389
- ### Bug Fixes
390
-
391
- * **ingestor-api:** Correct import path for settings ([be40af7](https://github.com/developmentseed/cdk-pgstac/commit/be40af70326f04d7ed9583569ad49f12da416d6f))
392
-
393
- # [2.5.0](https://github.com/developmentseed/cdk-pgstac/compare/v2.4.0...v2.5.0) (2022-12-01)
394
-
395
-
396
- ### Features
397
-
398
- * **ingestor-api:** Add flag to enable requester pays ([efc160d](https://github.com/developmentseed/cdk-pgstac/commit/efc160d3530a70d1fc8f88ef9dce4a4d48456834))
399
-
400
- # [2.4.0](https://github.com/developmentseed/cdk-pgstac/compare/v2.3.1...v2.4.0) (2022-11-08)
401
-
402
-
403
- ### Features
404
-
405
- * **bastion-host:** Append ec2 instance with 'bastion host' ([4ee8599](https://github.com/developmentseed/cdk-pgstac/commit/4ee8599b5e03799152e07df935be047821554a32))
406
-
407
- ## [2.3.1](https://github.com/developmentseed/cdk-pgstac/compare/v2.3.0...v2.3.1) (2022-11-08)
408
-
409
-
410
- ### Bug Fixes
411
-
412
- * **bastion-host:** `createElasticIp` default to true ([ec99fad](https://github.com/developmentseed/cdk-pgstac/commit/ec99fad9d3606f4ca572229e82d992f3295f9045))
413
-
414
- # [2.3.0](https://github.com/developmentseed/cdk-pgstac/compare/v2.2.1...v2.3.0) (2022-11-08)
415
-
416
-
417
- ### Features
418
-
419
- * **bastion-host:** Make elastic IP optional ([d77b578](https://github.com/developmentseed/cdk-pgstac/commit/d77b578df0a713a993bfa81709485df7fbc423c3))
420
-
421
- ## [2.2.1](https://github.com/developmentseed/cdk-pgstac/compare/v2.2.0...v2.2.1) (2022-11-04)
422
-
423
-
424
- ### Bug Fixes
425
-
426
- * **stac-db:** Report shared buffers in 8kb units ([d34f2cd](https://github.com/developmentseed/cdk-pgstac/commit/d34f2cd1a833438ffa4e24f062cf16901f8d5584))
427
-
428
- # [2.2.0](https://github.com/developmentseed/cdk-pgstac/compare/v2.1.0...v2.2.0) (2022-11-03)
429
-
430
-
431
- ### Features
432
-
433
- * **stac-db:** Provide sensible defaults for pgSTAC db parameters ([#1](https://github.com/developmentseed/cdk-pgstac/issues/1)) ([11eb89e](https://github.com/developmentseed/cdk-pgstac/commit/11eb89e45c8a6d4a5b07134b8957a1298f9305c8))
434
-
435
- # [2.1.0](https://github.com/developmentseed/cdk-pgstac/compare/v2.0.0...v2.1.0) (2022-11-01)
436
-
437
-
438
- ### Features
439
-
440
- * **ingestor-api:** Make apiEnv optional ([5841734](https://github.com/developmentseed/cdk-pgstac/commit/584173458e35a69cd7bc398acd3482dd21c58228))
441
-
442
- # [2.0.0](https://github.com/developmentseed/cdk-pgstac/compare/v1.3.0...v2.0.0) (2022-11-01)
443
-
444
-
445
- ### chore
446
-
447
- * **ci:** bump version ([d10c5b2](https://github.com/developmentseed/cdk-pgstac/commit/d10c5b2afcd7e38effedb5181a1ed7595b03495f))
448
-
449
-
450
- ### BREAKING CHANGES
451
-
452
- * **ci:** Experiencing issues publishing GitHub releases
453
- due to past deleted release. Bumping codebase to 2.0.0 to avoid
454
- future issues.
455
-
456
- # [1.3.0](https://github.com/developmentseed/cdk-pgstac/compare/v1.2.0...v1.3.0) (2022-11-01)
457
-
458
-
459
- ### Features
460
-
461
- * **ingestor-api:** add StacIngestor construct ([d34c6cd](https://github.com/developmentseed/cdk-pgstac/commit/d34c6cdd2c0df838467289a19c2b96adf1c0777e))
462
- * **stac-api:** export API url from pgStacApi construct ([261dbd2](https://github.com/developmentseed/cdk-pgstac/commit/261dbd2bb85ad895f61922740d211fa8b96c3761))
463
-
464
- # [1.2.0](https://github.com/developmentseed/cdk-pgstac/compare/v1.1.0...v1.2.0) (2022-10-26)
465
-
466
-
467
- ### Features
468
-
469
- * add bastion host ([de52ad7](https://github.com/developmentseed/cdk-pgstac/commit/de52ad76a2098c85cb4eef6aa0445fcbbea2e618))
470
- * add PgStacApiLambda ([a092a7a](https://github.com/developmentseed/cdk-pgstac/commit/a092a7aee26ac39210fb7ce7023a09905823500c))
471
- * Support customizing bootstrap args ([a23356f](https://github.com/developmentseed/cdk-pgstac/commit/a23356f195db8353f08ac0e1fa278e68b5876817))