From b9c16d681a7e942ae6ceb6f939e81c3d69216e8a Mon Sep 17 00:00:00 2001 From: Nathaniel Kelso Date: Tue, 24 Jan 2017 10:53:23 -0800 Subject: [PATCH 1/3] update v1.2.0 changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd891f48..445d3e22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ CHANGELOG ========= +v1.2.0 +------ +* Improve performance of GeoJSON and TopoJSON format generation by using ujson (See [#139](https://github.com/tilezen/tilequeue/issues/139)) +* Improve performance of MVT format generation by using builtin round function (See [#144](https://github.com/tilezen/tilequeue/pull/144)) +* Reduce database pressure by use psycopg2 connection pools (See [#141](https://github.com/tilezen/tilequeue/issues/141)) +* Reduce database requests by registering hstore/json (See [#142](https://github.com/tilezen/tilequeue/issues/142)) +* Reduce memory usage during tile seeding (See [#126](https://github.com/tilezen/tilequeue/issues/126)) +* Expose unique option for seeding tile generator (See [#127](https://github.com/tilezen/tilequeue/issues/127)) + v1.1.1 ------ * Use queue name from message to acknowledge message. See [#134](https://github.com/tilezen/tilequeue/issues/134). From 45e727c18a096831c5be362c6776e68a6815cae8 Mon Sep 17 00:00:00 2001 From: Nathaniel Kelso Date: Tue, 24 Jan 2017 11:40:48 -0800 Subject: [PATCH 2/3] add long zoom note, and mod v1.1.0 to relate meta-tile to tapalcatl) --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 445d3e22..bbb9e9f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ v1.2.0 * Reduce database requests by registering hstore/json (See [#142](https://github.com/tilezen/tilequeue/issues/142)) * Reduce memory usage during tile seeding (See [#126](https://github.com/tilezen/tilequeue/issues/126)) * Expose unique option for seeding tile generator (See [#127](https://github.com/tilezen/tilequeue/issues/127)) +* Support long zooms (See [#130](https://github.com/tilezen/tilequeue/pull/130)) v1.1.1 ------ @@ -17,7 +18,7 @@ v1.1.1 v1.1.0 ------ * Add command to dump the tiles of interest list to a text file -* Add support for generating metatiles +* Add support for generating metatiles (see also: tapalcatl) * Add priority queues implementation * Increase topojson scale from 1024 -> 4096 From aae61801c69f8d2fcb51fef8fc45339392e39581 Mon Sep 17 00:00:00 2001 From: Nathaniel Kelso Date: Tue, 24 Jan 2017 11:47:00 -0800 Subject: [PATCH 3/3] bump version to 1.2.0 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 8cfbc905..867e5243 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.1 \ No newline at end of file +1.2.0 \ No newline at end of file