Skip to content

Latest commit

 

History

History
79 lines (44 loc) · 3.7 KB

CHANGELOG.md

File metadata and controls

79 lines (44 loc) · 3.7 KB

Changelog

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

v0.8.0 - 2024-01-08

Changed

  • go 1.16 is required, updated usages of ioutil for similar functions in io and os

Fixed

  • correctly JSON unmarshal elements with a type tag by @paulmach in #53

v0.7.1 - 2022-11-29

Added

  • osm: add Tags.FindTag and Tags.HasTag methods by @paulmach in #45

Fixed

  • osm: support version as json number or string by @paulmach in #46

v0.7.0 - 2022-08-17

Changed

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

v0.6.0 - 2022-08-16

Added

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

v0.5.0 - 2022-06-07

Added

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

v0.4.0 - 2022-05-26

Changed

v0.3.0 - 2022-04-21

Added

v0.2.2 - 2021-04-27

Fixed

  • osmpbf: fixed memory allocation issues by @paulmach in #26

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 #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 #19
  • deprecated node/ways/relations marshaling into this packages custom binary format 8fcda5