Skip to content

0.7.0

Compare
Choose a tag to compare
@rustprooflabs rustprooflabs released this 28 Jan 01:02
· 179 commits to main since this release
18acc46

PgOSM Flex 0.7.0

⚠️ Breaking Changes ⚠️

PgOSM Flex 0.7.0 introduces two breaking changes.

  • Removed the original --append mode; replaced with --replication in 0.6.3 - #285
  • Removed --skip-dump - Using pg_dump is no longer default, use --pg-dump to enable - #289

Commit hash: 18acc46

The commit hash from this git repo shows up with the PgOSM Flex version number in SELECT pgosm_flex_version FROM osm.pgosm_flex; If you see this version with a different commit hash, it indicates you are using a latest Docker image with untagged features.

Backend changes

  • Disables use of pg_dump by default, removes --skip-dump and replaces with --pg-dump to enable #289
  • Enable --update mode to wrap osm2pgsql's ability to use --create vs --append #275 #285, #291, #292
  • Original --append functionality moved to --replication #285 (really happened in 0.6.3)

Data changes

  • Using osm2pgsql-replication ignores --osm-date argument #296

Upgrade notes for --replication

N/A

Other

  • Documentation improvement, minor code cleanup - #288, #297

Full Changelog: 0.6.3...0.7.0