Notes
❗ The EnableBackwardsCompatibleContentEncoding
config key has been removed. We were not aware of any sync servers requiring this key; please contact us if you were using it and need an equivalent to be added.
➕ A new config key, SyncClientContentEncoding
has been added to allow switching from the default deflate
to gzip
. This new option doesn't improve compression but is required for some servers to support compression.
➕ A new config key, EnableSilentTTYMode
has been added, that allows disabling notifications from Santa to be posted in a user's terminal session.
What's Changed
- GUI: Device event window, handle empty remount args by @russellhancox in #1066
- sync: Add more complete XSSI prefix to be stripped. by @russellhancox in #1068
- Fix string length issues by @mlw in #1070
- config: Add EnableSilentTTYMode key to disable TTY notifications. by @russellhancox in #1072
- Ensure unmount always flushes appropriate caches by @mlw in #1073
- Cache flush metrics by @mlw in #1074
- README: Add more badges by @russellhancox in #1075
- Make the sync client content encoding a tunable by @pmarkowsky in #1076
- One more TSAN fix by @kallsyms in #1079
- sync: Permit XSRF header between sync stages/sessions by @russellhancox in #1081
Full Changelog: 2023.3...2023.4