Skip to content

Releases: protomaps/go-pmtiles

v1.19.0

10 Mar 07:53
7c37b26
Compare
Choose a tag to compare

Changelog

v1.18.1

05 Mar 01:41
8f41de2
Compare
Choose a tag to compare

Fixes by @msbarry

Changelog

v1.18.0

25 Feb 15:03
5e5daa7
Compare
Choose a tag to compare

NewFileBucket via @jzs
more prometheus metrics via @msbarry
fix operations on local files that are less than 16kb
pmtiles convert no longer shows progress for materializing all IDs (slow)

Changelog

v1.17.0

13 Feb 12:06
82257ce
Compare
Choose a tag to compare

Changelog

  • 82257ce Change capitalization of ETag header to align with conventions [#137] (#140)
  • 800168b Set etag on pmtiles serve responses (#137)

v1.16.2

12 Feb 14:08
1f83ff6
Compare
Choose a tag to compare

Docker image arm64 support by @jonasengelmann !

Changelog

v1.16.1

09 Feb 12:41
07a6d81
Compare
Choose a tag to compare

Changelog

v1.15.0

09 Feb 05:38
42c3285
Compare
Choose a tag to compare

Changelog

v1.14.1

07 Feb 10:44
c402c54
Compare
Choose a tag to compare

Changelog

  • 85a73a5 Docker Build Pipeline with Tags (#103)
  • c402c54 Update show.go to show a less ambiguous "(long: X, lat: Y)" string, instead of two plain numbers. (#129)

v1.14.0

29 Jan 03:27
d2d9f27
Compare
Choose a tag to compare
  • Code style and naming conventions are now consistent internally, function names, etc.
  • Prometheus metrics for serve via @msbarry

Changelog

  • c3a62e6 Add prometheus metrics (#125)
  • d2d9f27 Better error message for tile 404s if header/dirs are cached. (#122)
  • 1a2a1a7 Make all variable and field names consistent with style guide. [#20, … (#123)
  • 94a9191 refactor names to only export intentional parts of functionality [#20… (#124)
  • 456d7b9 upgrade to go 1.21 [#117] (#126)

v1.13.0

18 Jan 07:22
c45dec8
Compare
Choose a tag to compare

Changelog

  • 5c160a6 Bump github.com/quic-go/quic-go from 0.39.0 to 0.39.4 (#118)
  • fde7b36 add minzoom option to extract command (#120)
  • 541c8e0 sync operation prints % of blocks matching (#119)
  • c45dec8 update tests and readme about minzoom [#120] (#121)