Skip to content

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

v3.4.3 - rebuild using Go 1.26.3

08 May 08:20

Choose a tag to compare

v3.4.2 - minor cleanup, deploy using OIDC

06 Apr 07:24
e4094fd

Choose a tag to compare

What's Changed

  • Run govulncheck on a schedule by @briskt in #172
  • use the OIDC role for deployment by @briskt in #173
  • upgrade GitHub actions by @briskt in #174
  • use the CD role, not the access key by @briskt in #175
  • add id-token permission to allow for OIDC token by @briskt in #177
  • with OIDC authentication, the AWS account must be explicit by @briskt in #178
  • pass the account ID into CDK by @briskt in #179
  • minor cleanup (grammar, spelling, comment rules, name style, dead code) by @briskt in #176

Full Changelog: v3.4.1...v3.4.2

v3.4.1 - update to Go 1.26

02 Mar 03:27
9d9ec40

Choose a tag to compare

What's Changed

  • fix a mistake in the FinishLogin test that was revealed by Go 1.26 by @briskt in #171

Full Changelog: v3.4.0...v3.4.1

v3.4.0 - added a status endpoint

27 Feb 00:48
a7d8ceb

Choose a tag to compare

What's Changed

  • add a status endpoint for uptime monitoring by @briskt in #170

Full Changelog: v3.3.2...v3.4.0

v3.3.2 - updated to Go 1.25

20 Feb 00:47
e3f3f34

Choose a tag to compare

What's Changed

Full Changelog: v3.3.1...v3.3.2

v3.3.1 -- patch golang.org/x/crypto, update Go

19 Jan 02:02
0288d8e

Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.3.1

v3.3.0 - add apiKey index to DynamoDB tables

10 Dec 07:57
565fe55

Choose a tag to compare

What's Changed

  • adapt the workflow to use GitHub Flow by @briskt in #162
  • add a global secondary index for apiKey by @briskt in #163
  • Correct inaccurate authentication function documentation. by @briskt in #164

Full Changelog: v3.2.0...v3.3.0

v3.2.0 - refined key rotation API

21 Nov 00:26
915e22b

Choose a tag to compare

What's Changed

  • add the full object response to ActivateApiKey by @briskt in #157
  • use the authenticated Key as the "old" key for the rotation endpoint by @briskt in #158
  • improve key rotatation by @briskt in #159
  • Remove scruntinizer.yml by @jason-jackson in #160
  • Release 3.2.0 - Final changes on the key rotation process by @briskt in #161

Full Changelog: v3.1.0...v3.2.0

v3.1.0 - Return key ID from CreateKey request, authenticate /api-key endpoints

04 Nov 06:27
0c0092a

Choose a tag to compare

Added

  • Return key ID (and metadata) from the CreateKey request.

Fixed

  • Fixed the build workflow to push images on git tags.

Changed

  • Require authentication by x-mfa-apikey and x-mfa-apisecret for both /api-key endpoints. This may be a breaking change if these endpoints are in an automated workflow. Since these are generally not used for production and are rarely-used endpoints, no major version bump is necessary.

What's Changed

Full Changelog: v3.0.3...v3.1.0

v3.0.3

03 Oct 23:57
3ecab12

Choose a tag to compare

What's Changed

  • Release 3.0.3 -- fix Sentry reporting by @briskt in #150

Full Changelog: v3.0.2...v3.0.3