|
1 | 1 | CHANGELOG |
2 | 2 | ========= |
3 | 3 |
|
| 4 | +v2.1.0 |
| 5 | +------ |
| 6 | + |
| 7 | +* Add new coanacatl driver; like the existing MVT driver, but using coanacatl (which wraps wagyu and vtzero) instead of `mapbox_vector_tile`. [PR #350](https://github.com/tilezen/tilequeue/pull/350). |
| 8 | +* Switch `whosonfirst.mapzen.com` to `whosonfirst.org`. [PR #333](https://github.com/tilezen/tilequeue/pull/333) and [vector-datasource/1489](https://github.com/tilezen/vector-datasource/pull/1489). |
| 9 | +* Add new source for `tilezen.org` related to buffered land and marine boundaries. [PR #330](https://github.com/tilezen/tilequeue/pull/330) and [vector-datasource/1482](https://github.com/tilezen/vector-datasource/issues/1482). |
| 10 | +* Add admin areas. [PR #338](https://github.com/tilezen/tilequeue/pull/338) and [vector-datasource/1499](https://github.com/tilezen/vector-datasource/pull/1499). |
| 11 | +* Update S3 paths [PR #344](https://github.com/tilezen/tilequeue/pull/344). |
| 12 | +* Add metadata to RAWR tile S3 PUTs. [PR #345](https://github.com/tilezen/tilequeue/pull/345). |
| 13 | +* Add optional metadata to S3 puts [PR #343](https://github.com/tilezen/tilequeue/pull/343). |
| 14 | +* Rework so that multiple different nominal zooms can be processed at once. |
| 15 | +* Add **pyramid** option to enqueue all low zoom tiles |
| 16 | +* Add **meta-tile-low-zoom** command |
| 17 | +* Support multiple RAWR tile coordinates to render. |
| 18 | +* Add a command to render a single RAWR tile. |
| 19 | +* Allow batch enqueue to read coords from file |
| 20 | +* Log bucket and path on S3 errors. |
| 21 | +* Add configuration option to set S3 object ACL on tiles. |
| 22 | +* Add `run_id` to batch tile runs |
| 23 | +* Allow values from the environment to override the config file, including region. |
| 24 | +* Allow DB hosts to be a list for PostgreSQL connections. Chooses a random host for simple load balance. [PR #335](https://github.com/tilezen/tilequeue/pull/335). |
| 25 | +* Rewrite store to use boto3 rather than boto2. This seems to solve some issues around accessing S3 buckets in different regions. [PR #334](https://github.com/tilezen/tilequeue/pull/334). |
| 26 | +* Fix crash on using the single queue type. [PR #327](https://github.com/tilezen/tilequeue/pull/327), thanks [@akasch](https://github.com/akasch)! |
| 27 | +* Add missing 'continue' statement after logging exception. [PR #349](https://github.com/tilezen/tilequeue/pull/349). |
| 28 | +* Fix incorrect method call on StringIO in store. [PR #337](https://github.com/tilezen/tilequeue/pull/337). |
| 29 | +* Pass `check-metatile-exists` value on batch enqueue. [PR #346](https://github.com/tilezen/tilequeue/pull/346). |
| 30 | + |
4 | 31 | v2.0.7 |
5 | 32 | ------ |
6 | 33 |
|
|
0 commit comments