Skip to content

Commit

Permalink
Prep for 0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-ward committed Dec 22, 2021
1 parent a108067 commit a26f922
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit a26f922

Please sign in to comment.