Skip to content

Releases: openstreetmap/osmosis

0.49.2

03 Dec 03:47
Compare
Choose a tag to compare
  • Revert removal of JPF (Java Plugin Framework). It's still being actively used without a convenient alternative.

0.49.0

03 Nov 11:08
Compare
Choose a tag to compare
  • 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

08 Sep 16:44
Compare
Choose a tag to compare
  • Fix broken SQL code in pgsnapshot_schema_0.6_changes.sql (#73)

0.48.2

14 Jul 17:33
Compare
Choose a tag to compare
  • 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

30 Jun 16:37
Compare
Choose a tag to compare
  • Added advanced database logging for PgSnapshot module (#67)
  • Updated usage docs (#68, #69)
  • Added database locking functionality (#70)

0.48.0

05 May 16:33
Compare
Choose a tag to compare
  • 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

07 Apr 16:32
Compare
Choose a tag to compare
  • Refactored with BaseXMLReader and WorkingTaskManagerFactory classes (#60)

0.47.3

24 Mar 16:18
Compare
Choose a tag to compare
  • Updated protobuf package to 3.11.4 (#58)
  • Replaced custom MultiMemberGZIPInputStream with java.util.zip.GZIPInputStream (#59)

0.47.2

11 Mar 01:10
Compare
Choose a tag to compare
  • Removed explicit dependency on xerces in favor of JDK version (PR #51)
  • Added $gnupgUserDir to Docker setup (PR #56)

0.47.1

10 Mar 02:31
Compare
Choose a tag to compare
  • Update APIDB schema to remove users.nearby column (PR #54)