Releases: openstreetmap/osmosis
Releases · openstreetmap/osmosis
0.49.2
- Revert removal of JPF (Java Plugin Framework). It's still being actively used without a convenient alternative.
0.49.0
- Use GitHub actions instead of Travis CI for continuous integration.
- Improve Gradle performance by enabling parallel execution, build cache and on-demand configuration.
- Replace osmosis-osm-binary package with dependency on org.openstreetmap.pbf:osmpbf from Maven Central.
- Add enableKeepPartialLinestring option for pgsnapshot/pgsimple tasks.
- Revert the database locking functionality which fails in CI.
- Upgrade to PostgreSQL 15.1.
- Remove Java Plugin Framework support (standard Osmosis plugin support remains).
- Remove the replication-http package including --receive-replication and send-replication-xxx tasks.
- Upgrade to Java 17.
- Eliminate use of finalize.
- Ensure PBF file is closed after reading completes.
- Remove shadow jar and jcenter plugins from build.
- Build distribution using the Gradle Application plugin instead of custom scripts.
0.48.3
- Fix broken SQL code in pgsnapshot_schema_0.6_changes.sql (#73)
0.48.2
- Update for protobuf package 3.12.2 in Debian (#71)
- ChangeSimplifierImpl no longer squashes changes of different types but same id (#72)
0.48.1
- Added advanced database logging for PgSnapshot module (#67)
- Updated usage docs (#68, #69)
- Added database locking functionality (#70)
0.48.0
- Improve replication state handling with single-file steps and custom state (#63)
- Add HTTP to osmosis-pbf2 module (#62)
- Adding ability to use Osmosis as a library with limited functionality (#61)
- Tag-transform can now read a row of data from an external DataSource (#52)
0.47.4
- Refactored with BaseXMLReader and WorkingTaskManagerFactory classes (#60)
0.47.3
- Updated protobuf package to 3.11.4 (#58)
- Replaced custom MultiMemberGZIPInputStream with java.util.zip.GZIPInputStream (#59)
0.47.2
- Removed explicit dependency on xerces in favor of JDK version (PR #51)
- Added $gnupgUserDir to Docker setup (PR #56)
0.47.1
- Update APIDB schema to remove users.nearby column (PR #54)