@@ -2,6 +2,31 @@ libseccomp-golang: Releases
22===============================================================================
33https://github.com/seccomp/libseccomp-golang
44
5+ * Version 0.10.0 - June 9, 2022
6+ - Minimum supported version of libseccomp bumped to v2.3.1
7+ - Add seccomp userspace notification API (ActNotify, filter.*Notif*)
8+ - Add filter.{Get,Set}SSB (to support SCMP_FLTATR_CTL_SSB)
9+ - Add filter.{Get,Set}Optimize (to support SCMP_FLTATR_CTL_OPTIMIZE)
10+ - Add filter.{Get,Set}RawRC (to support SCMP_FLTATR_API_SYSRAWRC)
11+ - Add ArchPARISC, ArchPARISC64, ArchRISCV64
12+ - Add ActKillProcess and ActKillThread; deprecate ActKill
13+ - Add go module support
14+ - Return ErrSyscallDoesNotExist when unable to resolve a syscall
15+ - Fix some functions to check for both kernel level API and libseccomp version
16+ - Fix MakeCondition to use sanitizeCompareOp
17+ - Fix AddRule to handle EACCES (from libseccomp >= 2.5.0)
18+ - Updated the main docs and converted to README.md
19+ - Added CONTRIBUTING.md, SECURITY.md, and administrative docs under doc/admin
20+ - Add GitHub action CI, enable more linters
21+ - test: test against various libseccomp versions
22+ - test: fix and simplify execInSubprocess
23+ - test: fix APILevelIsSupported
24+ - Refactor the Errno(-1 * retCode) pattern
25+ - Refactor/unify libseccomp version / API level checks
26+ - Code cleanups (linter, formatting, spelling fixes)
27+ - Cleanup: use errors.New instead of fmt.Errorf where appropriate
28+ - Cleanup: remove duplicated cgo stuff, redundant linux build tag
29+
530* Version 0.9.1 - May 21, 2019
631- Minimum supported version of libseccomp bumped to v2.2.0
732- Use Libseccomp's `seccomp_version` API to retrieve library version
0 commit comments