| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| santa-2024.7.dmg | 2024-08-06 | 16.2 MB | |
| santa-2024.7.tar.gz | 2024-08-06 | 143.5 MB | |
| README.md | 2024-07-31 | 890 Bytes | |
| v2024.7 source code.tar.gz | 2024-07-31 | 5.1 MB | |
| v2024.7 source code.zip | 2024-07-31 | 5.5 MB | |
| Totals: 5 Items | 170.4 MB | 0 | |
Notes
Changed
↔️ Migrated syncservice from SCNetworkReachability to nw_path_monitor as the former is deprecated and occasionally causes crashes.
Fixed
❗ Fixed issue serializing the serial_num field in sync Preflight requests
❗ Fixed a rare crash caused by a race accessing metric callbacks
What's Changed
- sync: Fix serial_num field name by @russellhancox in https://github.com/google/santa/pull/1404
- santad: Synchronize access to metric callback array by @russellhancox in https://github.com/google/santa/pull/1405
- sync: Upgrade from SCNetworkReachability -> nw_path_monitor by @russellhancox in https://github.com/google/santa/pull/1406
- sync: Improve logging when connection restored, avoid retries. by @russellhancox in https://github.com/google/santa/pull/1408
Full Changelog: https://github.com/google/santa/compare/2024.6...2024.7