Skip to content

Releases: eclipse-keypont/crypto11

v2.0.0-rc4

Choose a tag to compare

@github-actions github-actions released this 05 Aug 14:33
v2.0.0-rc4
76aae40

Full Changelog: v2.0.0-rc3...v2.0.0-rc4

v1.6.8

Choose a tag to compare

@Nicolas-Peiffer Nicolas-Peiffer released this 29 Jul 13:26
v1.6.8
9fabe64

What's Changed

  • downgrade the go version to 1.25.0 and add go toolchain by @Nicolas-Peiffer in #139
  • fix: restore eclipse-keypont module 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.x series is the current stable line. v2.x.y on github.com/eclipse-keypont/crypto11/v2 is in
development (v2.0.0-rc3), which is why pkg.go.dev reports a higher tagged major version.

v2.0.0-rc3

Choose a tag to compare

@github-actions github-actions released this 28 Jul 09:59
v2.0.0-rc3
e836eaf

Full Changelog: v1.6.0...v2.0.0-rc3

v1.6.5

Choose a tag to compare

@Nicolas-Peiffer Nicolas-Peiffer released this 20 Jul 15:35
v1.6.5
b471801

Full Changelog: v1.6.3...v1.6.5

v1.6.2

Choose a tag to compare

@Nicolas-Peiffer Nicolas-Peiffer released this 01 Jul 13:36
v1.6.2
eb88804
  • 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

Choose a tag to compare

@IceManGreen IceManGreen released this 30 Sep 09:52
537e111

What's Changed

Full Changelog: v1.5.0...v1.6.0

v1.5.0

Choose a tag to compare

@IceManGreen IceManGreen released this 30 Sep 09:47
1c77148

What's Changed

Full Changelog: v1.4.1...v1.5.0

v1.4.2-rc

v1.4.2-rc Pre-release
Pre-release

Choose a tag to compare

@IceManGreen IceManGreen released this 30 Sep 09:56
7d70ab3
  • update to go1.23.9

Full Changelog: v1.4.0...v1.4.2-rc

v1.4.1

Choose a tag to compare

@IceManGreen IceManGreen released this 03 Mar 15:04
9fba4fe

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

Choose a tag to compare

@Nicolas-Peiffer Nicolas-Peiffer released this 27 Feb 16:44
v1.4.0
0214ac7

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0