You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,30 @@
1
1
CHANGELOG
2
2
=========
3
3
4
+
v2.5.0
5
+
------
6
+
7
+
* Add option to prefix just with date of build (instead of complicated hash), now that S3 is more performant. [PR #409](https://github.com/tilezen/tilequeue/pull/409)
8
+
* Add special handling when processing cut coord zoom 16 "max zoom" tiles to better coordinate with queries.yaml in vector-datasource and overzooming for feature filtering. [PR #407](https://github.com/tilezen/tilequeue/pull/407)
9
+
* Add trimming of overzoom features from tiles where they're not needed (related to "max zoom" and overzooming, especially to drop address points in buildings layer and some kinds in the pois layer). [PR #402](https://github.com/tilezen/tilequeue/pull/402)
10
+
* Add support for preprocessed inline geojson layers, paired with [vector-datasource/2095](https://github.com/tilezen/vector-datasource/pull/2095). [PR #414](https://github.com/tilezen/tilequeue/pull/414)
11
+
* Set the MVT resolution (extent) to 4096 pixels instead of 8192 in most circumstances to save file size. [PR #404](https://github.com/tilezen/tilequeue/pull/404)
12
+
* Clarify with inline docs that "meters per pixel" assumes a 256-pixel nominal extent. [PR #408](https://github.com/tilezen/tilequeue/pull/408)
13
+
* Add linters for YAML, JSON, and Python to the repo. [PR #403](https://github.com/tilezen/tilequeue/pull/403)
14
+
* Update requirements.txt to pin boto3 and botocore to make it easier to assume an S3 role. [PR #416](https://github.com/tilezen/tilequeue/pull/416)
15
+
16
+
v2.4.1-final
17
+
------
18
+
19
+
* Full MVT buffer support, including on data fetch and converting source data to layers. This enables MapboxGL to render stroked lines at tile boundaries without missing triangles. [PR #401](https://github.com/tilezen/tilequeue/pull/401)
20
+
* Enable more config for where to store RAWR tiles and inline docs for commands. [PR #399](https://github.com/tilezen/tilequeue/pull/399)
21
+
* Add AWS credentials refresh client helper when builds take a long time and credentials need to be refreshed. [PR #397](https://github.com/tilezen/tilequeue/pull/397)
22
+
* Add support to assume IAM role for accessing S3. [PR #391](https://github.com/tilezen/tilequeue/pull/391)
23
+
* Add string representation for config and config override. [PR #390](https://github.com/tilezen/tilequeue/pull/390)
24
+
* Add comma as character to put in quotes to smooth import of Who's On First neighbourhoods. [PR #400](https://github.com/tilezen/tilequeue/pull/400)
25
+
* Add more logging for performance tuning. [PR #390](https://github.com/tilezen/tilequeue/pull/392) and others.
0 commit comments