Releases: FigureTechnologies/asset-classification-libs
v2.0.1-rc1
Merge pull request #43 from FigureTechnologies/jschwartz/add-okhttp-c…
v2.0.0
What's Changed
- update for v2.0.0 contract changes by @piercetrey-figure in #40
New Contributors
- @piercetrey-figure made their first contribution in #40
Full Changelog: v1.3.0...v2.0.0
v1.3.0
What's Changed
- v1.3.0: Integration Tests + Model Class Overhaul by @hyperschwartz in #39
Full Changelog: v1.2.3...v1.3.0
v1.2.3
Full Changelog: v1.2.2...v1.2.3
Includes an update to localtools
to allow contract WASM files to be loaded using local files versus forcing GitHub downloads.
v1.2.2
Full Changelog: v1.2.1...v1.2.2
Minor Tweak: Lazy load the account tracking detail in the VerifierClient
to prevent automatic blockchain communication during instantiation.
v1.2.1
- Create a new
AssetVerification
class required by theVerifierClient
that allows the consumer to specify access routes when submitting a verification.
v1.2.0
What's Changed
- Verifier Events Revamp by @hyperschwartz in #25
- Verifier: Event Handling Improvements by @hyperschwartz in #27
- Update dependency io.github.openfeign:feign-jackson to v11 by @renovate in #18
- Update grpc to v1.47.0 by @renovate in #28
- Update dependency io.provenance:proto-kotlin to v1.10.0 by @renovate in #15
- Update provenanceScope to v0.6.0 by @renovate in #22
- Update jackson to v2.13.3 by @renovate in #19
- Update protobuf to v3.21.1 by @renovate in #24
Full Changelog: v1.1.4...v1.2.0
Description
This change features dependency updates, as well as an overhaul to the verifier
library, allowing custom event handlers for asset classification smart contract events unrelated to the core verification process. It also overhauls the event listener structure to allow registration of events in using a fluent flow when building a VerifierClientConfig
v1.2.0-rc6
What's Changed
- Update dependency io.github.openfeign:feign-jackson to v11 by @renovate in #18
- Update grpc to v1.47.0 by @renovate in #28
- Update dependency io.provenance:proto-kotlin to v1.10.0 by @renovate in #15
- Update provenanceScope to v0.6.0 by @renovate in #22
- Update jackson to v2.13.3 by @renovate in #19
- Update protobuf to v3.21.1 by @renovate in #24
Full Changelog: v1.2.0-rc5...v1.2.0-rc6
v1.2.0-rc5
What's Changed
- Verifier: Event Handling Improvements by @hyperschwartz in #27
Full Changelog: v1.2.0-rc4...v1.2.0-rc5
v1.2.0-rc4
Full Changelog: v1.2.0-rc3...v1.2.0-rc4
This release increases documentation on the new VerifierEvent
and VerifierEventType
classes, as well as adding some new fields to them.