Skip to content

Commit 785e6ca

Browse files
committed
Update CHANGELOG and README
1 parent 91cc879 commit 785e6ca

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
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+
124
## 0.14.0 (2021-11-05)
225

326
Features:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Tegola is a vector tile server delivering [Mapbox Vector Tiles](https://github.c
2525
## Usage
2626
```
2727
tegola is a vector tile server
28-
Version: v0.14.0
28+
Version: v0.15.0
2929
3030
Usage:
3131
tegola [command]

0 commit comments

Comments
 (0)