Notes
- Re-added the
protobuf
value for theEventLogType
configuration key. This key remains a BETA and should not be used in production as changes are still being made. - The
block_usb_mount
andremount_usb_mode
keys can now correctly be synchronized from a server. - The
EnableSilentMode
key for the GUI has been fixed. Note: enabling silent mode currently breaks distributed notifications; this is fixed in the 2022.11 release, which should be published within 2 weeks.**
What's Changed
- Make SNTCommonEnums a textual header by @itf in #896
- Proto serializer by @mlw in #897
- Fsspool adopt by @mlw in #900
- Fix USB config sync by @np5 in #890
- Machine id proto by @mlw in #907
- Spool writer by @mlw in #908
- Proto minimization by @mlw in #909
- USB: usbBlockMessage is not being used. by @videlanicolas in #915
- Fix issue with transposed remount/banned block messages by @mlw in #917
- Fix: duplicates bug in SNTMetricSet when using multiple fields by @pmarkowsky in #920
- Event metrics by @mlw in #918
- Fix issue in test that would crash on some platforms by @mlw in #922
- Change order that ES clients are enabled by @mlw in #923
- Update Known Limitations for USB Mass Storage Blocking by @pmarkowsky in #924
- GUI: Fix EnableSilentMode key by @russellhancox in #927
- metrics and logging cleanup by @mlw in #928
- Update spool to flush on size thresholds instead of batch counts by @mlw in #930
- Don't add messages when accumulated bytes exceeds threshold by @mlw in #932
Build fixes
- Import fixes by @mlw in #902
- More import fixes by @mlw in #904
- Update include paths and add include guard by @mlw in #905
- Update build docs. by @mlw in #911
- Change include to import by @mlw in #912
- Various changes to fix import by @mlw in #913
- Fix some more includes by @mlw in #914
- More import fixes by @mlw in #921
New Contributors
- @itf made their first contribution in #896
- @videlanicolas made their first contribution in #915
Full Changelog: 2022.9...2022.10