Skip to content

Releases: protomaps/go-pmtiles

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)

v1.12.0

11 Jan 02:36
7fc668d
Compare
Choose a tag to compare

Summary:

  • Compatibility with more S3 providers - MinIO, etc.
  • pmtiles show --tilejson feature via @mikeocool
  • pmtiles serve root path returns non-404 status code
  • public_hostname configuration changed to public_url in CLI and Caddy middleware

Changelog

  • 8953bc3 Adding a --tilejson arg to the show command (#110)
  • 06b5729 Don't force aws sdk v2 for s3 buckets [#112] (#113)
  • 7fc668d Make the root path / return a 204 (normal) status code instead of 404 [#115] (#116)
  • ef87ca0 Tilejson fixups (#114)
  • 80f0517 makesync: add checksum option, change mb -> kb, store cli version (#111)

v1.11.3

28 Dec 09:12
65e46f9
Compare
Choose a tag to compare

Changelog

  • 65e46f9 allow blocksize=0 to create one hash per tile. (#109)

v1.11.2

26 Dec 05:48
be1ad3a
Compare
Choose a tag to compare

This adds diagnostic commands to support future features.

Changelog

  • 0d20698 Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#107)
  • 4de4493 Experimental creation of .pmtiles.sync control files with makesync cmd (#108)
  • be1ad3a Update README.md

v1.11.1

12 Nov 08:48
dc0638f
Compare
Choose a tag to compare

Changelog