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
Copy file name to clipboardExpand all lines: README.md
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,20 +28,13 @@
28
28
### v1.4.0 Features
29
29
30
30
-**🔐 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
32
32
- JWT tokens cached until expiration (up to 10 minutes)
33
33
- 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
35
35
-**📈 Performance Optimizations**: Up to 99% reduction in unnecessary GitHub API calls
36
36
-**🏗️ Production Ready**: Optimized for high-throughput and enterprise applications
37
37
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
-
45
38
### Core Capabilities
46
39
47
40
- 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