This file is currently not maintained. See release instead.
Unreleased - ReleaseDate
- add bounds to tilejson endpoints (#260) (h/t @jaspervercnocke) (40b0a0c)
- add composite sources support (#184) (3c01125)
- add minzoom and maxzoom support (#265) (194a83e)
- add server heartbeat for monitoring the service health (#168) (h/t @yamaszone) (fce1a9e)
- add support for complex geometries (#218) (h/t @christianversloot) (8b5fbf9)
- add ssl/tls support (#268) (h/t @kapcsandi) (7ad7f1a)
- fix invalid json escaping (#224) (h/t @gbip) (4994273)
- fix tiles attribute in tilejson when using x-rewrite-url (#266) (f2d56c2)
0.5.0 (2019-10-26)
- TileJSON scheme is XYZ by default
0.4.1 (2019-10-07)
- 🐛 Fix PostGIS version check (#23) (h/t Krizz)
0.4.0 (2019-09-30)
- renamed CLI args: keep_alive -> keep-alive, listen_addresses -> listen-addresses, pool_size -> pool-size
0.3.0 (2019-03-16)
- 🎸 add watch mode for dynamic source updates #12 (5eeef48b)
- 🎸 add database
connection_string
support in config (0eb5115b)
- 🐛 check if PostGIS is installed when starting (e7c4dcfa)
- 💡 remove table sources filter support (a7c17934)
0.2.0 (2018-11-02)
- add command-line interface (1e128a7b)
- function source query params parsing (8ac2812d)
- 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)