Skip to content

Tags: alwitt/goutils

Tags

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was signed with the committer’s verified signature.
patch[task processor]: Remove `taskDemuxProcessorImpl`

Remove `taskDemuxProcessorImpl`, and make `taskProcessorImpl` thread safe; `StartEventLoop` already support multiple threading.

v0.8.2

Toggle v0.8.2's commit message

Verified

This commit was signed with the committer’s verified signature.
patch[oauth]: Refresh Token Ahead of Expire

Add option to refresh a token before the expiration time. This helps in situations where the client and server are not time synced.

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was signed with the committer’s verified signature.
patch[oauth]: Change Client-Cred Flow Payload

Change the payload of the client-credential flow call to URL encoded form submission.

Make the target audience of the requested token optional, and allow the value be any string.

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
patch: Update README

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was signed with the committer’s verified signature.
patch[task processor]: Patch multi-threaded `TaskProcessor` to use co…

…rrect context on initialization.

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was signed with the committer’s verified signature.
patch[cicd]: Update Github actions

v0.6.4

Toggle v0.6.4's commit message

Verified

This commit was signed with the committer’s verified signature.
patch: `Component.GetLogTagsForContext` now include function name, fi…

…le, and line number fields.

v0.6.3

Toggle v0.6.3's commit message

Verified

This commit was signed with the committer’s verified signature.
patch: Change log level of a debug log meessage

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was signed with the committer’s verified signature.
feat[api]: Complete application scope message bus

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was signed with the committer’s verified signature.
feat[REST]: Add helper function to define a resty HTTP client