chore(changelog): Add notes about these session changes

pull/2160/head
Timothy Messier 4 years ago
parent e156e88f3e
commit 9075ea1b61
No known key found for this signature in database
GPG Key ID: EFD2F184F7600572

@ -4,8 +4,21 @@ Canonical reference for changes, improvements, and bugfixes for Boundary.
## Next
### New and Improved
* controller: Improve response time for listing sessions.
This also creates a new periodic job that will delete terminated
sessions after 1 hour.
See Deprecations/Changes for some additional details.
[PR](https://github.com/hashicorp/boundary/pull/2160).
### Deprecations/Changes
* controller: Change the default behavior of the session list endpoint
to no longer include sessions in a terminated state and introduces
a new query parameter/cli flag to include the terminated sessions.
This also removes the connection information from the list response.
[PR](https://github.com/hashicorp/boundary/pull/2160).
* Anonymous user permissions: In order to reduce the risk of accidental and
unintended granting of permissions to anonymous users, the permissions system
now only allows certain actions on certain resources to be assigned to the

Loading…
Cancel
Save