Prep for 0.8 release

This commit is contained in:
Brendan C. Ward 2021-12-22 09:50:49 -08:00
parent a1080670de
commit a26f9228a9
No known key found for this signature in database
GPG Key ID: 37A8A7A2D61DFE13

View File

@ -1,28 +1,30 @@
# Changelog
## 0.8 (in progress)
## 0.8
### 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
- now requires Go 1.16+
- switched to go:embed for embedding templates and static assets
- 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`
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
- 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
- removed support for UTF Grids.
### Bug Fixes