Skip to content

Commit

Permalink
Update CHANGELOG and README
Browse files Browse the repository at this point in the history
  • Loading branch information
ARolek committed May 18, 2022
1 parent 91cc879 commit 785e6ca
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,26 @@
## 0.15.0 (2022-05-18)

Features

* Redis SSL connection via redis.ParseURL (#815 @iwpnd)
* Updated providers/postgis to use pgx4. This enables use of Postgres versions 12+ (@iwpnd #820)
* providers/postgis: allow connection URI and add additional config parameters (@iwpnd #841)
* expose SetLogLevel in cli (@iwpnd part of #831)
* Add a dont_clean option (@roelarents #847)

Enhancements

* ci: publish edge image on push or pr to default_branch_ref (@iwpnd)
* chore: switch to internal/log (@iwpnd #837)
* chore: remove logAndError (@iwpnd #839)
* chore: add docker-compose local dev env (@iwpnd #840)
* removed go-bindata for embedding the internal viewer in favor of the native go embed (@ARolek #843)
* fix: replace environment variables in webserver headers (@iwpnd #597, #844)

Documentation

* Update S3 cache properties documentation around `force_path_style` (@flowrean #835)

## 0.14.0 (2021-11-05)

Features:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ Tegola is a vector tile server delivering [Mapbox Vector Tiles](https://github.c
## Usage
```
tegola is a vector tile server
Version: v0.14.0
Version: v0.15.0
Usage:
tegola [command]
Expand Down

0 comments on commit 785e6ca

Please sign in to comment.