Releases: protomaps/go-pmtiles
Releases · protomaps/go-pmtiles
v1.4.1
v1.4.0
v1.3.0
Changelog
- 0493afb Merge pull request #18 from sfomuseum/return-error
- 14a2737 Merge pull request #19 from sfomuseum/ignore-prefix
- 490d168 return errors instead of triggering fatal errors in library code
- ece5bbc update tilePattern and metadataPattern to allow leading (and ignorable) prefixes
- c2af736 upload and serve allow S3 safe keys and prefixes [#19]
v1.2.1
v1.1.0
Changelog
- 5dc941a add barebones upload command and stub show command
- 18aa427 add code path for migrating v2 to v3 in convert
- 6957ee2 implementation of v2 to v3 upgrader
- f0a8df1 remove v2 writer; stub out subpyramid functionality
- a903fba set uploader concurrency/buffer size
- 52d1129 upload command takes options flags
- d00b536 v2 to v3 migration: handle leaf directories
- 1612134 v2 to v3: fix tile type detection and minzoom/maxzoom as strings in v2 metadata
v1.0.2
version 0.5
fix exception for tiles not in archive
v0.4-alpha
- Return better 404 errors when tile is not in archive
- use os.path for filesystem paths
- add header Content-Length for tile responses
v0.3-alpha
add go.sum
v0.2-alpha
- archives with numbers in name
- return 404 and don't cache non-200 responses
- detect servers without byte serving