Skip to content

Commit

Permalink
CHANGELOG for v0.3.0 (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Lambrecht <[email protected]>
  • Loading branch information
maxlambrecht authored Aug 8, 2023
1 parent 23473fa commit 75aaa78
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.3.0] - 2023-08-08

### Breaking Changes
- **Workload API Client Update**: Methods' signatures have been transitioned from synchronous to asynchronous. They now require `&mut self` instead of `&self`.

### Added
- Support for watching and streaming updates for both X.509 and JWT SVIDs and Bundles.
- New integration tests covering the watch/stream functionalities.
- New dependencies: `tonic`, `prost`, `prost-types`, `tokio`, `tokio-stream`, and `tower`.

### Changed
- Code generation migrated from `protobuf` and `grpcio` to `tonic` and `prost`.

### Removed
- Dependencies: `protobuf`, `grpcio`, and `futures`.


## 0.2.2 (August 5, 2023)

* Add `watch_x509_context_stream` method to `WorkloadApiClient` (#28)
Expand Down

0 comments on commit 75aaa78

Please sign in to comment.