Releases: eclipse-keypont/crypto11
Release list
v2.0.0-rc4
Full Changelog: v2.0.0-rc3...v2.0.0-rc4
v1.6.8
What's Changed
- downgrade the go version to 1.25.0 and add go toolchain by @Nicolas-Peiffer in #139
- fix: restore
eclipse-keypontmodule path; refresh README install command, Go Reference badge and documentation links
Full Changelog: v1.6.5...v1.6.8
Module path restored — github.com/eclipse-keypont/crypto11
This release restores the correct module path following the repository move from
github.com/ThalesGroup/crypto11 to github.com/eclipse-keypont/crypto11.
Migrating
go get github.com/eclipse-keypont/crypto11@v1.6.8-import "github.com/ThalesGroup/crypto11"
+import "github.com/eclipse-keypont/crypto11"The old path is deprecated and frozen at
ThalesGroup/crypto11@v1.6.7.
It will receive no further updates, including security fixes. GitHub still redirects the old
repository URL, but the Go module path must be updated by hand — go get cannot follow it for you.
If you are already on this path: upgrade v1.6.5 → v1.6.8
v1.6.6 and v1.6.7 declare the old module path and exist only to publish the deprecation
notice for github.com/ThalesGroup/crypto11. They are not usable as
github.com/eclipse-keypont/crypto11 and will fail with:
module declares its path as: github.com/ThalesGroup/crypto11
but was required as: github.com/eclipse-keypont/crypto11
v1.6.8 fixes this, so github.com/eclipse-keypont/crypto11@latest resolves correctly again.
Go version policy
go.mod targets go 1.25.0 with toolchain go1.25.8. The go directive is kept conservative
so this library does not raise the minimum Go version for projects that import it, while
maintainers build and test with the latest patch toolchain. See #137 and #139.
The
v1.6.xseries is the current stable line.v2.x.yongithub.com/eclipse-keypont/crypto11/v2is in
development (v2.0.0-rc3), which is why pkg.go.dev reports a higher tagged major version.
v2.0.0-rc3
Full Changelog: v1.6.0...v2.0.0-rc3
v1.6.5
- Donating the
ThalesGroup/crypto11project to the Eclipse Foundation Project KeyPont - Repository migration from github.com/ThalesGroup to github.com/eclipse-keypont. Migration details #138
Full Changelog: v1.6.3...v1.6.5
v1.6.2
-
downgrade the go version to 1.25.0 as per #137
-
add go toolchain
Full Changelog: v1.6.0...v1.6.2
v1.6.0
v1.5.0
What's Changed
- Fix findkeys error and eval byte nil or len zero by @Nicolas-Peiffer in #122
- Update go1.24.5 by @Nicolas-Peiffer in #123
Full Changelog: v1.4.1...v1.5.0
v1.4.2-rc
v1.4.1
What's Changed
- update to go 1.23.6
- fix: underlying library context is reused through reference counting by @ek-1n574 in #114
New Contributors
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- upgrade to go1.23.6 by @Nicolas-Peiffer in #116
New Contributors
- @Nicolas-Peiffer made their first contribution in #116
Full Changelog: v1.3.0...v1.4.0