Skip to content

Commit

Permalink
chore(release): release 5.1.0
Browse files Browse the repository at this point in the history
# [5.1.0](v5.0.0...v5.1.0) (2024-05-17)

### Bug Fixes

*  Rename the documentation file accordingly. ([#204](#204)) ([90c1f54](90c1f54))
* add compliant dates not in ms, but in seconds. ([#206](#206)) ([76f4f48](76f4f48))
* Agent.createNewPrismDID to use derivationPath ([#158](#158)) ([06bc2cc](06bc2cc))
* Compatibility issues with osx and unix platforms around the sed ([#217](#217)) ([0b36372](0b36372))
* ConnectionManager emit Messages ([#190](#190)) ([776e55a](776e55a))
* db cannot be created twice with the same name which crashes demos ([#193](#193)) ([27f771c](27f771c))
* e2e issues with latest websocket changes ([#200](#200)) ([969fc06](969fc06))
* issue with build script not replacing some files that have been … ([#191](#191)) ([c26f014](c26f014))
* optin to websockets for the mediator live mode as an experiment,… ([#199](#199)) ([950bc76](950bc76))
* prevent broken links to exist in order for docs site to build pr… ([#205](#205)) ([f33f029](f33f029))
* Removing the if condition in CI pipeline for release branches ([#179](#179)) ([a8c4ebc](a8c4ebc))
* rename prism-agent into edge-agent ([#203](#203)) ([2a1fa1e](2a1fa1e))
* type references are lost in the package. ([#202](#202)) ([86ea42e](86ea42e))
* updating references to Identus ([#197](#197)) ([8fcb792](8fcb792))
* wasm build folder change ([#186](#186)) ([11ad81f](11ad81f))

### Features

* Implementing JWT Credential revocation notification ([#184](#184)) ([9aa8b8b](9aa8b8b))
* updating Anoncreds to io fork ([#157](#157)) ([8987de2](8987de2))
  • Loading branch information
atala-dev committed May 17, 2024
1 parent 0b36372 commit 773e2ff
Show file tree
Hide file tree
Showing 261 changed files with 1,610 additions and 1,116 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# [5.1.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/compare/v5.0.0...v5.1.0) (2024-05-17)


### Bug Fixes

* Rename the documentation file accordingly. ([#204](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/204)) ([90c1f54](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/90c1f54d18e0164c68a858f9f214ecb0e18b04a8))
* add compliant dates not in ms, but in seconds. ([#206](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/206)) ([76f4f48](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/76f4f482bf31f3abe5695fb6d319561ca3c50f13))
* Agent.createNewPrismDID to use derivationPath ([#158](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/158)) ([06bc2cc](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/06bc2cc672d3f432b9add9413af603c4a834dad1))
* Compatibility issues with osx and unix platforms around the sed ([#217](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/217)) ([0b36372](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/0b36372e2847c5fba501504aff481c29dd66950f))
* ConnectionManager emit Messages ([#190](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/190)) ([776e55a](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/776e55abea0a52e5e1989e9633357cc0a14cba77))
* db cannot be created twice with the same name which crashes demos ([#193](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/193)) ([27f771c](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/27f771c47fb5ba0efc96919a3223a64d370d916a))
* e2e issues with latest websocket changes ([#200](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/200)) ([969fc06](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/969fc06cd375d0bcec833691f161bbcd6d61e885))
* issue with build script not replacing some files that have been … ([#191](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/191)) ([c26f014](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/c26f01411019399e8a308195fb6a66cabcfc63f6))
* optin to websockets for the mediator live mode as an experiment,… ([#199](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/199)) ([950bc76](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/950bc76b7affb1cf804be32199ee5b32f27e62fa))
* prevent broken links to exist in order for docs site to build pr… ([#205](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/205)) ([f33f029](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/f33f029fe459a1a9b092096d21baa514144d10d4))
* Removing the if condition in CI pipeline for release branches ([#179](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/179)) ([a8c4ebc](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/a8c4ebcbb788422cc993701124eb939ecbc7ccf1))
* rename prism-agent into edge-agent ([#203](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/203)) ([2a1fa1e](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/2a1fa1e7f5ff3f40ee309d9ae09abad3ac251a2a))
* type references are lost in the package. ([#202](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/202)) ([86ea42e](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/86ea42e70d4e74392102dc5c013b43676c09f08f))
* updating references to Identus ([#197](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/197)) ([8fcb792](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/8fcb792a50b8086a801c8f3c51517dff34a9c88b))
* wasm build folder change ([#186](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/186)) ([11ad81f](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/11ad81fae0cb446a3bdf054b682d6117727851b4))


### Features

* Implementing JWT Credential revocation notification ([#184](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/184)) ([9aa8b8b](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/9aa8b8b90e7bd814cbe079db2310d30d98f80a48))
* updating Anoncreds to io fork ([#157](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/157)) ([8987de2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/8987de20f2717b328e02dd0f391dbb347856c526))

# [4.0.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/compare/v3.1.0...v4.0.0) (2024-02-02)

* fix: removing terser to allow an unminified build that is easier to d… by @elribonazo in https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/pull/127
Expand Down
2 changes: 1 addition & 1 deletion docs/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ This SDK exposes Pluto, a storage interface that should be implemented by the us

We don't provide a default implementation out of the box at the moment, but we do provide a couple of demo implementations that can be used to get started with demos and testing.

Provided demo implementations are intentionally oversimplified and **should not** be used in production.
Provided demo implementations are intentionally oversimplified and SHOULD NOT be used in production.
Loading

1 comment on commit 773e2ff

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 72%
72.77% (2072/2847) 61.53% (947/1539) 79.05% (570/721)

JUnit

Tests Skipped Failures Errors Time
434 6 💤 0 ❌ 0 🔥 1m 5s ⏱️

Please sign in to comment.