Skip to content

Releases: iegomez/mosquitto-go-auth

2.1.0

24 May 03:04
9fbd607
Compare
Choose a tag to compare
  • Add binaries for Linux amd64, arm64, armv64, armv7 on releases.

Credits go to @hardillb. 🎉

2.0.1

24 May 01:40
83fa4e2
Compare
Choose a tag to compare
  • Resolve dependencies vulnerabilities.
  • Add test workflows to PRs.
  • Push Docker images only on merged PRs and releases.

Optional mutual TLS and default verify-full

11 Nov 12:57
1f46a50
Compare
Choose a tag to compare

This release makes mutual TLS optional for DB backends, and sets Postgres' default TLS mode to verify-full. This last change breaks expectations, thus this release marks the 2.0 milestone.

All credits go to @NickUfer and @maab. 👏

Pass JWT claims to JS backend.

16 Jun 03:46
9468bed
Compare
Choose a tag to compare

This release adds an option to pass full custom JWT claims to he JS backed checker.

All credits go to @ray66rus for this contribution! 🙌

HTTP methods and DB conn lifetime

10 Jun 22:25
d904546
Compare
Choose a tag to compare
  • Allows to set the HTTP method to be used for HTTP/JWT backends.
  • Allows to set DB backends max connection lifetime to fix #218
  • Bumps Go and dependencies versions.

Thanks @thomastvedt and @fAuernigg for your contributions! 👏

Dockerfile libwebsockets fix

28 Sep 12:22
50f3512
Compare
Choose a tag to compare

Fixes Dockerfile where version 1.x was not getting correct flags and libwebsockets was not getting built. Thanks @flumpt!

Strip prefix option

24 Sep 00:53
d5cf292
Compare
Choose a tag to compare
  • Adds an option to strip prefixes before performing checks when they are enabled (#197).
  • Fixes Firefox websockets issues (#198).

gRPC dial options

15 Sep 16:51
290c1c5
Compare
Choose a tag to compare
  • Removes blocking attempt to dial to gRPC unless grpc_fail_on_dial_error is set to true, allowing for the service to be unavailable at startup time.
  • Adds grpc_dial_timeout_ms to set the time out time in milliseconds when erroring on dial.
  • Fixes Docker builds failures to find libwebsockets8 by building from source both on builds and on Docker testing image.

1.7.0

12 Jul 01:53
5dc063f
Compare
Choose a tag to compare

Add user-agent to http and jwt backends.

Docker images through Github actions

25 Jun 22:45
cff71ff
Compare
Choose a tag to compare

Thanks to @arctic-alpaca, pre-built images are created on pushing to master and publishing releases.