We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1490022 commit 4327ab8Copy full SHA for 4327ab8
CHANGES.md
@@ -40,6 +40,12 @@
40
41
* Use `.as_dict()` method when passing option to rio-tiler Reader's methods to avoid parameter conflicts when using custom Readers.
42
43
+## 0.18.7 (2024-09-19)
44
+
45
+* fix Hillshade algorithm (bad `azimuth` angle) (https://github.com/developmentseed/titiler/pull/985) [Backported]
46
+* Encode URL for cog_viewer and stac_viewer (author @guillemc23, https://github.com/developmentseed/titiler/pull/961) [Backported]
47
+* Improve XSS security for HTML templates (author @jcary741, https://github.com/developmentseed/titiler/pull/953) [Backported]
48
49
## 0.18.6 (2024-08-27)
50
51
* Switch back to `fastapi` instead of `fastapi-slim` and use `>=0.109.0` version
0 commit comments