Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions doc-site/docs/releasenotes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ title: Release Notes

[Full release notes](https://github.com/hyperledger/firefly/releases)

## [v1.4.0 - Jul 17, 2025](https://github.com/hyperledger/firefly/releases/tag/v1.4.0)

What's New:
- New Cardano connector https://github.com/hyperledger/firefly-cardano
- Powers a reliable event-stream-based API for applications to react to custom Cardano events
- Own signer module for managing keys
- Incorporates it's own Balius wrapper framework for smart contracts
- Includes in depth documentation section on developing Cardano smart contracts and listening to events
- Support in FireFly CLI to create a Cardano stack and connect to a remote provider
- Rust based framework for building FireFly Connectors
- Enhancements to the connector framework to expose internal event listeners to consume directly instead of using external listeners
- Miscellaneous bug fixes and minor improvements
- Documentation updates, new Cardano section in the tutorials
- CVE fixes across the board

## [v1.3.3 - Mar 25, 2025](https://github.com/hyperledger/firefly/releases/tag/v1.3.3)

What's New:
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
"release": "v1.3.3"
},
"cli": {
"tag": "v1.4.0-rc.1"
"tag": "v1.4.0"
}
}