This commit is contained in:
Suvam Mukherjee (from Dev Box) 2024-07-26 23:11:34 +05:30
Родитель d7c4e8bcf0
Коммит 61fc597a87
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -12,7 +12,7 @@ This document contains release notes pertaining to the Rust crates.
- FPS => False positive reduction in static analysis.
- FNS => False negative reduction in static analysis.
# UNRELEASED
# 1.5.3 - 07/26/2024
- DEP: `System.Text.Json` updated to `v8.0.4` to resolve Depandabot alert.
- NEW: Introduces the `ScanEngine` struct, which allows simplified usage in concurrent scenarios---a single `ScanEngine` instance, along with per-thread `ScanState` instances, suffice without the need for additional synchronization. The existing `Scan` struct is operationally unchanged for users.
- BRK: `Send` and `Sync` bounds have been added for `ScanDefinition` validators. This allows `ScanEngine` to be `Send + Sync`.

Просмотреть файл

@ -1,6 +1,6 @@
[package]
name = "microsoft_security_utilities_core"
version = "1.5.2"
version = "1.5.3"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Просмотреть файл

@ -1,6 +1,6 @@
[package]
name = "microsoft_security_utilities_core_ffi"
version = "1.5.2"
version = "1.5.3"
edition = "2021"
[lib]