Skip to content

Releases: whosonfirst/go-whosonfirst-findingaid

2.8.6

08 Apr 15:49
Compare
Choose a tag to compare
  • Update vendor deps

2.8.5

25 Mar 16:34
Compare
Choose a tag to compare
  • Update vendor deps

2.8.4

19 Dec 20:29
bb412ec
Compare
Choose a tag to compare

What's Changed

  • Bump google.golang.org/grpc from 1.57.0 to 1.57.1 by @dependabot in #9
  • Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #11

Full Changelog: v2.8.3...v2.8.4

2.8.3

06 Nov 19:14
3f95159
Compare
Choose a tag to compare
  • Update vendor deps
  • Update Makefile target to build Lambda functions for al2/arm

2.8.2

15 Jun 00:22
Compare
Choose a tag to compare
  • Bug fix: Update docstore.AddToCatalog to not throw an error if a record doesn't already exist

2.8.1

14 Jun 18:07
95560f0
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 by @dependabot in #5

Full Changelog: v2.8.0...v2.8.1

2.8.0

14 Jun 17:41
Compare
Choose a tag to compare
  • Update vendor deps
  • Prefix (rename) all cmd/ with wof-findingaid-
  • Strip binaries from binary tools

2.7.2

27 Feb 18:10
212d5fe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.1...v2.7.2

2.7.1

10 Nov 03:56
Compare
Choose a tag to compare
  • Add tests for resolver/HTTPResolver
  • Update vendor deps

2.7.0

10 Sep 00:08
Compare
Choose a tag to compare
  • Update producer/docstore/docstore.go to check existing value and skip if it is the same as a the (new) value to set.