Skip to content

Releases: whosonfirst/go-whosonfirst-spatial-sqlite

0.12.0

20 Dec 02:46
Compare
Choose a tag to compare
  • Add support for temporary databases (on disk) if ?dsn={tmp}
  • Update vendor deps

0.11.1

13 Dec 22:12
Compare
Choose a tag to compare
  • Ensure all database tables exist, create if necessary

0.11.0

13 Dec 21:02
85b2356
Compare
Choose a tag to compare

What's Changed

  • Replace use of aaronland/go-sqlite with plain vanilla database/sql and sfomuseum/go-database by @thisisaaronland in #16
  • Replace use of aaronland/go-sqlite with plain vanilla database/sql and sfomuseum/go-database packages.
  • Remove support for modernc.org/sqlite by default.
  • Update vendor deps
  • Update documentation.

Full Changelog: v0.10.0...v0.11.0

0.10.0

21 Nov 21:44
Compare
Choose a tag to compare
  • Update to reflect backwards incompatible changes introduced in whosonfirst/go-whosonfirst-spatial v0.11.0

0.9.1

12 Aug 17:09
Compare
Choose a tag to compare
  • Update vendor deps

0.9.0

19 Jul 18:02
Compare
Choose a tag to compare
  • Enable whosonfirst/go-whosonfirst-spatial-grpc functionality
  • Add cmd/grpc-server
  • Add cmd/grpc-client
  • Rename server as http-server

0.8.3

19 Jul 17:27
Compare
Choose a tag to compare
  • Update to use whosonfirst/go-whosonfirst-spatial v0.10.0

0.8.2

19 Jul 17:24
Compare
Choose a tag to compare
  • DISREGARD THIS RELEASE

0.8.1

19 Jul 16:08
a6f706e
Compare
Choose a tag to compare
  • Add verbose logging (slog.Debug) for point-in-polygon operations
  • Update vendor deps

0.8.0

22 May 21:09
Compare
Choose a tag to compare
  • Update to use whosonfirst/go-whosonfirst-spatial v0.9.0
  • Update to use whosonfirst/go-whosonfirst-spatial-www v0.2.0
  • This release is NOT backwards compatible