Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## Release (XXXX-XX-XX)
## Release (2024-03-20)

- `core`: [v0.10.1](core/CHANGELOG.md#v0101-2024-03-20)
- **Improvement:** Update `ConfigureRegion` method to take into account global servers without a region variable
- `postgresflex`: [v0.10.0](services/postgresflex/CHANGELOG.md#v0100-2024-03-08)
- **Feature:** New API method `CloneInstance` to clone the instance.

- `secretsmanager`: [v0.6.0](services/secretsmanager/CHANGELOG.md#v060-2024-03-18)
- **Feature**: New API method `UpdateACLs` to update all ACLs of an instance
- `loadbalancer`: [v0.9.3](services/loadbalancer/CHANGELOG.md#v093-2024-03-20)
- **Improvement**: Improve error handling in Load Balancer creation waiter, fixing timeout being exceeded for `STATUS_PENDING` status with errors. If an error is found in the `Errors` field, the waiter now returns with error.

## Release (2024-02-27)

Expand Down
4 changes: 2 additions & 2 deletions services/loadbalancer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## v0.9.3 (2024-03-19)
## v0.9.3 (2024-03-20)

- Improve error handling in Load Balancer creation waiter, fixing timeout being exceeded for `STATUS_PENDING` status with errors. If an error is found in the `Errors` field, the waiter now returns with error.
- **Improvement**: Improve error handling in Load Balancer creation waiter, fixing timeout being exceeded for `STATUS_PENDING` status with errors. If an error is found in the `Errors` field, the waiter now returns with error.

## v0.9.2 (2024-02-28)

Expand Down