|
1 | 1 | CHANGELOG |
2 | 2 | ========= |
3 | 3 |
|
| 4 | +v1.6.0 |
| 5 | +------ |
| 6 | +* **New features:** |
| 7 | + * Add support for 2x2 metatiles (and 512px tiles). See [#163](https://github.com/tilezen/tilequeue/pull/163), [#166](https://github.com/tilezen/tilequeue/pull/166), and [#169](https://github.com/tilezen/tilequeue/pull/169). |
| 8 | + * Cut child 256px tiles from 512px parent in the 2x2 metatile, rather than re-requesting that 256px bbox from database. See [#158](https://github.com/tilezen/tilequeue/pull/158). |
| 9 | + * Pass nominal zoom instead of coordinates. See [#161](https://github.com/tilezen/tilequeue/pull/161). |
| 10 | +* **Enhancements:** |
| 11 | + * Drop parts of MultiPolygons which lie outside the clip boundary of the tile (primarily affects buildings and water layers). See [#171](https://github.com/tilezen/tilequeue/pull/171). |
| 12 | + * Make queue sizes configurable, and default to smaller queue size to accomodate larger 2x2 metatiles. See [#172](https://github.com/tilezen/tilequeue/pull/172). |
| 13 | + * Move existing tiles of interest (TOI) instead of copying it to avoid AWS Redis failover. See [#122](https://github.com/tilezen/tilequeue/pull/122). |
| 14 | + * Load new TOI from file 'toi.txt', just as the TOI dump process saves to 'toi.txt'. See [#122](https://github.com/tilezen/tilequeue/pull/122). |
| 15 | +* **Bug fixes:** |
| 16 | + * Delete rejected jobs from SQS queue. See [#173](https://github.com/tilezen/tilequeue/pull/173). |
| 17 | + * Trap MemoryError and let ops recover process. See [#174](https://github.com/tilezen/tilequeue/pull/174). |
| 18 | + * Fix LinearRing error. See [#175](https://github.com/tilezen/tilequeue/pull/175). |
| 19 | + |
4 | 20 | v1.5.0 |
5 | 21 | ------ |
6 | 22 | * Emit additional metrics during intersection |
7 | 23 |
|
8 | 24 | v1.4.0 |
9 | 25 | ------ |
10 | | -* When checking to see if a tile has changed, compare ZIP file contents only. (See https://github.com/tilezen/tilequeue/issues/152) |
11 | | -* On WOF neighbourhood update, return a better error message for invalid dates. (See https://github.com/tilezen/tilequeue/pull/154) |
12 | | -* Remove "layers to format" functionality. (See https://github.com/tilezen/tilequeue/pull/155) |
| 26 | +* When checking to see if a tile has changed, compare ZIP file contents only. (See [#152](https://github.com/tilezen/tilequeue/issues/152)) |
| 27 | +* On WOF neighbourhood update, return a better error message for invalid dates. (See [#154](https://github.com/tilezen/tilequeue/pull/154)) |
| 28 | +* Remove "layers to format" functionality. (See [#155](https://github.com/tilezen/tilequeue/pull/155)) |
13 | 29 |
|
14 | 30 | v1.3.0 |
15 | 31 | ------ |
|
0 commit comments