Releases: TBD54566975/tbdex
Releases · TBD54566975/tbdex
v0.8.0
What's Changed
- replace cbor lib with one that deterministically encode/decodes by @mistermoe @phoebe-lew in #157
Full Changelog: v0.7.0...v0.8.0
v0.7.0
v0.6.0
v0.5.0
v0.4.0
What's Changed
- Changed
Offering.vcRequirements
toOffering.requiredClaims
.- Rationale:
- consistency. we have a property named
requiredPaymentDetails
so it made sense to put the wordrequired
first claims
is a more general term used in the identity management space. Specifically, OAuth, OpenID Connect, SAML
- consistency. we have a property named
- Rationale:
- Changed
Rfq.vcs
toRfq.claims
to match the above change Rfq.claims
is now an an array of strings instead of a string. Prior to this PR,Rfq.vcs
was expected to be a Verifiable Presentation JWT with a payload that includedpresentation_submission
andverifiableCredential
. Decided that the signature is redundant because the RFQ itself is signed. Also, realized thatpresentation_submission
isn't necessary (at the moment) to evaluate the provided credentials against an offering's requirements- added tests for
Rfq.verifyClaims
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- refactor so its easier to call methods specific to an individual message kind (e.g. rfq)
- fix
Order
andOrderModel
so that Orders can be instantiated with no arguments - update RFQ returned by
DevTools.createRfq
more realistic - add methods to
DevTools
to create JWT Verifiable Credentials - include request token when making request to get an exchange
- implement Rfq method that checks vc's against an offering's
vcRequirements
- remove unused dependency hardlock dependency versions
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Change orderstatus kind to lowercase by @phoebe-lew in #148
- PFI REST Client by @mistermoe in #147
Full Changelog: v0.1.0...v0.2.0
v0.1.0
v0.0.17
Full Changelog: v0.0.16...v0.0.17
v0.0.16
What's Changed
- Update the offering section of the readme to match
types.js
by @SiennaSaito in #116 - Subunit -> subunits and update readme by @phoebe-lew in #119
- yeet the homerolled ids and replace with typeid-js by @phoebe-lew in #120
Full Changelog: v0.0.15...v0.0.16