Releases: zerebubuth/openstreetmap-cgimap
Releases · zerebubuth/openstreetmap-cgimap
Release version 0.7.2
Release version 0.7.1
Release version 0.7.0
New features:
- Changeset upload (#140)
- Support for input (de)compression for changeset upload (#149)
- Basic auth support (#145)
- OAuth: Check
api_write permission
for POST api calls (#151)
Bug fixes:
- Fix confusing error message in /map call (#172)
Refactoring:
- Boost → C++11 migration (#164)
- Drop dependency on boost date/time functions (#171)
- Cleanup: Remove special logic for old libpqxx versions (#167)
Note: gcc 5.x or newer is required starting with this release due to a dependency on std::put_time
. This requirement is fulfilled by Ubuntu Xenial or newer distributions.
Release version 0.6.2
Release version 0.6.1
Release version 0.6.0
- 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.
Release version 0.5.8
Adds a 24h timeout for OAuth nonces. Thanks to @tomhughes.
Release version 0.5.7
Added more detail to OAuth unauthorized rejections. Added missing HTTP status message for 401.
Release version 0.5.6
- Fix bug where changeset comments count was always zero. #116
Release version 0.5.5
- Implement missing apidb OAuth methods.
- Fix return type of
oauth_status_code
functor. - Add end-to-end OAuth test.