v0.0.5
Pre-release
Pre-release
Highlights:
- VirusTotal support to fetch & store reports, optionally upload samples to VT.
- Optionally store files compressed.
- GUI: Edit groups.
- GUI: See labels.
- Improvements to CI.
Note: v.0.0.4 was a botched release due to an error during cargo publish
, so there's no v0.0.4. This is due to an issue with Rust feature flags.
Binaries:
- mdb_server missing for Windows Arm64 since I couldn't get it to compile.
- mdb_server for Windows x86_64 is a debug build from CI, see above comment.
- Mac binaries are signed with my Apple Developer key.
- Minisign can be used to validate the signatures.
What's Changed
- chore(deps): bump serde_json from 1.0.107 to 1.0.108 by @dependabot in #191
- chore(deps): bump vergen from 8.2.5 to 8.2.6 by @dependabot in #192
- chore(deps): bump serde from 1.0.191 to 1.0.192 by @dependabot in #193
- chore(deps): bump tokio from 1.33.0 to 1.34.0 by @dependabot in #194
- chore(deps): bump tracing-subscriber from 0.3.17 to 0.3.18 by @dependabot in #196
- chore(deps): bump http from 0.2.10 to 0.2.11 by @dependabot in #197
- chore(deps): bump zeroize from 1.6.0 to 1.6.1 by @dependabot in #198
- chore(deps): bump zeroize from 1.6.1 to 1.7.0 by @dependabot in #199
- chore(deps): cargo update to update dependencies by @rjzak in #200
- chore(deps): bump serde from 1.0.192 to 1.0.193 by @dependabot in #202
- chore(deps): bump uuid from 1.5.0 to 1.6.1 by @dependabot in #203
- chore(deps): bump clap from 4.4.8 to 4.4.9 by @dependabot in #204
- chore(deps): bump clap from 4.4.9 to 4.4.10 by @dependabot in #205
- chore(deps): cargo update to update dependencies by @rjzak in #206
- chore(deps): update
axum
to 0.7 by @rjzak in #207 - feat: optionally store files compressed by @rjzak in #208
- chore(deps): bump axum from 0.7.1 to 0.7.2 by @dependabot in #209
- chore(deps): bump clap from 4.4.10 to 4.4.11 by @dependabot in #210
- chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #212
- chore(deps): bump zerocopy from 0.7.30 to 0.7.31 by @dependabot in #213
- chore(deps): bump home from 0.5.5 to 0.5.9 by @dependabot in #214
- chore(deps): bump reqwest from 0.11.22 to 0.11.23 by @dependabot in #216
- chore(deps): bump hyper from 1.0.1 to 1.1.0 by @dependabot in #215
- chore(deps): bump tokio from 1.35.0 to 1.35.1 by @dependabot in #217
- chore(deps): bump anyhow from 1.0.75 to 1.0.76 by @dependabot in #218
- ci: Harden GitHub Actions by @step-security-bot in #219
- [StepSecurity] Apply security best practices by @step-security-bot in #220
- chore(deps): bump actions/dependency-review-action from 2.5.1 to 3.1.4 by @dependabot in #222
- chore(deps): bump ossf/scorecard-action from 2.1.2 to 2.3.1 by @dependabot in #223
- chore(deps): bump github/codeql-action from 2.2.4 to 3.22.12 by @dependabot in #221
- chore(deps): bump actions/checkout from 3.6.0 to 4.1.1 by @dependabot in #224
- chore(deps): bump futures from 0.3.29 to 0.3.30 by @dependabot in #227
New Contributors
- @step-security-bot made their first contribution in #219
Full Changelog: v0.0.3...v0.0.5