Skip to content

Commit 0f2d117

Browse files
committed
Temp. add official root certs to work with new domain
We now are getting proper domains & certificates, to support this transition smoothly, we add the "normal" systems root cert explicitly to our custom root cert that we used up until now. This is required as using the root-cert option prevents the client from looking at the normal systems root certificates which we would need in this case. Once all clients are updated and the service is updated, we can remove all extra options for TLS certs. Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 5ebdbcb commit 0f2d117

File tree

2 files changed

+3432
-6
lines changed

2 files changed

+3432
-6
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@
22

33
## Features
44

5-
* `Dispatch.end_time` has been added to the `Dispatch` class, which is the time when the dispatch ended as calculated by the server. `dispatch-cli` will also print this time.
5+
* The dispatch client now supports the offical dispatch domain: `grpc://dispatch.eu-1.staging.api.frequenz.com:443`
66

77
## Upgrading
88

99
* Renamed `Client` class to `DispatchApiClient` for clarity.
10-
11-
## Bug Fixes
12-
13-
* Fix that `dispatch-cli stream` would try to print an event as dispatch, causing an exception.
14-
* Fix that `stream()` would not reconnect and just closes the channel upon disconnection.

0 commit comments

Comments
 (0)