fabric-contract-api-go releases each have a changelog maintained by GitHub.
Early fabric-contract-api-go releases prior to v1.2.1 copied commit history into the changelog file below.
Fri 23 Sep 2022 14:22:09 BST
- 58014ca Update vulnerability scan Go version (#74)
- 9f2bbef Add workflow_dispatch to vulnerability scan build (#73)
- d8e9cc4 Add nightly security vulnerability scan (#72)
- 9f8f956 Update go version to 1.17
- 7c7666d Simplify CCaaS support
- f9dfe07 Use the published tool
- 8b8c1ad Integration test tool usages
- c76c375 Update the functional tests
- 1fb1f55 Support GHA
- 4c1c9b7 Add workflow dispatch
- 5827b97 Single simple workflow to enable gha
- 3a3aad5 Request for maintainer status
- f63a393 Transaction metadata tags updated (#51)
- 94ed98a Update "master" branch references to "main"
- 2508693 update maintainers file (#50)
- d852efd FABCAG-33 Skip unexported fields in struct validation (#48)
- 0f7ed09 Metadata issue fixed (#46)
- cd120de Update Linting Script (#47)
- a207079 FABCAG-29 Added Azure devops pipeline build status badge.
Wed 21 Oct 2020 16:35:15 BST
- 1fa2735 Bump Go Version
- 4f4fb4d FABCAG-31 update to use only first part of JSON tag
- 188bfec Fix build failures (#41)
- ef92fe0 FAB-17777 Create basic settings.yaml
- 901ce77 Add MAINTAINERS.md file and nominate James Taylor as a maintainer (#35)
Thu 30 Apr 2020 14:31:15 BST
- be511a4 FABCAG-27 Support fabric v2.1 (#31)
- e973453 Update GoDog Repo Reference (#34)
- 0c9e323 FABCAG-26 fix prereqs link (#30)
- e38b542 FABCAG-25 add details about JIRA to readme (#29)
- 6c81787 FABCAG-24 update reference to godog for new URL (#28)
Wed 5 Feb 2020 16:17:56 GMT
- 3f06eb6 FABCAG-23 fix struct having array/slice/map of struct (#24)
- adcc4e4 FABCAG-16 Setup integration tests (#23)
- 1e69acd FABCAG-22 Add compatibility matrix for fabric and go versions (#20)
- aefcd46 Release checklist (#19)
- 6ab41d6 FABCAG-21 update tutorials based on user feedback (#18)
- 49b6b33 FABCAG-20 Add default property to metadata for contract (#17)
- 3f32181 FABCAG-18 clearer error message when no public functions (#16)
- 275f24d FABCAG-19 Fix minor bugs in tutorial (#15)
- f5d8bf2 FABCAG-5 Add tutorials and checks (#12)
- 2506d42 Convert CODEOWNERS to pointer (#13)
- 7b9e79b FABCAG-4 Prevent beta release failing release build (#11)
- c83d306 FABCAG-3 change regex to match FABCAG (#10)
- b02adca FABCAG-2 add code of conduct and contrib guide (#9)
- a70c11f add link to docs in readme (#8)
- b3ad608 remove license files now they are in resources (#7)
- 2737105 Move Godog to docker image (#6)
- 04f3921 Add changelog, script and check (#5)
- 0e2d581 Make unit tests verbose and fix godog path (#4)
- a545e98 Fix gofmt issues (#3)
- f9df77e Initial commit