Releases: jolocom/jolocom-lib
Releases · jolocom/jolocom-lib
V5.1.0
- Error codes added (#395)
- The intended audience can now be specified when creating interaction requests (#397)
- Support for defining generic / custom interaction tokens (#399)
- Split out some generic type info into a new module, @jolocom/protocol-ts(#407)
- Interaction flows to request signature generation added (#410)
- Interaction flow to request asymmetrical encryption and decryption added (#400, #411, #414)
- Support for serializing / parsing an
Identity
instance to / from JSON (#436)
Breaking changes
- Deprecated the previously used
IRegistry
interface. Reworked DID Resolution and Registration abstractions (#401, #415, #416, #417) - Deprecated the
SoftwareKeyProvider
class, in favor of a Vaulted Key Provider implementation provided as a separate module. (#424) - Removed support for the Payment interaction flows
- Fixed incorrect encoding of interaction token signature values (#438, Commit)
v4.0.2
v3.0.1
v4.0.1
v4.0.0
Updates
- SoftwareKeyProvider encryption updated to make use of IVs #323
- Added social recovery capabilities using Shamir's screct sharing #321 #354
- Added support for passing custom expiry dates when creating credentials and interaction tokens #371
- Asymetric Encyrption #374
- Json LD Validation API #376
- Internal Houskeeping #352 #361 #370 #378
v3.0.0
Updates
- Fixed errors in documentation (public profile)
- Added support for instantiating the vault / identity wallet using a seed phrase #300
- Added support for instantiating the vault / identity wallet using an encrypted seed #306
- Added support for the updated credential offer flow #309
Breaking Changes
-
This version of the Library implements a new credential offer flow, as outlined in the updated documentation. Please make sure you update the API.
-
The constructor for the
SoftwareKeyProvider
class has been updated to take the encrypted seed as the only argument. The previous constructor is still available using theSoftwareKeyProvider.fromSeed
static method.
v2.4.3
v2.4.2
v2.4.1
V2.4.0
Updates
- Added initial support for generating payment requests and responses (documentation will be added as the feature matures throughout the next releases) #265
- Fixed issue causing errors when working with
Authentication
request / responses #290 - Fixed Typescript issue causing invalid declaration files to be generated #289
- Established code style rules and formatted the codebase accordingly #286