Skip to content

Releases: input-output-hk/atala-prism

Prism Node v2.5.0

12 Sep 21:26
0bb23aa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.5.0

Prism Node v2.3.0 - Open Source

20 May 06:50
c5f5b3d
Compare
Choose a tag to compare

Artefacts

What's Changed

  • fix: remove v in docker image version tag in #826
  • feat: enable legacy prism node by @womfoo in #828
  • refactor: clean up migrations (#830)
  • refactor: Delete legacy operation related to credentials (#831)
  • refactor(node): remove legacy BE files (#832)
  • docs(ATL-6669): update readme (#833)
  • refactor(ATL-6924): add support for other keys (#834)
  • refactor(ATL-6926): remove crypto sdk (#838)
  • refactor(node): Remove prism identity (#840)
  • refactor: crypto utils and tests (#841)
  • refactor!: delete DID based authentication (#843)
  • refactor(node): build files and add default port for gRPC server (#844)
  • fix: Add http scheme support and removed the constraint from public keys table (#848)
  • refactor!: Open source node by @milosbackonja in #850
  • fix(node): edit docker publish path in tragets by @shotexa in #852

New Contributors

Full Changelog: v2.2.1...v2.3.0

Breaking Changes

The database migration files were optimized and merged into a single file in this PR, so it's impossible to replace any previous version of the PRISM Node service with v2.3.0 when there is data in the database. This change doesn't impact local run and clean setups.

If you need to preserve the data for any reason, you need to proceed with the following steps:

  1. backup your database
  2. clean up tables in your database
  3. deploy the Prism Node v2.3.0 and ensure that the tables were created
  4. import data to the database from the backup

Atala PRISM Node v2.2.1

26 Jul 06:55
e25b8ca
Compare
Choose a tag to compare

Artifacts

What's Changed

Full Changelog: v2.1.1...v2.2.1

v2.1.3

06 Jul 20:35
2a745ed
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.1.3

Atala PRISM v2.1.1

17 Mar 13:43
a801d7f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v2.1.1

Atala PRISM v1.4.0

15 Jul 08:53
7dbddc3
Compare
Choose a tag to compare

Major updates

  • Several cryptography and database fixes after the security audit
  • TLS encryption of PRISM Node endpoints
  • Optional authentication capability using authentication tokens for PRISM Node
  • Optional authentication for Node Explorer operators using DIDs
  • Node Explorer Operator API with multiple capabilities to get wallet and transactions info
  • TypeScript facade support
  • PRISM command-line interface (CLI) support
  • New Node API call to deactivate DID
  • Improvements for the Product Foundry team to simplify applications integration
  • Vasil hardfork compatibility

Documentation

  • SDK API reference documentation
  • Tutorials on 2 additional languages: TypeScript and Python
  • PRISM command-line interface documentation
  • Multiple enhancements and bug fixes

Breaking changes

  • 12 words mnemonics use is deprecated, 24 words mnemonics are generated and allowed to be used by PRISM SDK
  • Deprecated Node API getOperationStatus method is removed

What's Changed

New Contributors

Full Changelog: v1.3.3-sp1...v1.4.0

Atala PRISM v1.3.3-sp1

17 May 13:17
40b5452
Compare
Choose a tag to compare

Atala PRISM v1.3.3-sp1

Service pack 1 for v1.3.3.

What's Changed

Full Changelog: v1.3.3...v1.3.3-sp1

Atala PRISM v1.3.3

31 Mar 18:17
d866707
Compare
Choose a tag to compare
  • Cardano blocks confirmation set to 112 blocks for security reasons

PRISM Node 1.3.2

14 Mar 14:36
559140a
Compare
Choose a tag to compare
  • Limit the number of public keys in CreateDID, UpdateDID and getDidDocument methods.
  • Separate transactor for long-running connections
  • Add a new validation which checks that CreateDID operation contains at least one master key
  • Restrict getDidDocument to support only canonical form DIDs

PRISM Node 1.3.1-sp1

08 Mar 16:59
5594475
Compare
Choose a tag to compare
  1. Fix Outdated token In Documentation For Node integration tutorial
  2. Fix auto-generated documentation version in Gradle scripts
  3. Fix documentation Kotlin coroutines dependency