From 50dd676f42e441bfad4efd0b2eadfc17a48a2678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Mart=C3=ADnez=20Fay=C3=B3?= Date: Thu, 21 Dec 2023 14:59:12 -0300 Subject: [PATCH] Update Changelog for 1.8.7 release (#4752) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update Changelog for 1.8.7 release Signed-off-by: Agustín Martínez Fayó --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11e404d76c..7ed9df8806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.8.7] - 2023-12-21 + +### Added + +- Agents can now be configured with an availability target, which establishes the minimum amount of time desired to gracefully handle server or agent downtime, influencing how aggressively X509-SVIDs should be rotated (#4599) +- SyncAuthorizedEntries RPC, which allows agents to only sync down changes instead of the entire set of entries. Agents can be configured to use this new RPC through the `use_sync_authorized_entries` experimental setting (#4648) +- Experimental support for an events based entry cache which reduces overhead on the database (#4379, #4411, #4527, #4451, #4562, #4723, #4731) + +### Changed + +- The maximum number of open database connections in the datastore now defaults to 100 instead of unlimited (#4656) +- Agents now shut down when they can't synchronize entries with the server due to an unknown authority error (#4617) + +### Removed + +- Agents no longer maintains agent SVID and bundle information in the legacy paths in the data directory (#4717) + ## [1.8.6] - 2023-12-07 ### Security