Skip to content

Commit 1de8b80

Browse files
authored
Update README.md
1 parent 8adec1a commit 1de8b80

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,13 @@
2828
### v1.4.0 Features
2929

3030
- **🔐 Personal Access Token Support**: Native support for both classic and fine-grained personal access tokens
31-
- **Advanced Token Caching**: Dual-layer caching system for optimal performance
31+
- **⚡ Token Caching**: Dual-layer caching system for optimal performance
3232
- JWT tokens cached until expiration (up to 10 minutes)
3333
- Installation tokens cached until expiration (defined by GitHub response)
34-
- **🚀 High-Performance HTTP Client**: Production-ready HTTP client with connection pooling
34+
- **🚀 Pooled HTTP Client**: Production-ready HTTP client with connection pooling
3535
- **📈 Performance Optimizations**: Up to 99% reduction in unnecessary GitHub API calls
3636
- **🏗️ Production Ready**: Optimized for high-throughput and enterprise applications
3737

38-
### Other Features
39-
40-
- **🔥 Go Generics Support**: Single `NewApplicationTokenSource` function supports both `int64` App IDs and `string` Client IDs
41-
- **🛡️ Type Safety**: Compile-time verification of identifier types through generic constraints
42-
- **⚡ Type Inference**: Automatic type detection - no need to specify generic parameters explicitly
43-
- **📖 Enhanced Documentation**: Official GitHub API references and comprehensive JWT details
44-
4538
### Core Capabilities
4639

4740
- Generate GitHub Application JWT [Generating a jwt for a github app](https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-json-web-token-jwt-for-a-github-app)

0 commit comments

Comments
 (0)