Skip to content

Releases: sil-org/serverless-mfa-api-go

v2.3.7 -- security patch and other cleanup

09 Apr 13:38
aee328e

Choose a tag to compare

Fixed

  • Update Serverless to the latest 3.x version
  • Dependency updates, esp. CVE-2025-30204 (IDP-1489)
  • Simplify syntax and remove dead code

What's Changed

Full Changelog: v2.3.6...v2.3.7

bump x/crypto to v0.31.0

13 Dec 14:29
816b60e

Choose a tag to compare

What's Changed

Full Changelog: v2.3.5...v2.3.6

more errors logged with detail

12 Nov 12:30
fae7973

Choose a tag to compare

What's Changed

Full Changelog: v2.3.4...v2.3.5

add detail in webauthn failure log messages

08 Nov 14:35
ba5337e

Choose a tag to compare

Changed

  • Deploy to 2 regions at the same time.
  • Add detail to log messages for webauthn fail

Release v2.3.3 --GHCR.io image push

11 Oct 08:15
e2edefc

Choose a tag to compare

Added
-Pushing the Docker images to ghcr.io (Git Container Registry)

increase log retention to 60 days

30 Aug 04:18
6300324

Choose a tag to compare

Changed

  • Increased log retention to 60 days

use GitHub Actions

01 Mar 17:34
4993ce1

Choose a tag to compare

Changed

  • Use GitHub Actions instead of Codeship for test and deploy

change to the Amazon Linux 2 Lambda runtime

21 Nov 22:28
ce9367f

Choose a tag to compare

Merge pull request #70 from silinternational/develop

Release 2.3.0 - change to the Amazon Linux 2 Lambda runtime

Return hash of the key handle from login endpoint

17 Oct 18:02
d94260f

Choose a tag to compare

Added

  • Return the hash of the key handle, which is what the registration endpoint returns. This allows the caller to look up the credential by the same token that it had at registration time.

Remove CORS

28 Aug 20:05
a5d9b36

Choose a tag to compare

Changed (non-breaking)

  • Remove the CORS middleware since it is not required for this application.