Skip to content

Tags: jferrl/go-githubauth

Tags

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #32 from jferrl/dev/jorge/remove-dev

refactor!: remove go-github dependency and implement internal GitHub API client

v1.4.2

Toggle v1.4.2's commit message
Handle errors from JSON encoding and response writing

Added error ignoring for json.NewEncoder(w).Encode and w.Write calls in test helpers to prevent unhandled errors during test execution.

v1.4.1

Toggle v1.4.1's commit message
Update changelog and README for v1.4.1 release

Added v1.4.1 section to CHANGELOG.md with details on enhanced token reuse, dependency updates, CI/CD improvements, and security fixes. Updated README.md to reference v1.4.x for latest features and improvements.

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #21 from jferrl/dev/jferrl/pat

feat: Add support for GitHub personal access tokens

v1.3.0

Toggle v1.3.0's commit message
Update module path and docs for v1.3.0 release

Changed the module path from /v2 to the base path in go.mod and updated all import statements in README.md accordingly. Updated changelog and documentation to reflect v1.3.0 instead of v2.0.0, and removed the v2 migration guide from the README.

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #9 from grinish21/fix/vuln-dep

fix(deps): move jwt to v5.3.0 which fixes vuln GO-2025-3553

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #8 from candiepih/feat-bump-deps

chore: bump dependencies

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #7 from jferrl/dev/jferrl/go-123

chore: bump go version to 1.23

v1.1.0

Toggle v1.1.0's commit message
chore: githubauth compatible with enterprise server

v1.0.2

Toggle v1.0.2's commit message
chore: improve godoc comments