Skip to content

Releases: protomaps/go-pmtiles

v1.19.1

19 Mar 02:25
6986931
Compare
Choose a tag to compare

Changelog

  • 4c3e6c2 Bump github.com/jackc/pgx/v4 from 4.18.0 to 4.18.2 (#156)
  • 6986931 Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#158)
  • d3acbc1 Escape raw url logger [CWE-400] (#155)

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)