Releases: zerebubuth/openstreetmap-cgimap
Releases · zerebubuth/openstreetmap-cgimap
Release version 0.8.6
Release version 0.8.5
- OAuth2: plain token support (#248)
Release version 0.8.4
Release version 0.8.3
New features:
- Updated Dockerfile and lighttpd.conf (#213)
- Make compile time constants configurable via program options (#232)
- Program options can be set via new command line parameter --configfile (#232)
- Provide option to enforce limits for tags and relation members (#174)
- Use pg_virtualenv for unit tests
Refactoring:
- Ubuntu 20.04 (Focal) adjustments for libpqxx deprecation warnings (#229)
Bug fixes:
- Fix closed_at timestamp when changeset is open >23h (#236)
Release version 0.8.2
Release version 0.8.1
Bug fixes:
- Use MIME type application/xml for better Rails compatibility (#221)
Release version 0.8.0
New features:
- Added new API endpoints for Changeset create/update/close (#206)
- New handler for
/*/relations
andnode/*/ways
(#166)
Bug fixes:
- Fix compilation issues for libpqxx 6.x (#200)
- Use boost::spirit::standard instead of boost::spirit::ascii to avoid assertions failures in param list parsing
- Prepend HTTP 412 error text w/ Precondition failed: for Rails port compatibility (#211)
- JSON format fixes (#218, #219)
- Vagrant: dist update fix (#216), use Bionic (#217)
Refactoring:
- Improved XML parsing, using parts of libxml++ (#209)
- Replace boost regex by c++11 std (#205)
- Refactoring transaction handling (#204)
- Simplify changeset cache sql (#202)
- Application router HTTP method handling
Breaking changes:
Release version 0.7.5
Bug fixes:
- Fix 412 Precondition Failed when trying to upload old version of a way (#195)