File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.17.0 (2023-07-27)
2+
3+ Features
4+
5+ * [ Adds configurable query parameters to tile endpoints] ( https://github.com/go-spatial/tegola/pull/867 ) (@bemyak )
6+ * [ feat: add Google Cloud Storage cache adapter] ( https://github.com/go-spatial/tegola/pull/891 ) (@matheusmatos )
7+ * [ HANA database provider. With this update, Tegola can use the HANA database as a backend.] ( https://github.com/go-spatial/tegola/pull/893 ) (@mrylov )
8+
9+ Enhancements
10+
11+ * [ MapLibre - Vue3 - Vite Migration v2] ( https://github.com/go-spatial/tegola/pull/926 ) (@mapl )
12+
13+ Maintenance
14+ * [ fix: viewer and update dependencies] ( https://github.com/go-spatial/tegola/pull/916 ) (@iwpnd )
15+
16+ Bugs
17+
18+ * [ Updated built in viewer to resolve some security issues -- #914 ] ( https://github.com/go-spatial/tegola/pull/916 ) (@iwpnd )
19+ * [ Prometheus will not panic now if one has both MVT and Postgres Providers -- Fix for #886 ] ( https://github.com/go-spatial/tegola/pull/915 ) (@iwpnd )
20+
121## 0.16.0 (2022-12-01)
222
323Features
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Tegola is a vector tile server delivering [Mapbox Vector Tiles](https://github.c
2525## Usage
2626```
2727tegola is a vector tile server
28- Version: v0.16 .0
28+ Version: v0.17 .0
2929
3030Usage:
3131 tegola [command]
You can’t perform that action at this time.
0 commit comments