Skip to content

Commit 96cdd66

Browse files
committed
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.
1 parent 46ce695 commit 96cdd66

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v1.4.1] - 2025-09-19
9+
10+
### Changed
11+
12+
- **Enhanced Token Reuse**: Implemented `ReuseTokenSource` in `NewApplicationTokenSource` for improved token caching efficiency
13+
- **Dependency Updates**: Bumped `golang.org/x/oauth2` from 0.30.0 to 0.31.0
14+
- **CI/CD Improvements**: Updated GitHub Actions dependencies and workflow permissions
15+
- Bumped `actions/setup-go` from 5 to 6
16+
- Bumped `actions/checkout` from 4 to 5
17+
- **Library Upgrade**: Upgraded `github.com/google/go-github` to v74
18+
19+
### Fixed
20+
21+
- **Security**: Fixed code scanning alert regarding workflow permissions
22+
23+
### Dependencies
24+
25+
- Bumped `golang.org/x/oauth2` from 0.30.0 to 0.31.0 (#25)
26+
- Bumped `actions/setup-go` from 5 to 6 (#26)
27+
- Bumped `actions/checkout` from 4 to 5 (#28)
28+
- Upgraded `github.com/google/go-github` to v74 (#29)
29+
30+
**Contributors**: @jferrl, @krancour (first contribution)
31+
32+
**Full Changelog**: <https://github.com/jferrl/go-githubauth/compare/v1.4.0...v1.4.1>
33+
834
## [v1.4.0] - 2025-08-30
935

1036
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
`go-githubauth` is a Go package that provides utilities for GitHub authentication, including generating and using GitHub App tokens, installation tokens, and personal access tokens.
99

10-
**v1.4.0** introduces personal access token support and significant performance optimizations with intelligent token caching and high-performance HTTP clients.
10+
**v1.4.x** introduces personal access token support and significant performance optimizations with intelligent token caching and high-performance HTTP clients.
1111

1212
---
1313

0 commit comments

Comments
 (0)