Windshaft-cartodb/NEWS.md

70 lines
2.0 KiB
Markdown
Raw Normal View History

2012-12-20 19:28:43 +08:00
1.1.6
-----
2012-12-13 18:43:11 +08:00
1.1.5 (DD//MM//YY)
-----
* Fix bogus cached return of utf grid for fully contained tiles (#67)
2012-12-13 18:43:11 +08:00
2012-11-28 23:43:19 +08:00
1.1.4 (DD//MM//YY)
-----
* Reduce default extent to allow for consistent proj4 round-tripping
2012-12-08 03:06:26 +08:00
* Enhance reset_styles script to use full configuration (#62)
* Have reset_styles script also drop extended keys (#58)
2012-12-08 03:06:26 +08:00
* Fix example postgis parameter for simplifying input geoms (#63)
* Add row_limit to example config (#64)
2012-11-30 23:51:31 +08:00
1.1.3 (30//11//12)
2012-11-12 19:28:32 +08:00
-----
2012-11-26 20:20:39 +08:00
* Fix reset_styles script to really skip extended keys
* CartoCSS versioning
* Mapnik-version dependent default styles
* Enhance 2.0 -> 2.1 transforms:
* styles with conditional markers
* scale arrow markers by 50%
2012-11-12 19:28:32 +08:00
2012-11-02 22:47:54 +08:00
1.1.2 (DD//MM//YY)
-----
* CartoCSS versioning
* Fix use of "style_version" with GET (inline styles)
* Enhance 2.0 -> 2.1 transforms:
* styles with no semicolon
* markers shift due to geometry clipping
2012-11-02 22:47:54 +08:00
1.1.1 (DD//MM//YY)
2012-10-05 22:14:10 +08:00
-----
2012-11-02 22:46:54 +08:00
* Add support for persistent client cache headers
2012-10-22 21:30:16 +08:00
* Fix crash on unknown user (#55)
* Add /version entry point
* CartoCSS versioning
* Include style_version in GET /style response
* Support style_version and style_convert parameters in POST /style request
* Support style_version in GET /:z/:x/:y request
1.1.0 (30/10/12)
=======
* Add /version entry point
* CartoCSS versioning
* Include version in GET /style response
* Support version and convert parameters in POST /style request
* Autodetect target mapnik version and let config override it
* Add tools/reset_styles script to batch-reset (and optionally convert) styles
2012-10-05 22:14:10 +08:00
* Configurable logging format (#4)
* Detailed error on missing user metadata
2012-10-05 23:11:57 +08:00
* Properly handle unauthenticated requests for metadata
* Accept "api_key" in addition to "map_key",
both in query_string and POST body (#38)
2012-10-05 23:11:57 +08:00
* Add ./configure script
2012-10-31 01:43:31 +08:00
* Allow listening on host IP
* Replaced environment configs by .example ones
* Fixed some issues with cluster2
2012-10-05 22:14:10 +08:00
2012-10-03 22:39:21 +08:00
1.0.0 (03/10/12)
-----
* Migrated to node 0.8.x.
2012-09-25 19:46:41 +08:00
0.9.0 (25/09/12)
-----
* External resources in CartoCSS
* Added X-Cache-Channel header in all the tiler GET requests
* Small fixes