Skip to content

Commit 15108e1

Browse files
authored
1.4.0-beta3 release (#347)
Signed-off-by: Edward Evans <edward.joshua.evans@gmail.com>
1 parent 288c385 commit 15108e1

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,22 @@
66

77
- CLI option to enable TLS client auth for JSON-RPC HTTP [\#340](https://github.com/hyperledger/besu/pull/340)
88

9-
Following cli options are added to enable TLS client authentication and trusting client certificates.
9+
Added CLI options to enable TLS client authentication and trusting client certificates:
1010
~~~
1111
--rpc-http-tls-client-auth-enabled - Enable TLS client authentication for the JSON-RPC HTTP service (default: false)
1212
--rpc-http-tls-known-clients-file - Path to file containing client's certificate common name and fingerprint for client authentication.
1313
--rpc-http-tls-ca-clients-enabled - Enable to accept clients certificate signed by a valid CA for client authentication (default: false)
1414
~~~
15-
If client-auth is enabled, then user must either enable CA signed clients OR provide a known-clients file. An error is reported if both CA signed clients is disabled and known-clients file is not specified.
15+
If client-auth is enabled, user must either enable CA signed clients OR provide a known-clients file. An error is reported
16+
if both CA signed clients is disabled and known-clients file is not specified.
1617

17-
### Bug Fixes
18+
- Stable Plugins APIs [\#346](https://github.com/hyperledger/besu/pull/346)
19+
20+
The `BesuEvents` service and related `data` package have been marked as a stable plugin API.
21+
22+
### Bug Fixes
1823

19-
-
24+
- Return missing signers from getSignerMetrics [\#343](https://github.com/hyperledger/besu/pull/)
2025

2126
## 1.4 Beta 2
2227

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
org.gradle.jvmargs=-Xmx1g
2-
version=1.4.0-beta3-SNAPSHOT
2+
version=1.4.0-beta3

0 commit comments

Comments
 (0)