Skip to content

Latest commit

 

History

History
69 lines (39 loc) · 3.37 KB

CHANGELOG.md

File metadata and controls

69 lines (39 loc) · 3.37 KB

Changelog

All notable changes to this project will be documented in this file.

v0.7.1 - 2022-11-29

Added

Fixed

v0.7.0 - 2022-08-17

Changed

  • remove node/ways/relations marshaling into this packages custom binary format by @paulmach in paulmach#40

v0.6.0 - 2022-08-16

Added

v0.5.0 - 2022-06-07

Added

v0.4.0 - 2022-05-26

Changed

v0.3.0 - 2022-04-21

Added

v0.2.2 - 2021-04-27

Fixed

v0.2.1 - 2021-02-04

Changed

v0.2.0 - 2021-01-09

Changed

  • osmpbf: ability to efficiently skip types when decoding by @paulmach in paulmach#18
  • osmpbf: use protoscan for a 10%ish performance improvement
  • osmpbf: use cgo/czlib to decode protobufs (if cgo enabled), 20% faster on benchmarks @paulmach in paulmach#19
  • deprecated node/ways/relations marshaling into this packages custom binary format 8fcda5