mirror of
https://github.com/maplibre/martin.git
synced 2024-12-18 20:31:54 +03:00
4.3 KiB
4.3 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.4.1 (2019-10-07)
Bug Fixes
- 🐛 Fix PostGIS version check (#23) (h/t Krizz)
0.4.0 (2019-09-30)
⚠ BREAKING CHANGES
- renamed CLI args: keep_alive -> keep-alive, listen_addresses -> listen-addresses, pool_size -> pool-size
Bug Fixes
0.3.0 (2019-03-16)
Features
- 🎸 add watch mode for dynamic source updates #12 (5eeef48b)
- 🎸 add database
connection_string
support in config (0eb5115b)
Bug Fixes
- 🐛 check if PostGIS is installed when starting (e7c4dcfa)
BREAKING CHANGES
- 💡 remove table sources filter support (a7c17934)
0.2.0 (2018-11-02)
Features
- add command-line interface (1e128a7b)
Bug Fixes
- function source query params parsing (8ac2812d)
0.1.0 (2018-11-02)
Bug Fixes
- rename function source query argument to query_params (2f2b743c)
- pass query string from tilejson endpoint to tiles (ef7ddace)
- add schema to function_sources (a7092bc3)
- properly encode query as json into function_sources (cc75ab4a)
- handle x-rewrite-url header (63c976e8)
- handle tables with no properties (d6aee81b)
- skip tables with SRID 0 (241dda31)
- set default tile buffer to 64 (612ecddb)
- revert to plain columns in tile properties request (ea8f7aba)
- use json instead of jsonb for tile request (e6a19773)
- tileset property types query (e81cd4bb)
- remove iron-cors (0fe335f4)