Releases: protomaps/go-pmtiles
Releases · protomaps/go-pmtiles
v1.18.0
v1.17.0
v1.16.2
v1.16.1
v1.15.0
v1.14.1
v1.14.0
- 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
v1.12.0
Summary:
- Compatibility with more S3 providers - MinIO, etc.
pmtiles show --tilejson
feature via @mikeocoolpmtiles serve
root path returns non-404 status codepublic_hostname
configuration changed topublic_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)