All Versions
7
Latest Version
Avg Release Cycle
7 days
Latest Release
-
Changelog History
Changelog History
-
v0.9.0 Changes
๐ฅ Breaking changes
- now requires Go 1.17+.
General changes
- โฌ๏ธ upgraded Docker containers to Go 1.19
- ๐ upgraded Go version used for release to Go 1.19
Command-line interface
- ๐ added support for specifying host IP address to listen on using the
--host
option (#138). - switched basemaps to Stamen map tiles (#148)
- added auto-detection of tile size and return blank tile of same size (if available) for image tilesets when tile is not found (#155).
-
v0.8.2 Changes
๐ Bug fixes
- ๐ fixed handling of
X-Forwarded-Host
header (#135) - ๐ fixed incorrect closing of sqlite connections during initial validation
of tilesets (#136) in
mbtiles-go
- ๐ handle missing
center
inmetadata
table in map preview for vector tiles (#137)
- ๐ fixed handling of
-
v0.8.1 Changes
๐ Bug fixes
- ๐ fixed handling of moved / renamed files within watched directories when
using the
--enable-fs-watch
option.
- ๐ fixed handling of moved / renamed files within watched directories when
using the
-
v0.8 Changes
General changes
- ๐ display attribution in preview maps if present in tileset metadata.
- โฌ๏ธ upgraded Docker containers to Go 1.17.
- ๐ upgraded Go version used for release to Go 1.17.
- ๐ฑ switched to go:embed for embedding templates and static assets.
- ๐ฆ dropped internal mbtiles package in favor of github.com/brendan-ward/mbtiles-go,
which wraps the SQlite-specific go package
crawshaw.io/sqlite
for better performance.
Command-line interface
- ๐ added support for watching filesystem for changes to tilesets using
--enable-fs-watch
option.
๐ฅ Breaking changes
- now requires Go 1.16+.
- ๐ removes ArcGIS API layer info at the service root and layers endpoint (#116); this was not providing useful information for image tilesets.
- ๐ฑ removed
handlers.Assets
; static assets are intended only for use in template or static file handlers. - ๐ removed support for UTF Grids.
๐ Bug Fixes
- fix handlers for ArcGIS API endpoints, resolving tile shift issue (#116).
- obviated incorrect include of node_modules in compiled asset file; executable is now smaller and faster to build.
-
v0.6.1 Changes
April 02, 2020- โฌ๏ธ upgraded Docker containers to Go 1.14 (solves out of memory issues during builds on small containers)
-
v0.6.0 Changes
March 26, 2020Changes:
- ๐ fixed bug in map preview when bounds are not defined for a tileset (#84)
- โก๏ธ updated Leaflet to 1.6.0 and Mapbox GL to 0.32.0 (larger upgrades contingent on #65)
- ๐ fixed issues with
--tls
option (#89) - โ added example proxy configuration for Caddy and NGINX (#91)
- ๐ fixed issues with map preview page using HTTP basemaps (#90)
- resolved template loading issues (#85)
๐ฅ Breaking Changes :
inhandlers.go
:- โ Removed
TemplatesFromAssets
as it was not used internally, and unlikely used externally - โ Removed
secretKey
fromNewFromBaseDir
parameters; this is replaced by callingSetRequestAuthKey
on aServiceSet
.
-
v0.5.0 Changes
- ๐ณ Added Docker support (#74, #75)
- Fix case-sensitive mbtiles URLs (#77)
- ๐ Add support for graceful reloading (#69, #72, #73)
- ๐ Add support for environment args (#70)
- All changes prior to 6/1/2019