8000 Releases · denyeart/fabric-ca · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: denyeart/fabric-ca

v1.5.14

08 Feb 03:48
Compare
Choose a tag to compare

v1.5.14 Release Notes - January 27, 2025

v1.5.14 updates code dependencies.

Dependencies

Fabric CA v1.5.14 has been tested with the following dependencies:

  • Go 1.23.5
  • Ubuntu 20.04 (for Docker images)
  • Databases
    • PostgreSQL 13
    • MySQL 8.0

Changes

In Fabric CA v1.4 a more secure mechanism was made available for authentication.
Most Fabric CA clients have been updated to utilize the new authentication header,
therefore Fabric CA v1.5.14 changes the default to utilize the more secure mechanism.
If you have an older Fabric CA client you can still utilize the prior mechanism by
setting the following environment variable on the Fabric CA server:

FABRIC_CA_SERVER_COMPATIBILITY_MODE_V1_3=true

Known Vulnerabilities

None.

Resolved Vulnerabilities

None.

0