Skip to content

Commit

Permalink
Prep for next release! (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
puffyCid authored Jul 22, 2024
1 parent 2985403 commit 1594802
Show file tree
Hide file tree
Showing 27 changed files with 123 additions and 129 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240609-221109.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240624-211055.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240630-112727.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240630-112735.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240715-231003.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240718-003844.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ArtemisApi-20240606-152519.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ArtemisApi-20240606-161051.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ArtemisApi-20240607-204414.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ArtemisApi-20240609-221123.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ArtemisApi-20240701-234237.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ArtemisApi-20240713-013416.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20240520-003633.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20240531-232712.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20240610-211837.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20240623-225026.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20240713-013443.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20240713-173327.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20240715-231031.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependencies-20240623-225040.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependencies-20240713-173312.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240529-104613.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240531-232730.yaml

This file was deleted.

31 changes: 31 additions & 0 deletions .changes/v0.10.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## v0.10.0 - 2024-07-21
### Added
* Exposed macOS bookmark parsing to JS runtime
* Support for parsing Archive ShellItems added in Windows 11
* Support for uploading files to AWS
* Support for uploading files to Azure
* Linux ARM support!
* Embedded Software Bill of Materials into release binaries via cargo auditable
### Changed
* Major improvements to the ESE parser
* Improvements to the macOS loginitem artifact
* Migrated to ISO8601 RFC 3339 timestamps for artifacts
* Major updates to client and server code
* Added timestamps to macOS FsEvents and Launch artifacts
* Ability to filter filelistings using yara rules!
* Improved compiled binary performance via cargo LTO
### Fixed
* Incorrect args to users and groups artifacts
* Path value not getting populated for processes artifact
### Dependencies
* Updated all dependencies
* Added Yara-X
### ArtemisApi
* Support for looking up software EOL status via https://endoflife.date
* Support for looking up browser extension reports on https://crxcavator.io
* Support for circlu Hashlookup service
* Support for parsing Microsoft Office MRU entries
* Support for parsing macOS Gatekeeper entries
* Initial OneDrive parser support
* Extract service install entries from Windows EventLog
* Extract logon entries from macOS UnifiedLog
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,38 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## v0.10.0 - 2024-07-21
### Added
* Exposed macOS bookmark parsing to JS runtime
* Support for parsing Archive ShellItems added in Windows 11
* Support for uploading files to AWS
* Support for uploading files to Azure
* Linux ARM support!
* Embedded Software Bill of Materials into release binaries via cargo auditable
### Changed
* Major improvements to the ESE parser
* Improvements to the macOS loginitem artifact
* Migrated to ISO8601 RFC 3339 timestamps for artifacts
* Major updates to client and server code
* Added timestamps to macOS FsEvents and Launch artifacts
* Ability to filter filelistings using yara rules!
* Improved compiled binary performance via cargo LTO
### Fixed
* Incorrect args to users and groups artifacts
* Path value not getting populated for processes artifact
### Dependencies
* Updated all dependencies
* Added Yara-X
### ArtemisApi
* Support for looking up software EOL status via https://endoflife.date
* Support for looking up browser extension reports on https://crxcavator.io
* Support for circlu Hashlookup service
* Support for parsing Microsoft Office MRU entries
* Support for parsing macOS Gatekeeper entries
* Initial OneDrive parser support
* Extract service install entries from Windows EventLog
* Extract logon entries from macOS UnifiedLog

## v0.9.0 - 2024-05-08
### Added
* Support for parsing version 3 of fsevents
Expand Down
Loading

0 comments on commit 1594802

Please sign in to comment.