Skip to content

Releases: TankerHQ/identity-go

v3.3.2

13 Dec 10:02
v3.3.2
3ce8e5f
Compare
Choose a tag to compare

Released on 2024-12-13

  • Upgrade dependencies

v3.3.1

18 Sep 21:14
v3.3.1
1f6fce4
Compare
Choose a tag to compare

Released on 2024-09-18

  • Required Go version >= 1.22
  • Dependency upgrades

v3.3.0

12 Jul 10:15
ca7ae05
Compare
Choose a tag to compare

Released on 2022-07-12

  • Have more idiomatic Go code:
    • Add internal package to hide parts of the API that should not be public
    • Several architectural changes
    • Renaming and changes in signatures of internal functions (no changes to public API)
  • Add micro-benchmarks for the exported functions and optimize things a little (see #e6795ff, #8ee200a, and #2a0536c)
  • Add godoc comments to the code for better readability
  • Upgrade the Go version of the module (1.12 -> 1.17)

This version is fully retro-compatible with the previous one, however the package github.com/TankerHQ/identity-go/identity has been deprecated, please use github.com/TankerHQ/identity-go instead:

package my_package

import (
-   "github.com/TankerHQ/identity-go/v3/identity"
+   "github.com/TankerHQ/identity-go/v3"
)

v3.2.0

29 Sep 15:19
Compare
Choose a tag to compare

There is no new feature or externally visible change in this version of the SDK.

v3.1.0

02 Aug 13:14
Compare
Choose a tag to compare

Synchronized release with other platforms

v3.0.0

23 Jul 08:23
Compare
Choose a tag to compare

Please read the migration guide before upgrading to this version if you use the provisional identity feature.
Refer to the compatibility table
for more information on compatible Core SDK versions after this upgrade.

  • API break: The createProvisionalIdentity function now takes an additional argument
  • It is now possible to create provisional identities targeting phone numbers
  • Introduce upgrade to new deterministic identity format
  • Email addresses in public provisional identities will now be hashed

First synced version

18 Jun 11:57
749bd16
Compare
Choose a tag to compare
v2.16.0

Merge pull request #15 from TankerHQ/dm/fix-crash-on-invalid-app-secr…