All notable changes to this project will be documented in this file.
v0.8.0 - 2024-01-08
- go 1.16 is required, updated usages of
ioutil
for similar functions inio
andos
v0.7.1 - 2022-11-29
v0.7.0 - 2022-08-17
v0.6.0 - 2022-08-16
- 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
- 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
- protobuf: port to google protobuf by @OlafFlebbeBosch in #36
v0.3.0 - 2022-04-21
- osmpbf: preallocation node tags array by @paulmach in #33
- osmpbf: support "sparse" dense nodes by @paulmach in #32
- osmpbf: add filter functions by @paulmach in #30
v0.2.2 - 2021-04-27
v0.2.1 - 2021-02-04
- osmpbf: reduces memory usage when decoding by @oflebbe in #22
- Fix some more typos by @meyermarcel in #23
v0.2.0 - 2021-01-09
- 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