Skip to content

Commit

Permalink
Add v2.5.0 changelog (#419)
Browse files Browse the repository at this point in the history
* and fill out v2.4.1 notes with more details
* Update flake8 precommit hook (#420)

Co-authored-by: peitili <[email protected]>
  • Loading branch information
nvkelso and peitili authored Mar 3, 2023
1 parent 4ebf0be commit fe2578e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
CHANGELOG
=========

v2.5.0
------

* 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)
* 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)
* 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)
* 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)
* 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)
* Clarify with inline docs that "meters per pixel" assumes a 256-pixel nominal extent. [PR #408](https://github.com/tilezen/tilequeue/pull/408)
* Add linters for YAML, JSON, and Python to the repo. [PR #403](https://github.com/tilezen/tilequeue/pull/403)
* 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)

v2.4.1-final
------

* 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)
* Enable more config for where to store RAWR tiles and inline docs for commands. [PR #399](https://github.com/tilezen/tilequeue/pull/399)
* 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)
* Add support to assume IAM role for accessing S3. [PR #391](https://github.com/tilezen/tilequeue/pull/391)
* Add string representation for config and config override. [PR #390](https://github.com/tilezen/tilequeue/pull/390)
* 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)
* Add more logging for performance tuning. [PR #390](https://github.com/tilezen/tilequeue/pull/392) and others.


v2.4.0
------

Expand Down

0 comments on commit fe2578e

Please sign in to comment.