Cardano Rosetta Java v1.5.0
Cardano Rosetta Java v1.5.0 is the Van Rossem hard-fork-ready release for the 1.x line: it upgrades the bundled Cardano Node to 11.0.1 so existing 1.x deployments can safely cross the Van Rossem hard fork boundary without migrating to the 2.x line.
⚠️ This is a mandatory upgrade. Cardano Node 11.0.1 is required to cross the Van Rossem hard fork boundary. Operators running older releases must upgrade before the hard fork activates, otherwise the node will not progress past the boundary.
⚠️ Already on the 2.x line? This 1.x release is not for you. Upgrade to 2.2.0 instead — the hard-fork-ready release for the 2.x line. This 1.5.0 release exists specifically for operators who have not yet migrated from 1.x to 2.x. Do not downgrade from 2.x to 1.x.
Key Improvements
- Cardano Node upgraded to 11.0.1, making 1.x deployments ready for the Van Rossem hard fork
- Mithril upgraded to 2617.0, with a one-time automatic migration from the Mithril v1 snapshot backend to v2 that preserves existing node data
- Yaci Store upgraded to 0.1.7 and Yaci to 0.3.10
- Peer snapshot parsing updated for the Cardano Node 10.7.x+ snapshot format
Upgrade / Compatibility
- From v1.4.x: Compatible, no resync required. This is a mandatory node upgrade — set
CARDANO_NODE_VERSIONto 11.0.1 (rebuilding the node image if you build from source) and redeploy before the hard fork activates. - Already on v2.x: This 1.x release is not an upgrade path for you — use 2.2.0 instead, and do not downgrade from 2.x to 1.x.
- The Mithril client performs a one-time
--allow-overridedownload to migrate a pre-existing/nodedirectory from the v1 to the v2 backend, then writes a marker so later restarts never re-download over an already-synced node. No manual action is required. - Operators who build the Cardano Node image from source will pull node 11.0.1 and the new
cardano-submit-apitrace-dispatcher config (required since node 10.7.x) automatically.
API / Configuration
/network/options: reported versions updated.version.node_versionis now11.0.1andversion.middleware_versionis now1.5.0. There are no schema, operation type, or error code changes in this release.
Environment updates:
CARDANO_NODE_VERSION:10.5.3→11.0.1MITHRIL_VERSION:2537.0→2617.0API_DOCKER_IMAGE_TAG:main→1.5.0INDEXER_DOCKER_IMAGE_TAG:main→1.5.0
Full Changelog: 1.4.3...1.5.0