Releases: microsoft/planetary-computer-apis
Releases · microsoft/planetary-computer-apis
2024.1.0
What's Changed
- Update stac-fastapi and stac-fastapi-pgstac by @gadomski in #181
- Update to Azure Linux by @TomAugspurger in #184
- Use Key Vault secrets instead of cert-manager secret in AKS cluster by @ghidalgo3 in #185
- Add config/map/token endpoint to support Data Catalog by @mmcfarland in #187
- Minimal updates to deployment Dockerfile by @mmcfarland in #188
- Package publish permissions and ICU lib for dotnet functools by @mmcfarland in #189
New Contributors
- @ghidalgo3 made their first contribution in #185
Full Changelog: 2023.2.0...2024.1.0
2023.2.0
What's Changed
- fix: remove unused noaa_mrms_qpe colormap by @pjhartzell in #149
- Add stac-api-validator by @gadomski in #148
- update titiler by @vincentsarago in #143
- Allow config loader to continue after error by @mmcfarland in #154
- HTML-escape inputs before templating by @mmcfarland in #155
- Quote escape qs values before templating to map by @mmcfarland in #156
- Upgrade AKS to supported version by @mmcfarland in #158
- Add io-bii colormap by @pjhartzell in #159
- CI/CD engagement with the Key Vault Firewall by @lossyrob in #161
- Update stac-fastapi-pgstac to v2.4.5 by @gadomski in #163
- Upgrade pgstac and use queryables by @mmcfarland in #131
- Use conda for tiler dependencies, support LERC rasters by @mmcfarland in #169
- Run uvicorn as docker root user by @mmcfarland in #170
- Reduce image size of pctiler build by @mmcfarland in #171
- SA min TLS version by @m-cappi in #172
- update titiler.pgstac by @vincentsarago in #173
- Update changelog for release by @mmcfarland in #174
New Contributors
Full Changelog: 2023.1.0...2023.2.0
2023.1.3
Adds io-biodiversity colormap to 2023.1 release.
Full Changelog: 2023.1.2...2023.1.3
2023.1.2
In addition to sanitizing user input on API map preview, also escape it #156
Full Changelog: 2023.1.1...2023.1.2
2023.1.1
Hot fixes #155 into production.
Full Changelog: 2023.1.0...2023.1.1
2023.1.0
🌱Spring 2023 Release of the Planetary Computer APIs
https://planetarycomputer.microsoft.com/docs/overview/changelog/
- Adds registered colormaps for new datasets
- New data api endpoints for static vector tile assets
- Fix image format inconsistencies in render configurations
2022.4.0
Changed
- Move to using Azure AD based RBAC for AKS #114
Added
- Adds function-based API endpoints for image and animation (ported from Explorer) #115, #119
- Publish Azure Function packages to GitHub Pages based repo 117
- Adds timeout middleware and less verbose logging for debugging gateway timeout issues #120
Fixed
2022.3.0
2022.2.0
[2022.2.0]
Changed
- Relative URLs on assets are rendered as absolute #57
- Update titiler-pgstac version to
0.1.0.a4
inpctiler
#46 - Move render config, queryables and mosaic info into Azure Storage Tables #48
- Upgrades fastapi, stac-fastapi, and pgstac to 0.4.5 #61
- pcstac moves to Python 3.9, uvicorn, and min/max database connections limited to 1 #73
- Upgrades fastapi to 0.75.2 and fixes SwaggerUI vulnerability #82
- Render config generates correct querystrings when
render_options
contains list-like values #85 - Upgrade to pgstac 0.6.2 and corresponding stac-fastapi version. Supports more effecient hydration of STAC items and improved search performance. #81
Added
- Added support for /queryables endpoint #44
- Added
/mosaic/info
endpoint #48 - Added caching and rate limiting to STAC API #52
- Added endpoint for interval legend classmap #83