Skip to content

v2.14.0

Compare
Choose a tag to compare
@xavijam xavijam released this 20 May 15:54
· 63197 commits to master since this release

2.14.0 (2014-05-20)

  • New features
    • Adds markdown support for descriptions
    • New WMS proxy server
    • SQL based table CartoDBfication
    • New rake tasks
    • Migrate user quota on cartodb extension creation from unpackaged
    • Complain if script is sourced in psql, rather than via CREATE EXTENSION
  • Fixed bugs
    • Bug fixing and stabilization
    • Improve error detection in viz.json action
    • Ruby code no longer loading import files in memory, but streaming them in chunks upon: uploading to server, uploading to AS3, downloading from AS3/server
    • lib/sql modifications:
      • Remove CDB_SearchPath.sql from the set of scripts loaded directly (#466)
      • Do not call CDB_Invalidate_Varnish() if not owned by a superuser
      • Refuse to create new extension if legacy code is present on database
      • Fix extension requires directive