Prism Node v2.3.0 - Open Source
Artefacts
- Docker Image: PRISM Node v2.3.0
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:
- backup your database
- clean up tables in your database
- deploy the Prism Node v2.3.0 and ensure that the tables were created
- import data to the database from the backup