1.1.0
What's Changed
- mq: Refactor by @alessandrogario in #1
- mquire: Add cgroup support by @alessandrogario in #2
- Refactor by @alessandrogario in #3
- libmquire: Major Linux kernel analysis improvements by @alessandrogario in #4
- Add CODEOWNERS, Dependabot by @alessandrogario in #5
- build(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #6
- build(deps): bump serde_json from 1.0.140 to 1.0.145 by @dependabot[bot] in #13
- build(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #7
- build(deps): bump log from 0.4.27 to 0.4.29 by @dependabot[bot] in #12
- build(deps): bump bindgen from 0.69.5 to 0.72.1 by @dependabot[bot] in #8
- build(deps): bump cc from 1.2.29 to 1.2.49 by @dependabot[bot] in #9
- build(deps): bump chrono from 0.4.41 to 0.4.42 by @dependabot[bot] in #11
- github: Exclude SQLite vendored code from language stats by @alessandrogario in #14
- Update README.md file, add missing tool to the packaging code by @alessandrogario in #15
- libmquire: Improve lime format support by @alessandrogario in #16
- libmquire: Add parallel scanning to kallsyms, BTF, and swapper detection by @alessandrogario in #17
- build(deps): bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #18
- Update docs, add missing commands by @alessandrogario in #19
- Performance improvements by @alessandrogario in #20
- libmquire: Improve syslog/dmesg access by @alessandrogario in #21
- Read full pages when walking page table and improve scanning perf by @hbrodin in #22
- Implement network interface enumeration for Linux by @alessandrogario in #29
- libmquire: Refactor Linux OS implementation into entity-specific modules by @alessandrogario in #30
- mq: Implement the kallsyms table for Linux by @alessandrogario in #31
- libmquire: Fix kallsyms initialization failure due to read_exact() by @alessandrogario in #32
- mq: Implement the boot_time table for Linux by @alessandrogario in #34
- mq: Implement the network_connections table for Linux by @alessandrogario in #38
- build(deps): bump cc from 1.2.49 to 1.2.50 by @dependabot[bot] in #36
- build(deps): bump serde_json from 1.0.145 to 1.0.146 by @dependabot[bot] in #35
- libs: Update btfparse to 1.3.7 by @alessandrogario in #39
- misc: Refactor, remove Cargo workspace by @alessandrogario in #40
- linux: Add folio page count validation and chunked reading by @alessandrogario in #41
- docs: Update the README.md file by @alessandrogario in #42
- docs: Update .gitattributes by @alessandrogario in #43
- linux: Add support for kernel module enumeration by @alessandrogario in #44
- docs: Update README.md by @alessandrogario in #45
- shell: Use rustyline for input processing by @alessandrogario in #46
- build: Prepare Cargo.toml for crates.io publication by @alessandrogario in #47
- docs: Update README.md by @alessandrogario in #48
New Contributors
Full Changelog: 1.0.0...1.1.0