Skip to content

0.8.0

Compare
Choose a tag to compare
@rustprooflabs rustprooflabs released this 23 Apr 14:39
· 132 commits to main since this release
45843be

PgOSM Flex 0.8.0

This release comes with multiple ⚠️ breaking changes. ⚠️ While breaking changes are included, the overall impression I have of PgOSM Flex is it is production ready, even though it's still a sub 1.0 release. Absent any major bugs/shifts in the near future, a 1.0 release is getting closer.


Commit hash: 45843be

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

These are ⚠️ breaking changes ⚠️

  • Removed --schema-name option, users can manually rename when needed #314
  • Reworked structure osm.pgosm_flex meta table (#298, #304, #312)

Changes to osm.pgosm_flex

New columns

  • layerset
  • import_mode

Removed columns

  • project_url
  • import_uuid
  • default_date
  • osm2pgsql_replication
  • osm2pgsql_mode

Data changes

N/A

Upgrade notes for --replication

No manual changes required.

Documentation

  • Improve permissions section #310
  • Example using osmium for w/ --input-file - #315

Full Changelog: 0.7.2...0.8.0