Contributor Meetings 2025
January 15, 2025
Release Update
Fabric v2.5.11 and v3.0.1 coming soon - updates to dependencies
New work items
February 19, 2025
Release Update
New work items completed
Chaincode batch writes - StartWriteBatch()
Chaincode batch reads - GetMultipleStates()
Planning for a v3.1.0 release
LF Decentralized Trust - Annual Review
Annual Review completed in January
March 19, 2025
Release Update
Fabric v2.5.12 released
Two intermittent panics in gossip component fixed (plus dependency updates)
Fabric v3.1.0 released
New feature - Chaincode batch operations
Release images are pushed to both DockerHub (docker.io) and GitHub Container Registry (ghcr.io) now.
Fabric CA 1.5.14 Issue
The update in Fabric CA v1.5.14 to not use FABRIC_CA_SERVER_COMPATIBILITY_MODE_V1_3 by default has caused some issues in the community.
Since v1.3.x was 6 years ago we thought there was no need to use the old compatibility mode by default anymore, since it was meant to be a temporary mode, and deployments could still set FABRIC_CA_SERVER_COMPATIBILITY_MODE_V1_3=true if they really needed it.
However, it turns out some components like fabric-operations-console never updated to use the new authorization header, until the recent v1.0.9-33. And in some deployments (e.g. kubernetes operators) it is not straightforward to update environment variables for a managed pod.
If anybody sees issues related to “
Invalid token in authorization header: Token signature validation failed
" when interacting with Fabric CA server please open an issue.
April 16, 2025
fabric-sdk-py fix merged for the Fabric CA issue mentioned above, this is the last known issue related to the Fabric CA update. The fix also unblocked fabric-ansible-collection.
Proposal - Archive (deprecated) legacy SDK GitHub repositories
fabric-sdk-node, fabric-sdk-java, fabric-sdk-go have been deprecated for several years without much maintenance. They are replaced with fabric-gateway SDK.
RECOMMENDATION - Archive them (they can still be cloned and could be unarchived if a maintainer steps up)
fabric-sdk-py also hasn’t been maintained much, although it hasn’t formally been deprecated and is still used in other community tools such as fabric-ansible-collection
RECOMMENDATION - Deprecate fabric-sdk-py.
May 21, 2025
Release Update
RFC Review