Skip to content

Commit

Permalink
chore: update changelog for version 0.19.0 and reorganize bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
elimt committed Jan 23, 2025
1 parent b18b586 commit 4b8ccd5
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,7 @@ Canonical reference for changes, improvements, and bugfixes for Boundary.

## Next

### Bug fixes

* Fix bug in applying BOUNDARY_MAX_RETRIES for boundary cli. Previously
setting this environment variable would result in a max retries of 2,
regardless of the value set.
([PR](https://github.com/hashicorp/boundary/pull/5385)).
* Fix bug in parsing IPv6 addresses. Previously setting a target address or the
initial upstream address in the config file would result in a malformed value.
([PR](https://github.com/hashicorp/boundary/pull/5221)).
* Fix an issue where, when starting a session, the connection limit always displays 0.
([PR](https://github.com/hashicorp/boundary/pull/5396)).

## 0.19.0 (2025/01/31)
### New and Improved

* Introduces soft-delete for users within the client cache.
Expand Down Expand Up @@ -46,6 +35,18 @@ maintainability of worker queries, and improve DB performance. ([PR](https://git
The default limit is 1.
* ui: Improve worker filter workflow for targets, vault credential-stores, and storage-buckets. ([PR](https://github.com/hashicorp/boundary-ui/pull/2614)).

### Bug fixes

* Fix bug in applying BOUNDARY_MAX_RETRIES for boundary cli. Previously
setting this environment variable would result in a max retries of 2,
regardless of the value set.
([PR](https://github.com/hashicorp/boundary/pull/5385)).
* Fix bug in parsing IPv6 addresses. Previously setting a target address or the
initial upstream address in the config file would result in a malformed value.
([PR](https://github.com/hashicorp/boundary/pull/5221)).
* Fix an issue where, when starting a session, the connection limit always displays 0.
([PR](https://github.com/hashicorp/boundary/pull/5396)).

## 0.18.2 (2024/12/12)
### Bug fixes

Expand Down

0 comments on commit 4b8ccd5

Please sign in to comment.