v8.0.0
What's Changed
- crit: update protobuf bindings by @snprajwal in #198
- add(crit): other os support by @cg10036 in #197
- chore: update dependencies by @snprajwal in #201
- crit: update protobuf bindings by @adrianreber in #207
- build(deps): bump the all group with 2 updates by @dependabot[bot] in #206
- ci: bump actions, remove Go matrix by @snprajwal in #208
- build(deps): bump golang.org/x/sys from 0.31.0 to 0.32.0 in the all group by @dependabot[bot] in #209
- Invalidate global vars containing parsed images in Explore* methods by @pbeschetnov in #210
- readme: update status badges by @rst0git in #212
- build(deps): bump golang.org/x/sys from 0.32.0 to 0.33.0 in the all group by @dependabot[bot] in #211
- Sync protobuf definitions with CRIU by @adrianreber in #216
- Switch to go-criu v8 by @adrianreber in #217
- build(deps): bump the all group across 1 directory with 3 updates by @dependabot[bot] in #214
The type of the required nr_pages field in the pagemap_entry message has been changed from uint32 to uint64. Backward compatibility is preserved by adding a new optional nr_pages field with type uint64 and renaming the old field to compat_nr_pages while preserving its protobuf field number.
New Contributors
- @cg10036 made their first contribution in #197
- @pbeschetnov made their first contribution in #210
Full Changelog: v7.2.0...v8.0.0