Skip to content

Releases: paulmach/osm

v0.8.0

08 Jan 19:38
Compare
Choose a tag to compare

What's Changed

  • go 1.16 is required, updated usages of ioutil for similar functions in io and os
  • correctly JSON unmarshal elements with a type tag by @paulmach in #53

Full Changelog: v0.7.1...v0.8.0

v0.7.1

29 Nov 18:15
Compare
Choose a tag to compare

What's Changed

  • osm: add Tags.FindTag and Tags.HasTag methods by @paulmach in #45
  • osm: support version as json number or string by @paulmach in #46

Full Changelog: v0.7.0...v0.7.1

v0.7.0

17 Aug 19:05
d06c7fa
Compare
Choose a tag to compare

What's Changed

  • remove support for marshalling core types into custom binary format by @paulmach in #40

Full Changelog: v0.6.0...v0.7.0

v0.6.0

16 Aug 20:07
1fc31cf
Compare
Choose a tag to compare

What's Changed

  • json: ability to unmarshal osmjson by @paulmach in #39
  • json: add support for external json implementations by @paulmach in #39

Full Changelog: v0.5.0...v0.6.0

v0.5.0

07 Jun 17:56
2ce4c1f
Compare
Choose a tag to compare

What's Changed

  • replication: ability to get changeset state by @paulmach in #37
  • replication: search for state/sequence number by timestamp by @paulmach in #38

Full Changelog: v0.4.0...v0.5.0

v0.4.0

26 May 21:10
b70d48e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

21 Apr 19:23
022ffc6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.3.0

v0.2.2

27 Apr 22:55
9df5be8
Compare
Choose a tag to compare
  • Fixes osmpbf memory issue. See #25 and the fix #26

v0.2.1

04 Feb 18:41
eeed6ca
Compare
Choose a tag to compare

v0.2.0

09 Jan 19:46
f5c7bb7
Compare
Choose a tag to compare

4 changes:

  • ability to efficiently skip types when decoding osmpbf #18
  • the above also added protoscan for osmpbf decoding for a 10%ish performance improvement
  • use cgo/czlib to decode protobufs (if cgo enabled), 20% faster on benchmarks #19
  • deprecated node/ways/relations marshaling into this packages custom binary format. It could be improved and should be versioned separately. 8fcda5d