Skip to content

Commit ca453f6

Browse files
committed
update add changelog
1 parent 349ee36 commit ca453f6

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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

runtimes/eoapi/stac/eoapi/stac/app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,12 @@
5656
from .logs import init_logging
5757

5858
jinja2_env = jinja2.Environment(
59+
autoescape=jinja2.select_autoescape(["html", "xml"]),
5960
loader=jinja2.ChoiceLoader(
6061
[
6162
jinja2.PackageLoader(__package__, "templates"),
6263
]
63-
)
64+
),
6465
)
6566
templates = Jinja2Templates(env=jinja2_env)
6667

0 commit comments

Comments
 (0)