File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
runtimes/eoapi/stac/eoapi/stac Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1+ # Release Notes
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ ## [ unreleased]
6+
7+ ## [ 0.2.0] - 2025-09-24
8+
9+ * update pgstac to 0.9.8
10+ * update eoapi.raster to use titiler-pgstac==1.9.0
11+ * add ` /conformance ` for eoapi-raster endpoints
12+ * update eoapi.vector to use tipg==1.2.1
13+ * update eoapi.stac to use stac_fastapi.pgstac>=6.0,<7.0
14+ * align HTML template styles
15+ * update lambda handlers to python 3.12
16+
17+ ## [ 0.1.0] - 2025-09-24
18+
19+ * first tagged release
20+
21+ [ unreleased ] : https://github.com/developmentseed/eoapi-devseed/compare/0.2.0...HEAD
22+ [ 0.2.0 ] : https://github.com/developmentseed/eoapi-devseed/compare/0.1.0...0.2.0
23+ [ 0.1.0 ] : https://github.com/developmentseed/eoapi-devseed/compare/49ec34d33b6d21bfb51cf37bfa167ffcb5f09938...0.1.0
Original file line number Diff line number Diff line change 5656from .logs import init_logging
5757
5858jinja2_env = jinja2 .Environment (
59+ autoescape = jinja2 .select_autoescape (["html" , "xml" ]),
5960 loader = jinja2 .ChoiceLoader (
6061 [
6162 jinja2 .PackageLoader (__package__ , "templates" ),
6263 ]
63- )
64+ ),
6465)
6566templates = Jinja2Templates (env = jinja2_env )
6667
You can’t perform that action at this time.
0 commit comments