Skip to content

Commit 89f9891

Browse files
authored
Merge pull request #177 from tilezen/tag-v1.6.0
Version bump -> v1.6.0
2 parents ed01a0d + a60df5e commit 89f9891

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,31 @@
11
CHANGELOG
22
=========
33

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+
420
v1.5.0
521
------
622
* Emit additional metrics during intersection
723

824
v1.4.0
925
------
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))
1329

1430
v1.3.0
1531
------

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0
1+
1.6.0

0 commit comments

Comments
 (0)