Skip to content

Commit

Permalink
Merge pull request #132 from tilezen/zerebubuth/v2.2.0
Browse files Browse the repository at this point in the history
v2.2.0
  • Loading branch information
nvkelso authored Dec 20, 2018
2 parents a8be93e + bce8700 commit 0b90a22
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,32 @@
CHANGELOG
=========

v2.2.0
------

* Add Docker support and documentation. See `DOCKER.md` with details. [PR #93](https://github.com/tilezen/tileserver/pull/93).
* Update for changes in the `process_coord` interface. [PR #126](https://github.com/tilezen/tileserver/pull/126).
* Use new data fetcher interface, which allows for grouping. [PR #118](https://github.com/tilezen/tileserver/pull/118).
* Changes to match data fetcher interface upstream in tilequeue. [PR #112](https://github.com/tilezen/tileserver/pull/112).
* Update to support queries by table [PR #110](https://github.com/tilezen/tileserver/pull/110).
* Update to move `kind` calculation to Python and update sample config for YAML parsing [PR #106](https://github.com/tilezen/tileserver/pull/106).
* Update to pass through Python calculation functions for `min_zoom`.
* Enable Shapely speedups if they're available [PR #108](https://github.com/tilezen/tileserver/pull/108).
* Remove unused store references [PR #104](https://github.com/tilezen/tileserver/pull/104).
* Add keyword arg to MockRedis to fix test. [PR #102](https://github.com/tilezen/tileserver/pull/102).
* Include `VERSION` file in package [PR #121](https://github.com/tilezen/tileserver/pull/121).
* Update package versions to latest. [PR #125](https://github.com/tilezen/tileserver/pull/125).
* Pin to specific versions of `mapbox-vector-tile` and `tilequeue`.
* Get `edtf` and `mapbox-vector-tile` from pypi, not Github
* Add `raw_tiles` to `requirements.txt`.
* Generate tileserver binary [PR #124](https://github.com/tilezen/tileserver/pull/124).
* Add missing v2.1.1 changelog [PR #122](https://github.com/tilezen/tileserver/pull/122).


v2.1.1
------
* Point tilequeue to specific version.
* Backport fix for including VERSION file in package. See [#265](https://github.com/tilezen/tileserver/pull/121).
* Backport fix for including VERSION file in package. See [#265](https://github.com/tilezen/tilequeue/pull/265).

v2.1.0
------
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.2.0
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ wsgiref==0.1.2
zope.dottedname==4.2
edtf==2.6.0
mapbox-vector-tile==1.2.0
git+https://github.com/mapzen/tilequeue@master#egg=tilequeue
git+https://github.com/tilezen/raw_tiles@master#egg=raw_tiles
git+https://github.com/mapzen/tilequeue@v2.1.0#egg=tilequeue
git+https://github.com/tilezen/raw_tiles@v1.0.0#egg=raw_tiles

0 comments on commit 0b90a22

Please sign in to comment.