Releases: iegomez/mosquitto-go-auth
Releases · iegomez/mosquitto-go-auth
2.1.0
2.0.1
Optional mutual TLS and default verify-full
Pass JWT claims to JS backend.
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
- 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
Fixes Dockerfile where version 1.x was not getting correct flags and libwebsockets was not getting built. Thanks @flumpt!
Strip prefix option
gRPC dial options
- Removes blocking attempt to dial to gRPC unless
grpc_fail_on_dial_error
is set totrue
, 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
Docker images through Github actions
Thanks to @arctic-alpaca, pre-built images are created on pushing to master and publishing releases.