Skip to content

Release version 0.6.0

Compare
Choose a tag to compare
@zerebubuth zerebubuth released this 10 Apr 11:32
· 962 commits to master since this release
  • Add support for the changeset download API call: #137.
  • Add support for history calls and historic versions of elements: #129 and #117.
  • Fix to handle empty query string when using Lighttpd: #135.
  • Default transactions to read-only as a safety measure: #134.
  • Check PostgreSQL version at setup rather than waiting to fail a query: #133.
  • Make a single query to fetch associated tags, way nodes and relation members. This should make the queries much faster when accessing the database over a higher latency network link: #130, #131 and #136.
  • Match Rails' error response: #125.
  • Return 404s for unmatched routes: #127 and #128.
  • Fixes to the documentation for using Cgimap with Lighttpd: #126

Thanks to @jronak and @woodpeck for contributing code to this release, as well as @pnorman and @tomhughes for their reviews.