Releases: malwaredb/malwaredb-rs
v0.2.2
What's new
content-digestheader set when sending samples to the client, client verifies if present.- Dependency updates.
What's Changed
- chore(deps): Bump taiki-e/install-action from 2.62.58 to 2.62.60 by @dependabot[bot] in #955
- chore(deps): Bump github/codeql-action from 4.31.5 to 4.31.6 by @dependabot[bot] in #956
- chore(deps): Bump softprops/action-gh-release from 2.4.2 to 2.5.0 by @dependabot[bot] in #957
- chore(deps): Bump taiki-e/install-action from 2.62.60 to 2.62.61 by @dependabot[bot] in #960
- chore(deps): Bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #959
- chore(deps): Bump step-security/harden-runner from 2.13.2 to 2.13.3 by @dependabot[bot] in #958
- chore(deps): Bump taiki-e/install-action from 2.62.61 to 2.62.62 by @dependabot[bot] in #961
- chore(deps): Bump codecov/codecov-action from 5.5.1 to 5.5.2 by @dependabot[bot] in #965
- chore(deps): Bump github/codeql-action from 4.31.6 to 4.31.7 by @dependabot[bot] in #963
- chore(deps): Bump step-security/harden-runner from 2.13.3 to 2.14.0 by @dependabot[bot] in #966
- chore(deps): Bump taiki-e/install-action from 2.62.62 to 2.62.66 by @dependabot[bot] in #968
- chore(deps): Bump taiki-e/install-action from 2.62.66 to 2.62.67 by @dependabot[bot] in #969
- chore(deps): Bump actions/upload-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in #971
- chore(deps): Bump actions/download-artifact from 6.0.0 to 7.0.0 by @dependabot[bot] in #974
- chore(deps): Bump taiki-e/install-action from 2.62.67 to 2.63.1 by @dependabot[bot] in #970
- chore(deps): Bump actions/cache from 4.3.0 to 5.0.1 by @dependabot[bot] in #972
- chore(deps): Bump github/codeql-action from 4.31.7 to 4.31.8 by @dependabot[bot] in #973
- chore(deps): Bump taiki-e/install-action from 2.63.1 to 2.63.3 by @dependabot[bot] in #975
- chore(deps): Bump github/codeql-action from 4.31.8 to 4.31.9 by @dependabot[bot] in #976
- chore(deps): Bump taiki-e/install-action from 2.63.3 to 2.64.0 by @dependabot[bot] in #977
- chore(deps): Bump actions/attest-build-provenance from 3.0.0 to 3.1.0 by @dependabot[bot] in #978
- chore(deps): Bump taiki-e/install-action from 2.64.0 to 2.64.2 by @dependabot[bot] in #979
- chore(deps): Bump taiki-e/install-action from 2.64.2 to 2.65.1 by @dependabot[bot] in #980
- chore(deps): Bump taiki-e/install-action from 2.65.1 to 2.65.2 by @dependabot[bot] in #982
- chore(deps): Bump taiki-e/install-action from 2.65.2 to 2.65.6 by @dependabot[bot] in #983
- chore(deps): Bump taiki-e/install-action from 2.65.6 to 2.65.7 by @dependabot[bot] in #984
- chore(deps): Bump taiki-e/install-action from 2.65.7 to 2.65.9 by @dependabot[bot] in #985
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's New
Mostly minor items this time.
- Dependency updates
- Windows service implemented by not yet tested.
- CPU intrinsics for SHA-1 and SHA-2 but not for Windows do to a MSVC compiler error.
- CPU intrinsics for
zeroize.
What's Changed
- chore(deps): Bump github/codeql-action from 4.31.0 to 4.31.2 by @dependabot[bot] in #933
- chore(deps): Bump taiki-e/install-action from 2.62.38 to 2.62.42 by @dependabot[bot] in #934
- chore(deps): Bump step-security/harden-runner from 2.13.1 to 2.13.2 by @dependabot[bot] in #938
- chore(deps): Bump softprops/action-gh-release from 2.4.1 to 2.4.2 by @dependabot[bot] in #940
- chore(deps): Bump taiki-e/install-action from 2.62.42 to 2.62.49 by @dependabot[bot] in #939
- chore(deps): Bump actions/dependency-review-action from 4.8.1 to 4.8.2 by @dependabot[bot] in #941
- chore(deps): Bump github/codeql-action from 4.31.2 to 4.31.3 by @dependabot[bot] in #943
- chore(deps): Bump actions/checkout from 5.0.0 to 5.0.1 by @dependabot[bot] in #944
- chore(deps): Bump github/codeql-action from 4.31.3 to 4.31.4 by @dependabot[bot] in #946
- chore(deps): Bump actions/checkout from 5.0.1 to 6.0.0 by @dependabot[bot] in #949
- chore(deps): Bump actions/setup-python from 6.0.0 to 6.1.0 by @dependabot[bot] in #953
- chore(deps): Bump github/codeql-action from 4.31.4 to 4.31.5 by @dependabot[bot] in #952
- chore(deps): Bump taiki-e/install-action from 2.62.49 to 2.62.58 by @dependabot[bot] in #954
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's New
- Breaking: The variables in the API crate have changed.
- Breaking: The server response has changed so errors are returned as messages, not just as HTTP codes.
- New: Server is able to advertise itself via multicast DNS
- New: Client is able to find servers via multicast DNS
- New: Client is able to store/retrieve credentials on the Keychain (macOS).
- Documentation improvements.
- Big fix: the admin feature for bulk loading files now respects the flag for unknown files.
- Dependency updates.
What's Changed
- chore(deps): Bump ossf/scorecard-action from 2.4.2 to 2.4.3 by @dependabot[bot] in #888
- chore(deps): Bump taiki-e/install-action from 2.62.13 to 2.62.14 by @dependabot[bot] in #889
- chore(deps): Bump taiki-e/install-action from 2.62.14 to 2.62.16 by @dependabot[bot] in #890
- chore(deps): Bump github/codeql-action from 3.30.5 to 3.30.6 by @dependabot[bot] in #891
- chore(deps): Bump taiki-e/install-action from 2.62.16 to 2.62.17 by @dependabot[bot] in #892
- feat: optional search with labels by @rjzak in #893
- feat: pagination of search results by @rjzak in #895
- chore(deps): Bump softprops/action-gh-release from 2.3.3 to 2.3.4 by @dependabot[bot] in #896
- chore(deps): Bump taiki-e/install-action from 2.62.17 to 2.62.20 by @dependabot[bot] in #897
- chore(deps): Bump flate2 from 1.1.2 to 1.1.4 by @dependabot[bot] in #898
- chore(deps): Bump pyo3-log from 0.13.0 to 0.13.1 by @dependabot[bot] in #899
- chore(deps): Bump github/codeql-action from 3.30.6 to 4.30.7 by @dependabot[bot] in #903
- chore(deps): Bump softprops/action-gh-release from 2.3.4 to 2.4.0 by @dependabot[bot] in #901
- chore(deps): Bump postgres from 0.19.11 to 0.19.12 by @dependabot[bot] in #905
- chore(deps): Bump postgres-types from 0.2.10 to 0.2.11 by @dependabot[bot] in #906
- chore(deps): Bump toml from 0.9.7 to 0.9.8 by @dependabot[bot] in #908
- chore(deps): Bump taiki-e/install-action from 2.62.20 to 2.62.25 by @dependabot[bot] in #907
- chore(deps): Bump actions/dependency-review-action from 4.8.0 to 4.8.1 by @dependabot[bot] in #909
- chore(deps): Bump softprops/action-gh-release from 2.4.0 to 2.4.1 by @dependabot[bot] in #910
- chore(deps): Bump taiki-e/install-action from 2.62.25 to 2.62.28 by @dependabot[bot] in #911
- chore(deps): Bump github/codeql-action from 4.30.7 to 4.30.8 by @dependabot[bot] in #912
- chore(deps): Bump reqwest from 0.12.23 to 0.12.24 by @dependabot[bot] in #913
- chore(deps): Bump clap from 4.5.48 to 4.5.49 by @dependabot[bot] in #914
- chore(deps): Bump clap_complete from 4.5.58 to 4.5.59 by @dependabot[bot] in #915
- chore(deps): Bump tokio from 1.47.1 to 1.48.0 by @dependabot[bot] in #917
- chore(deps): Bump github/codeql-action from 4.30.8 to 4.30.9 by @dependabot[bot] in #920
- feat: ensure responses are always decodable messages by @rjzak in #925
- chore(deps): Bump github/codeql-action from 4.30.9 to 4.31.0 by @dependabot[bot] in #926
- chore(deps): Bump actions/upload-artifact from 4.6.2 to 5.0.0 by @dependabot[bot] in #928
- chore(deps): Bump actions/download-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in #929
- chore(deps): Bump taiki-e/install-action from 2.62.28 to 2.62.38 by @dependabot[bot] in #930
- chore(deps): Bump ChristopheLav/windows-sdk-install from 1.0.3 to 1.0.4 by @dependabot[bot] in #927
Full Changelog: v0.1.3...v0.2.0
v0.1.3
NOTE: The version of the code here is the same version as deployed to PyPi for the Python client. But there was a CI issue causing a problem where the Python version was published but the GitHub build for the release failed. The CI configuration was fixed and the GitHub build succeeded, but the PyPi version could not be redeployed. So it shows an error but it was deployed and is the same version even if not built against the same exact git hash (since the only change was CI config, not actual code).
What's new
- Mostly dependency updates and some CI changes
- Client will show a notice if the server is running a newer version.
- Client can see the instance name, admin mode on the server can change it.
- Client doesn't recreate the internal HTTP client object for each action.
- The Python module returns a
bytesobject when retrieving a file.
What's Changed
- chore(deps): Bump zip from 4.5.0 to 4.6.0 by @dependabot[bot] in #833
- chore(deps): Bump clap from 4.5.46 to 4.5.47 by @dependabot[bot] in #837
- chore(deps): Bump uuid from 1.18.0 to 1.18.1 by @dependabot[bot] in #836
- chore(deps): Bump github/codeql-action from 3.29.11 to 3.30.0 by @dependabot[bot] in #835
- chore(deps): Bump zip from 4.6.0 to 4.6.1 by @dependabot[bot] in #841
- chore(deps): Bump taiki-e/install-action from 2.58.30 to 2.58.32 by @dependabot[bot] in #844
- chore(deps): Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 by @dependabot[bot] in #839
- chore(deps): Bump codecov/codecov-action from 5.5.0 to 5.5.1 by @dependabot[bot] in #842
- chore(deps): Bump actions/setup-python from 5.6.0 to 6.0.0 by @dependabot[bot] in #843
- chore(deps): Bump ctrlc from 3.4.7 to 3.5.0 by @dependabot[bot] in #848
- chore(deps): Bump softprops/action-gh-release from 2.3.2 to 2.3.3 by @dependabot[bot] in #847
- chore(deps): Bump github/codeql-action from 3.30.0 to 3.30.1 by @dependabot[bot] in #846
- chore(deps): Bump taiki-e/install-action from 2.58.32 to 2.59.1 by @dependabot[bot] in #845
- chore(deps): Bump taiki-e/install-action from 2.59.1 to 2.60.0 by @dependabot[bot] in #849
- chore(deps): Bump chrono from 0.4.41 to 0.4.42 by @dependabot[bot] in #850
- chore(deps): Bump tempfile from 3.21.0 to 3.22.0 by @dependabot[bot] in #851
- chore(deps): Bump github/codeql-action from 3.30.1 to 3.30.2 by @dependabot[bot] in #852
- chore(deps): Bump step-security/harden-runner from 2.13.0 to 2.13.1 by @dependabot[bot] in #853
- chore(deps): Bump github/codeql-action from 3.30.2 to 3.30.3 by @dependabot[bot] in #854
- chore(deps): Bump taiki-e/install-action from 2.60.0 to 2.61.0 by @dependabot[bot] in #855
- chore(deps): Bump taiki-e/install-action from 2.61.0 to 2.61.2 by @dependabot[bot] in #856
- chore(deps): Bump serde from 1.0.219 to 1.0.223 by @dependabot[bot] in #859
- chore(deps): Bump serde from 1.0.223 to 1.0.224 by @dependabot[bot] in #862
- chore(deps): Bump serde_json from 1.0.143 to 1.0.145 by @dependabot[bot] in #863
- chore(deps): Bump bytesize from 2.0.1 to 2.1.0 by @dependabot[bot] in #864
- chore(deps): Bump taiki-e/install-action from 2.61.2 to 2.61.5 by @dependabot[bot] in #860
- chore(deps): Bump toml from 0.9.5 to 0.9.6 by @dependabot[bot] in #861
- chore(deps): Bump zip from 5.1.0 to 5.1.1 by @dependabot[bot] in #857
- chore(deps): Bump taiki-e/install-action from 2.61.5 to 2.61.8 by @dependabot[bot] in #865
- chore(deps): Bump taiki-e/install-action from 2.61.8 to 2.61.9 by @dependabot[bot] in #866
- chore(deps): Bump magic from 0.16.3 to 0.16.6 by @dependabot[bot] in #871
- chore(deps): Bump anyhow from 1.0.99 to 1.0.100 by @dependabot[bot] in #869
- chore(deps): Bump rustls from 0.23.31 to 0.23.32 by @dependabot[bot] in #868
- chore(deps): Bump taiki-e/install-action from 2.61.9 to 2.62.1 by @dependabot[bot] in #867
- chore(deps): Bump clap from 4.5.47 to 4.5.48 by @dependabot[bot] in #870
- chore(deps): Bump taiki-e/install-action from 2.62.1 to 2.62.2 by @dependabot[bot] in #872
- chore(deps): Bump taiki-e/install-action from 2.62.2 to 2.62.6 by @dependabot[bot] in #876
- chore(deps): Bump tempfile from 3.22.0 to 3.23.0 by @dependabot[bot] in #874
- chore(deps): Bump magic from 0.16.6 to 0.16.7 by @dependabot[bot] in #875
- chore(deps): Bump actions/cache from 4.2.4 to 4.3.0 by @dependabot[bot] in #877
- chore(deps): Bump taiki-e/install-action from 2.62.6 to 2.62.7 by @dependabot[bot] in #878
- chore(deps): Bump github/codeql-action from 3.30.3 to 3.30.4 by @dependabot[bot] in #879
- chore(deps): Bump postgres-types from 0.2.9 to 0.2.10 by @dependabot[bot] in #881
- chore(deps): Bump postgres from 0.19.10 to 0.19.11 by @dependabot[bot] in #880
- chore(deps): Bump axum from 0.8.4 to 0.8.5 by @dependabot[bot] in #885
- chore(deps): Bump actions/dependency-review-action from 4.7.3 to 4.8.0 by @dependabot[bot] in #884
- chore(deps): Bump github/codeql-action from 3.30.4 to 3.30.5 by @dependabot[bot] in #883
- chore(deps): Bump taiki-e/install-action from 2.62.7 to 2.62.11 by @dependabot[bot] in #882
- chore(deps): Bump zeroize from 1.8.1 to 1.8.2 by @dependabot[bot] in #886
- chore(deps): Bump taiki-e/install-action from 2.62.11 to 2.62.13 by @dependabot[bot] in #887
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's new
CaRTfiles checked on upload.- Server uses Zstd files for compression instead of Gzip (but can still read Gzip files) if compression is enabled.
What's Changed
- chore(deps): Bump github/codeql-action from 3.29.4 to 3.29.5 by @dependabot[bot] in #802
- chore(deps): Bump nt-time from 0.12.0 to 0.12.1 by @dependabot[bot] in #807
- chore(deps): Bump rustls-platform-verifier from 0.6.0 to 0.6.1 by @dependabot[bot] in #806
- chore(deps): Bump serde_json from 1.0.141 to 1.0.142 by @dependabot[bot] in #805
- chore(deps): Bump toml from 0.9.3 to 0.9.5 by @dependabot[bot] in #808
- chore(deps): Bump clap from 4.5.41 to 4.5.42 by @dependabot[bot] in #803
- chore(deps): Bump tokio from 1.47.0 to 1.47.1 by @dependabot[bot] in #809
- chore(deps): Bump uuid from 1.17.0 to 1.18.0 by @dependabot[bot] in #816
- chore(deps): Bump clap_complete from 4.5.55 to 4.5.57 by @dependabot[bot] in #814
- chore(deps): Bump github/codeql-action from 3.29.7 to 3.29.8 by @dependabot[bot] in #813
- chore(deps): Bump anyhow from 1.0.98 to 1.0.99 by @dependabot[bot] in #817
- chore(deps): Bump actions/download-artifact from 4.3.0 to 5.0.0 by @dependabot[bot] in #810
- chore(deps): Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #815
- chore(deps): Bump slab from 0.4.10 to 0.4.11 by @dependabot[bot] in #820
- chore(deps): Bump github/codeql-action from 3.29.8 to 3.29.9 by @dependabot[bot] in #819
- chore(deps): Bump PyO3/maturin-action from 1.49.3 to 1.49.4 by @dependabot[bot] in #821
- chore(deps): Bump github/codeql-action from 3.29.9 to 3.29.10 by @dependabot[bot] in #822
- chore(deps): Bump tempfile from 3.20.0 to 3.21.0 by @dependabot[bot] in #824
- chore(deps): Bump actions/dependency-review-action from 4.7.1 to 4.7.2 by @dependabot[bot] in #823
- chore(deps): Bump serde_json from 1.0.142 to 1.0.143 by @dependabot[bot] in #825
- chore(deps): Bump codecov/codecov-action from 5.4.3 to 5.5.0 by @dependabot[bot] in #826
- chore(deps): Bump zip from 4.3.0 to 4.5.0 by @dependabot[bot] in #827
- chore(deps): Bump github/codeql-action from 3.29.10 to 3.29.11 by @dependabot[bot] in #828
- chore(deps): Bump clap from 4.5.45 to 4.5.46 by @dependabot[bot] in #829
- chore(deps): Bump actions/dependency-review-action from 4.7.2 to 4.7.3 by @dependabot[bot] in #830
- chore(deps): Bump actions/attest-build-provenance from 2.4.0 to 3.0.0 by @dependabot[bot] in #831
- chore(deps): Bump tracing-subscriber from 0.3.19 to 0.3.20 by @dependabot[bot] in #832
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's new
- The client configuration file has moved from
~/.mdb_config.tomlto~/.config/malwaredb_client/mdb_config.toml. - Better Debian packaging.
- Python modules submitted to PyPI from CI.
- Dependency updates.
What's Changed
- chore(deps): Bump reqwest from 0.12.21 to 0.12.22 by @dependabot[bot] in #781
- chore(deps): Bump tomtom-international/commisery-action from 4.0.0 to 4.0.2 by @dependabot[bot] in #778
- chore(deps): Bump github/codeql-action from 3.29.0 to 3.29.2 by @dependabot[bot] in #779
- chore(deps): Bump step-security/harden-runner from 2.12.1 to 2.12.2 by @dependabot[bot] in #780
- chore(deps): Bump tokio from 1.45.1 to 1.46.0 by @dependabot[bot] in #782
- chore(deps): Bump malwaredb-virustotal from 0.5.1 to 0.5.2 by @dependabot[bot] in #783
- chore(deps): Bump zip from 4.2.0 to 4.3.0 by @dependabot[bot] in #784
- chore(deps): Bump clap_complete from 4.5.54 to 4.5.55 by @dependabot[bot] in #786
- chore(deps): Bump clap from 4.5.40 to 4.5.41 by @dependabot[bot] in #785
- chore(deps): Bump rustls from 0.23.28 to 0.23.29 by @dependabot[bot] in #787
- chore(deps): Bump toml from 0.9.1 to 0.9.2 by @dependabot[bot] in #788
- chore(deps): Bump winresource from 0.1.22 to 0.1.23 by @dependabot[bot] in #789
- chore(deps): Bump step-security/harden-runner from 2.12.2 to 2.13.0 by @dependabot[bot] in #790
- chore(deps): Bump astral-sh/setup-uv from 6.3.1 to 6.4.0 by @dependabot[bot] in #791
- chore(deps): Bump serde_json from 1.0.140 to 1.0.141 by @dependabot[bot] in #793
- chore(deps): Bump astral-sh/setup-uv from 6.4.0 to 6.4.1 by @dependabot[bot] in #792
- chore(deps): Bump github/codeql-action from 3.29.2 to 3.29.3 by @dependabot[bot] in #794
- chore(deps): Bump astral-sh/setup-uv from 6.4.1 to 6.4.3 by @dependabot[bot] in #795
- chore(deps): Bump github/codeql-action from 3.29.3 to 3.29.4 by @dependabot[bot] in #796
- chore(deps): Bump toml from 0.9.2 to 0.9.3 by @dependabot[bot] in #799
- chore(deps): Bump nt-time from 0.11.1 to 0.11.2 by @dependabot[bot] in #800
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's new
- Python client (binaries: https://pypi.org/project/malwaredb/0.1.0/#files, GitHub attestation https://github.com/malwaredb/malwaredb-rs/attestations/8306392)
- Multiple bug fixes relating to database datatypes, PE32/ELF parsing
- Option to store files of unknown type (via the server and the admin CLI interface)
- Beta ready
What's Changed
- chore(deps): Bump ossf/scorecard-action from 2.4.1 to 2.4.2 by @dependabot in #756
- chore(deps): Bump tower-http from 0.6.4 to 0.6.5 by @dependabot in #757
- chore(deps): Bump github/codeql-action from 3.28.18 to 3.28.19 by @dependabot in #760
- chore(deps): Bump reqwest from 0.12.18 to 0.12.19 by @dependabot in #758
- chore(deps): Bump tower-http from 0.6.5 to 0.6.6 by @dependabot in #759
- chore(deps): Bump flate2 from 1.1.1 to 1.1.2 by @dependabot in #761
- chore(deps): Bump toml from 0.8.22 to 0.8.23 by @dependabot in #762
- chore(deps): Bump clap_complete from 4.5.52 to 4.5.54 by @dependabot in #764
- chore(deps): Bump softprops/action-gh-release from 2.2.2 to 2.3.0 by @dependabot in #765
- chore(deps): Bump clap from 4.5.39 to 4.5.40 by @dependabot in #763
- chore(deps): Bump softprops/action-gh-release from 2.3.0 to 2.3.2 by @dependabot in #766
- chore(deps): Bump reqwest from 0.12.19 to 0.12.20 by @dependabot in #767
- chore(deps): Bump step-security/harden-runner from 2.12.0 to 2.12.1 by @dependabot in #768
- chore(deps): Bump actions/attest-build-provenance from 2.3.0 to 2.4.0 by @dependabot in #769
- chore(deps): Bump github/codeql-action from 3.28.19 to 3.29.0 by @dependabot in #770
- chore(deps): Bump pyo3 from 0.25.0 to 0.25.1 by @dependabot in #771
- chore(deps): Bump zip from 4.0.0 to 4.1.0 by @dependabot in #772
- chore(deps): Bump zip from 4.1.0 to 4.2.0 by @dependabot in #774
- chore(deps): Bump tomtom-international/commisery-action from 3.5.0 to 4.0.0 by @dependabot in #775
- chore(deps): Bump PyO3/maturin-action from 1.49.2 to 1.49.3 by @dependabot in #776
Full Changelog: v0.0.22...v0.1.0
v0.0.22
What's new
- CI: ARM64 builds for Linux
- Documentation improvements
What's Changed
- chore(deps): Bump sha2 from 0.10.8 to 0.10.9 by @dependabot in #723
- chore(deps): Bump axum from 0.8.3 to 0.8.4 by @dependabot in #722
- chore(deps): Bump rustls from 0.23.26 to 0.23.27 by @dependabot in #724
- chore(deps): Bump clap_complete from 4.5.48 to 4.5.49 by @dependabot in #725
- chore(deps): Bump rustls-platform-verifier from 0.5.2 to 0.5.3 by @dependabot in #728
- chore(deps): Bump clap_complete from 4.5.49 to 4.5.50 by @dependabot in #726
- chore(deps): Bump tokio from 1.44.2 to 1.45.0 by @dependabot in #727
- chore(deps): Bump tower-http from 0.6.2 to 0.6.3 by @dependabot in #729
- chore(deps): Bump actions/dependency-review-action from 4.5.0 to 4.7.0 by @dependabot in #730
- chore(deps): Bump actions/upload-artifact from 4.5.0 to 4.6.2 by @dependabot in #734
- chore(deps): Bump codecov/codecov-action from 5.1.2 to 5.4.2 by @dependabot in #733
- chore(deps): Bump step-security/harden-runner from 2.10.2 to 2.12.0 by @dependabot in #732
- chore(deps): Bump actions/attest-build-provenance from 2.2.3 to 2.3.0 by @dependabot in #731
- chore(deps): Bump clap from 4.5.37 to 4.5.38 by @dependabot in #738
- chore(deps): Bump github/codeql-action from 3.27.9 to 3.28.17 by @dependabot in #742
- chore(deps): Bump ossf/scorecard-action from 2.4.0 to 2.4.1 by @dependabot in #741
- chore(deps): Bump softprops/action-gh-release from 2.2.1 to 2.2.2 by @dependabot in #739
- chore(deps): Bump actions/download-artifact from 4.1.8 to 4.3.0 by @dependabot in #740
- chore(deps): Bump ctrlc from 3.4.6 to 3.4.7 by @dependabot in #735
- chore(deps): Bump tempfile from 3.19.1 to 3.20.0 by @dependabot in #736
- chore(deps): Bump tower-http from 0.6.2 to 0.6.4 by @dependabot in #737
- chore(deps): Bump actions/dependency-review-action from 4.7.0 to 4.7.1 by @dependabot in #744
- chore(deps): Bump codecov/codecov-action from 5.4.2 to 5.4.3 by @dependabot in #745
- chore(deps): Bump github/codeql-action from 3.28.17 to 3.28.18 by @dependabot in #746
- chore(deps): Bump constcat from 0.6.0 to 0.6.1 by @dependabot in #747
- chore(deps): Bump clap_complete from 4.5.50 to 4.5.51 by @dependabot in #751
- chore(deps): Bump tokio from 1.45.0 to 1.45.1 by @dependabot in #749
- chore(deps): Bump uuid from 1.16.0 to 1.17.0 by @dependabot in #750
- chore(deps): Bump reqwest from 0.12.15 to 0.12.16 by @dependabot in #752
- chore(deps): Bump clap from 4.5.38 to 4.5.39 by @dependabot in #753
- chore(deps): Bump reqwest from 0.12.16 to 0.12.18 by @dependabot in #754
Full Changelog: v0.0.21...v0.0.22
v0.0.21
What's new:
- Mostly documentation and dependency updates.
- CI worked completely! The binaries are all made by GitHub with dependency information stored within, and attestable.
What's Changed
- chore(deps): Bump flate2 from 1.1.0 to 1.1.1 by @dependabot in #705
- chore(deps): Bump clap from 4.5.34 to 4.5.35 by @dependabot in #704
- chore(deps): Bump zip from 2.5.0 to 2.6.0 by @dependabot in #706
- chore(deps): Bump flagset from 0.4.6 to 0.4.7 by @dependabot in #707
- chore(deps): Bump openssl from 0.10.71 to 0.10.72 by @dependabot in #708
- chore(deps): Bump tokio from 1.44.1 to 1.44.2 by @dependabot in #709
- chore(deps): Bump ctrlc from 3.4.5 to 3.4.6 by @dependabot in #710
- chore(deps): Bump zip from 2.6.0 to 2.6.1 by @dependabot in #711
- chore(deps): Bump vergen from 9.0.4 to 9.0.6 by @dependabot in #712
- chore(deps): Bump crossbeam-channel from 0.5.14 to 0.5.15 by @dependabot in #713
- chore(deps): Bump rustls from 0.23.25 to 0.23.26 by @dependabot in #714
- chore(deps): Bump vergen-gitcl from 1.0.5 to 1.0.8 by @dependabot in #715
- chore(deps): Bump anyhow from 1.0.97 to 1.0.98 by @dependabot in #716
- chore(deps): Bump toml from 0.8.20 to 0.8.21 by @dependabot in #718
- chore(deps): Bump rustls-platform-verifier from 0.5.1 to 0.5.2 by @dependabot in #717
- chore(deps): Bump toml from 0.8.21 to 0.8.22 by @dependabot in #720
- chore(deps): Bump clap_complete from 4.5.47 to 4.5.48 by @dependabot in #719
Full Changelog: v0.0.20...v0.0.21
v0.0.20a
This is the same as https://github.com/malwaredb/malwaredb-rs/releases/tag/v0.0.20, but now Linux binaries actually compiled.