Skip to content

Tags: workos/workos-go

Tags

v6.2.0

Toggle v6.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump version (#482)

v6.1.0

Toggle v6.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v6.1.0 (#478)

v6.0.0

Toggle v6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v6.0.0 (#473)

* v6.0.0

* v6 updates

* Update pkg/auditlogs/README.md

Co-authored-by: Matt Dzwonczyk <9063128+mattgd@users.noreply.github.com>

* Update pkg/auditlogs/README.md

Co-authored-by: Matt Dzwonczyk <9063128+mattgd@users.noreply.github.com>

* Update pkg/directorysync/README.md

Co-authored-by: Matt Dzwonczyk <9063128+mattgd@users.noreply.github.com>

* Update pkg/directorysync/README.md

Co-authored-by: Matt Dzwonczyk <9063128+mattgd@users.noreply.github.com>

* fix issues in README

---------

Co-authored-by: Matt Dzwonczyk <9063128+mattgd@users.noreply.github.com>

v5.2.0

Toggle v5.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V5.2.0 (#465)

* v5.1.1

* v5.2.0

v5.1.0

Toggle v5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v5.1.0 (#462)

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Migrate to v5.0.0 (#458)

- Update module path in go.mod from v4 to v5
- Update all import paths throughout the codebase
- Update version from v4.46.1 to v5.0.0
- Update all documentation to reference v5

This change prepares for the v5.0.0 release with breaking changes.

v4.46.1

Toggle v4.46.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version to v4.46.1 (#456)

v4.46.0

Toggle v4.46.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version to v4.46.0 (#454)

v4.45.1

Toggle v4.45.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version to 4.45.1 (#450)

v4.45.0

Toggle v4.45.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add structured authentication error handling (#441)

* Add structured authentication error handling

* Refactored to remove helper functions, adjust types, and handle nil user cases