-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathNEWS
633 lines (429 loc) · 13.7 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
Version 0.21.0
2014-05-07
Enhancements:
- Make tests runnable in Mac OS X
- Code reorganization for CacheEntry
- assert helper now support per mil tolerance to check image equality
Bug fixes:
- Do not omit points close to the tile boundary from torque tiles
- Use correct torque.js dependency
Version 0.20.0
2014-03-20
Enhancements:
- Do not cache bogus renderers (#171)
- Upgrade carto to 0.9.5-cdb3
- Use INFO level for express logging
- Do not include connection info in error responses (#173)
Other changes:
- Use external module as profiler (#174)
- Switch to 3-clause BSD license (#175)
Version 0.19.4
2014-03-05
Enhancements:
- Catch statsd exceptions (#166, #167)
Version 0.19.3
2014-03-04
Enhancements:
- Log full connection string on PostgreSQL connection error (#165)
- Prefix statsd resulting from hits of / and /version endpoints
- Use 403 status, not 401, for forbidden access
- Upgrade grainstore to 0.18.1
Version 0.19.2
2014-02-27
Enhancements:
- Send 404 instead of 400 on attempts to fetch non-existing database items
- Send 500 status and better error message on db connection error
- Use "TorqueRenderer" prefix for errors generated by it (#164)
- Inject db parameters in user-provided MapConfig objects (#163)
Version 0.19.1
2014-02-26
Enhancements:
- Do not send 0 timings to statsd (fixes "Bad line: 0,ms" messages)
- Do not call req2params more then once on MapConfig creation (#157)
- Do not invalidate renderer caches when NO cache_buster is given (#158)
- Call afterLayergroupCreate only after MapConfig verification (#159)
- Drop LRU cache for "seen" layergroups (#160)
- Clearer error on mapnik tokens use with attribute service (#154)
- Include MapConfig specification and MultilayerAPI documents in repo
Bug fixes:
- Fix MapStore.save always false "known" return variable (#162)
Version 0.19.0
2014-02-19
New features:
- Use own .sendResponse function for all responses
- Make MapStore instance accessible via app
- Allow passing RedisPooler via server options (#146)
Enhancements:
- Use log4js express logger if global.log4js is defined (#140)
- Include format in rendering profile labels (#152)
Version 0.18.2
2014-02-17
Bug fixes:
- Fix error message on unexistent map config token (#148)
Enhancements:
- Integrate statsD support in Profiler
Version 0.18.1
2014-02-13
Bug fixes:
- Fix duplicated garbage collection via grainstore upgrade
Enhancements:
- Speed up construction of mapnik renderers
- Allow disabling statsD via configuration (#144)
Version 0.18.0
2014-02-12
Enhancements:
- Advertise support for node-0.10 (#128)
- Use a single pooler for mapnik and torque renderers (#142)
- Improve garbage collection performance (#141)
- Add statsd support
Version 0.17.2
2014-02-11
Enhancements:
- Reduce debug logs (#139)
Version 0.17.1
2014-02-11
Bug fixes:
- Check attribute service validity at MapConfig creation time (#131)
- Use read-only transactions for torque tiles and attributes (#130)
- Fix reading database password (dbpassword) from req.param (#134)
Enhancements:
- Add 'torque.json' and 'torque.bin' format aliases (#133)
- Allow specifying name of torque geometry column in the MapConfig (#125)
- Improve error message on attempts to fetch torque tile from
non-torque layers (#136)
- Include X-Tiler-Profiler header in POST /style endpoint (#138)
- Improve speed of POST /style and DELETE /style (#138)
Version 0.17.0
2014-02-04
New features:
- Configurable endpoint for multilayer API (#126)
Bug fixes:
- Fix coordinate order in TorqueRenderer.getTile
Version 0.16.0
2014-02-04
New features:
- Support for torque tiles (#113)
- New attributes service (#121)
Enhancements:
- Store full layergroup configuration in redis (#114)
Backward incompatible changes:
- Drop support for XML processor hook (#119)
Version 0.15.1
2014-01-30
Bug fixes:
- Fix testsuite run against PostGIS-1.5 (#108, #109)
- Fix core dependency list to include 'semver' (#112)
- Fix use of maxzoom (#78, again)
Version 0.15.0
2014-01-14
New features:
- Make strict XML parsing configurable via params (#100)
Bug fixes:
- Fix restore of localized resources on renderer creation (#107)
Version 0.14.5
2013-12-05
- Fix use of layergroups on mapnik upgrade (#101)
Version 0.14.4
2013-11-28
- Update tilelive-mapnik to upsteam version 0.6.4 (#86)
- Survive presence of malformed CartoCSS in redis (#97)
- Validate fonts at CartoCSS rendering time (#98)
Version 0.14.3
2013-11-13
- Return CORS headers when creating layergroups via GET (#92)
- Fix http status on database authentication error (#94)
- Ensure bogus text-face-name error raises at layergroup creation (#93)
Version 0.14.2
2013-11-08
- Fix parsing of CartoCSS filter values using exponential notation (#90)
Version 0.14.1
2013-10-31
- Update grainstore dep to ~0.14.1
- Fix test preparation when postgresql params are set
Version 0.14.0
2013-10-31
- Support for Mapnik 2.2.0 (#89)
Version 0.13.7
2013-10-03
- Require grainstore 0.13.11, fixing support for apostrophes
in CartoCSS (#87)
Version 0.13.6
2013-09-12
- Require grainstore 0.13.10, fixing error message for
some invalid cartocss (#85)
Version 0.13.5
2013-09-09
- Always use http status 200 for jsonp requests (#84)
- Upgrade grainstore to 0.13.9, fixing " zoom" error
"sql/table must contain zoom variable"
Version 0.13.4
2013-09-04
- Fix race condition with external resources (#82)
Version 0.13.3
2013-09-03
- Upgrade tilelive-mapnik to use eio-2.1.0
- Enable travis-ci
Version 0.13.2
2013-08-13
- Rewrite mapnik XML parsing error to start with style name (#73)
- Fix error on empty CartoCSS
Version 0.13.1
2013-07-18
- Do not print profile to stdout (use log_format for that)
- Include renderer build time to profile
- Do not re-check layergroup configs with no interaction
- Log full layergroup config with resulting token on creation (#80)
Version 0.13.0
2013-07-16
- Add support for profiling requests
Version 0.12.10
2013-07-16
- Improve error message on blank CartoCSS in multilayer config
Version 0.12.9
2013-07-04
- Do not assume already-tested layergroup config was good (#79)
Version 0.12.8
2013-06-28
- Allow setting layergroup token ttl via config variable
grainstore.default_layergroup_ttl
- Only check layergroup configuration when first seen (#77)
- Use tile 30/0/0 for testing layergroups, override with maxzoom (#78)
Version 0.12.7
2013-06-26
- Do not confuse single layergroup creation errors with multiple errors
Version 0.12.6
2013-06-21
- Try fetching tile and grids on layergroup creation, early reporting errors
Version 0.12.5
2013-06-12
- Redis moved to a devDependency, and upgraded to ~0.8.3
- Grainstore dependency raised to ~0.13.4, fixing possible deadlocks
during map styles gc operations.
Version 0.12.4
2013-06-06
- Grainstore dependency raised to ~0.13.3
Version 0.12.3
2013-05-29
- Do not confuse colors with layer names (#72)
Version 0.12.2
2013-05-29
- Fix handling of layer name placeholder in multi-section CSS (#71)
Version 0.12.1
2013-05-21
- Add possibility to specify a literal cache_buster value in benchmark.js
- Allow Content-Type with encoding on /layergroup POST (#70)
Version 0.12.0
2013-04-04
- Multilayer API changes
- Interactivity layers are referenced by index (0-based)
- Interactivity fields are only specified at layergroup creation time
- Upgrade tilelive to ~4.4.2
- Upgrade generic-pool to ~2.0.3
Version 0.11.1
2013-04-03
- Drop tilelive-mapnik internal cache
Version 0.11.0
2013-04-02
- Multilayer API changes (revert to 0.9.x behavior)
- Configure interactivity at grid fetch time
- Drop /layergroup/:token/:z/:x/:y.grid.json route
- Add /layergroup/:token/:layer/:z/:x/:y.grid.json route
- Add /layergroup route to create maps via GET (#69)
- Add map config to afterLayergroupCreate hook signature
Version 0.10.0
2013-03-29
- Multilayer API changes
- Fully configure interactivity at layergroup (token) creation
- Drop /layergroup/:token/:layer/:z/:x/:y.grid.json route
- Add /layergroup/:token/:z/:x/:y.grid.json route
Version 0.9.2
2013-03-13
- Change afterLayergroupCreate hook signature to take a full http
request as first parameter
Version 0.9.1
2013-03-01
- Implement OPTIONS for multilayer endpoint
- Add "test" make target (alias to "check")
- Add support for global_cartocss_version in multilayer config
- Allow req2param to install a RendererCache processor in the parameters
(params.processRendererCache)
- Per-map cache_buster encoding (#58)
Version 0.9.0
2013-02-25
- New multilayer API (#61)
Version 0.8.5
2013-02-11
- Do not assume any thrown exception is an Error (#65)
- Clear both aut and non-auth render cache on style change (#59)
- Require an 'interactivity' param when fetching grids (#55)
- Allow configuring 'metatile' and 'buffer size' of renderer
- Allow configuring renderer cache time to live (#35)
Version 0.8.4
2013-01-30
- Add dumpCacheStats method of Windshaft server
- Log cache cleanup activity outcome
Version 0.8.3
2013-01-28
- Enhance run_tests.sh to allow running single tests and skipping preparation
- Return status code 400 on POST STYLE and GET STYLE errors
- Require grainstore ~0.10.10
Version 0.8.2
2012-12-20
- Require tilelive-mapnik 0.3.3-cdb2 to fix bug with utf grid cache
http://github.com/Vizzuality/Windshaft-cartodb/issues/67
Version 0.8.1
2012-12-19
- Add X-Windshaft-Cache header
- Require grainstore ~0.10.8 for better 2.0.0 -> 2.1.0 transforms
Version 0.8.0
2012-11-14
- API: add "style_convert" parameter to GET /style
- Support geometry-type based rendering (#11)
Version 0.7.1
2012-10-30
- Allow sql queries to end with a semicolon
- Added CORS headers to OPTIONS method
- More enhancements to the benchmark.js script
- Properly handle async nature of mml_builder construction (#51)
Version 0.7.0
2012-10-19
- API: add "style_" prefix to "version" and "convert" parameters
- Enhancements to the benchmark.js script
Version 0.6.2
2012-10-11
- Log all error responses to console
- Provide a sendError method to subclasses
Version 0.6.1
2012-10-09
- Fix getVersion reporting of grainstore version
Version 0.6.0
2012-10-08
- CartoCSS version control
- Include version in GET /style response
- Support version and convert parameters in POST /style request
- Add /version entry point
- Autodetect target mapnik version and let config override it
Version 0.5.8
2012-09-28
- Automated localization of external resources referenced in carto
- Send 400 response status on GET tile errors
- Added support for OPTIONS method in tile_style to be able to
change styles from a javascript client
Version 0.5.7
2012-09-03
- Include database username in renderer cache key (#42).
- Allow req2param to install an XML processor in the parameters
- Less verbose error messages
- Send 401 on authentication failure and 404 on table not found (#30)
Version 0.5.6
2012-08-07
- Add beforeStateChange called on POST and DELETE style request
Version 0.5.5
2012-08-07
- Use custom tilelive-mapnik to workaround ever-growing memory use
- Expose setStyle and delStyle methods
- Add afterStyleChange and afterStyleDelete callbacks
Version 0.5.4
2012-08-01
- Enable metatiling (4x4) speeding up 5x4 viewport fillups by ~2.5 (#12)
- Shrinkwrap node-mapnik 0.7.9, fixing the garbage collection issue (#32)
Version 0.5.3
2012-07-25
This release drops the requirement of a field already in epsg:3857
(aka "the_geom_webmercator");
- Raise grainstore dependency to ~0.3.1 to allow for safe
wgs84 to webmercator reprojection in mapnik.
- Update tests to use mapnik reprojection.
- Improve testing tool to accept tolerances
- Shrinkwrap carto 0.8.1 and mapnik-reference 3.1.0
Version 0.5.2
2012-07-20
- Node 0.8 support
- Raise tilelive dependency to ~4.3.1
Version 0.5.1
2012-07-12
- Raise underscore dependency to ~1.3
- Loosen grainstore dependency to >= 0.2.3 < 0.4
- Loosen hiredis dependency to ~0.1.12
Version 0.5.0
2012-07-05
NOTE: this release drops support for node-0.4.x
- Requires node-0.6 (#10)
- Add npm-shrinkwrap.json file to lock dependencies versions
- Add support for mapnik 2.1.x (#14)
- Stop depending on the tilelive-mapnik-cartodb fork of tilelive-mapnik (#26)
Version 0.4.8
2012-07-04
- Encode dependency on node-0.4
- Raise express dependency to 2.5.11 (supports node-0.6)
- Prepare code to support express-3.0
- Redis dependency raised from 0.6.7 to 0.7.2 (supports node-0.8)
- Require grainstore 0.2.3 (supports node-0.8)
- Require zlib module as a workaround to "express"
requiring a version of "connect" which doesn't do so
while it should (https://github.com/senchalabs/connect/issues/613)
- Testsuite enhancements
- Read connection params from environment also at preparation time
- Better handling of database preparation failures
- Require mocha 1.2.1 as 1.2.2 doesn't work with node-0.4
See https://github.com/visionmedia/mocha/issues/489
Version 0.4.7
2012-06-26
- Testsuite enhancements
- Run on "make check"
- Ported to mocha
- Do not hang anymore
- Fix invalid MML syntax
- More verbose failures
- Improved documentation
- Raise grainstore dependency to 0.2.2
Version 0.4.6
2012-05-07
Version 0.4.5
2012-04-23
Version 0.4.4
2012-04-01
Version 0.4.3
2011-12-14
Version 0.4.2
2011-12-09
Version 0.4.1
2011-12-09
Version 0.4.0
2011-12-08
Version 0.3.2
2011-11-30
Version 0.3.1
2011-11-25
Version 0.3.0
2011-10-13
Version 0.2.6
2011-10-07
Version 0.2.5
2011-10-07
Version 0.2.4
2011-10-07
Version 0.2.3
2011-10-07
Version 0.2.1
2011-10-07
Version 0.0.11
2011-09-20
Version 0.0.10
2011-09-20
Version 0.0.9
2011-09-20
Version 0.0.8
2011-09-14
Version 0.0.7
2011-09-14
Version 0.0.6
2011-09-14
Version 0.0.5
2011-09-06
Version 0.0.4
2011-09-04
Version 0.0.3
2011-09-04
Version 0.0.2
2011-09-04