Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: nel0511/Windshaft

Tags

0.24.1

Toggle 0.24.1's commit message
Release 0.24.1

0.24.0

Toggle 0.24.0's commit message
Release 0.24.0

0.23.0

Toggle 0.23.0's commit message
Release 0.23.0

0.22.0

Toggle 0.22.0's commit message
Fix typo in npm-shrinkwrap

0.21.0

Toggle 0.21.0's commit message
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

0.20.0

Toggle 0.20.0's commit message
Spring release

 Enhancements:

 - Do not cache bogus renderers (CartoDB#171)
 - Upgrade carto to 0.9.5-cdb3
 - Use INFO level for express logging
 - Do not include connection info in error responses (CartoDB#173)

 Other changes:

 - Use external module as profiler (CartoDB#174)
 - Switch to 3-clause BSD license (CartoDB#175)

0.19.4

Toggle 0.19.4's commit message
Release

 - Catch statsd exceptions (CartoDB#166, CartoDB#167)

0.19.3

Toggle 0.19.3's commit message
Third patch-level release in the 1.19 branch

 Enhancements:

 - Log full connection string on PostgreSQL connection error (CartoDB#165)
 - Prefix statsd resulting from hits of / and /version endpoints
 - Use 403 status, not 401, for forbidden access
 - Upgrade grainstore to 0.18.1

0.19.2

Toggle 0.19.2's commit message
Second bugfix release of the 0.19 series

 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 (CartoDB#164)
 - Inject db parameters in user-provided MapConfig objects (CartoDB#163)

0.19.1

Toggle 0.19.1's commit message
First performance and cleanups release in the 0.19 branch

 Enhancements:

 - Do not send 0 timings to statsd (fixes "Bad line: 0,ms" messages)
 - Do not call req2params more then once on MapConfig creation (CartoDB#157)
 - Do not invalidate renderer caches when NO cache_buster is given (CartoDB#158)
 - Call afterLayergroupCreate only after MapConfig verification (CartoDB#159)
 - Drop LRU cache for "seen" layergroups (CartoDB#160)
 - Clearer error on mapnik tokens use with attribute service (CartoDB#154)
 - Include MapConfig specification and MultilayerAPI documents in repo

 Bug fixes:

 - Fix MapStore.save always false "known" return variable (CartoDB#162)