This repository was archived by the owner on Nov 23, 2025. It is now read-only.
Releases: whosonfirst/go-whosonfirst-spelunker-httpd
Releases · whosonfirst/go-whosonfirst-spelunker-httpd
0.0.21
0.0.20
What's Changed
- Modify template to display additional data in list view and header by @thisisaaronland in #55
Full Changelog: v0.0.19...v0.0.20
0.0.19
- Improved documentation for flags
0.0.18
What's Changed
- Add
server.RunOptionsFromParsedFlagsmethod by @thisisaaronland in #53 - Update
server.Runmethod signatures to no longer requireslog.Logger - This release is NOT backwards compatible
Full Changelog: v0.0.17...v0.0.18
0.0.17
What's Changed
- Update to use
aaronland/go-http/v3by @thisisaaronland in #52
Full Changelog: v0.0.16...v0.0.17
0.0.16
What's Changed
- Bump golang.org/x/net from 0.25.0 to 0.36.0 by @dependabot in #49
- Update vendor deps
Full Changelog: v0.0.15...v0.0.16
0.0.15
What's Changed
- Bump golang.org/x/net from 0.25.0 to 0.33.0 by @dependabot in #48
- Update vendor deps
New Contributors
- @dependabot made their first contribution in #48
Full Changelog: v0.0.14...v0.0.15
0.0.14
0.0.13
What's Changed
- Don't disable Write Field link by @thisisaaronland in #45
- Add a IsAPlacetype function by @thisisaaronland in #47
Full Changelog: v0.0.12...v0.0.13
0.0.12
- Update all www and api handlers to use
httpd.LoggerWithRequest - Update ID-based api handlers to return 404 if WOF ID <= -1