You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.