Compare commits

..

3 Commits
2.1.0 ... 2.1.1

Author SHA1 Message Date
Raul Ochoa
e516300825 Release 2.1.1 2015-04-10 10:56:10 +02:00
Raul Ochoa
2d84d38b90 Do not add x-cache-channel header for GET template routes 2015-04-10 10:55:46 +02:00
Raul Ochoa
7cd78be094 Stubs next version 2015-04-09 15:26:21 +02:00
4 changed files with 12 additions and 2 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2.1.1
Released 2015-04-10
Bug fixes:
- Do not add x-cache-channel header for GET template routes
## 2.1.0
Released 2015-04-09

View File

@@ -71,6 +71,8 @@ var CartodbWindshaft = function(serverOptions) {
'/',
// See https://github.com/CartoDB/Windshaft-cartodb/issues/176
serverOptions.base_url_mapconfig,
template_baseurl,
template_baseurl + '/:template_id',
template_baseurl + '/:template_id/jsonp'
];
ws.sendResponse = function(res, args) {

2
npm-shrinkwrap.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "windshaft-cartodb",
"version": "2.1.0",
"version": "2.1.1",
"dependencies": {
"cartodb-psql": {
"version": "0.4.0",

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "windshaft-cartodb",
"version": "2.1.0",
"version": "2.1.1",
"description": "A map tile server for CartoDB",
"keywords": [
"cartodb"