Skip to content

Prism Node v2.3.0 - Open Source

Compare
Choose a tag to compare
@yshyn-iohk yshyn-iohk released this 20 May 06:50
· 20 commits to main since this release
c5f5b3d

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