File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.15.0 (2022-05-18)
2
+
3
+ Features
4
+
5
+ * Redis SSL connection via redis.ParseURL (#815 @iwpnd )
6
+ * Updated providers/postgis to use pgx4. This enables use of Postgres versions 12+ (@iwpnd #820 )
7
+ * providers/postgis: allow connection URI and add additional config parameters (@iwpnd #841 )
8
+ * expose SetLogLevel in cli (@iwpnd part of #831 )
9
+ * Add a dont_clean option (@roelarents #847 )
10
+
11
+ Enhancements
12
+
13
+ * ci: publish edge image on push or pr to default_branch_ref (@iwpnd )
14
+ * chore: switch to internal/log (@iwpnd #837 )
15
+ * chore: remove logAndError (@iwpnd #839 )
16
+ * chore: add docker-compose local dev env (@iwpnd #840 )
17
+ * removed go-bindata for embedding the internal viewer in favor of the native go embed (@ARolek #843 )
18
+ * fix: replace environment variables in webserver headers (@iwpnd #597 , #844 )
19
+
20
+ Documentation
21
+
22
+ * Update S3 cache properties documentation around ` force_path_style ` (@flowrean #835 )
23
+
1
24
## 0.14.0 (2021-11-05)
2
25
3
26
Features:
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
25
25
## Usage
26
26
```
27
27
tegola is a vector tile server
28
- Version: v0.14 .0
28
+ Version: v0.15 .0
29
29
30
30
Usage:
31
31
tegola [command]
You can’t perform that action at this time.
0 commit comments