Skip to content

Releases: protomaps/go-pmtiles

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

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)