File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111
1212// The semantic version of the application.
1313// This can be overriden by vcsVersion.
14- const version = "0.1 .0"
14+ const version = "0.2 .0"
1515
1616var (
1717 vcsVersion string // version from VCS set at build time
Original file line number Diff line number Diff line change 1+ This is a minor release with the following changes:
2+
3+ ## Features
4+
5+ - 7a91f5c: Added ` Token.Claims ` method for retrieving all token claims in a stable order.
6+
7+ - a75871b: Added allow list validation rules for audiences, issuers, and subjects in token claims.
8+
9+
10+ ## Improvements
11+
12+ - f466fc4: Simplified time handling by using function callbacks instead of interface abstractions.
13+
14+ - e6d36b2: Improved display of nested claims by rendering complex objects as JSON in text format.
15+
16+ - 29d6881: Optimized registered claims handling by caching claim definitions.
17+
18+
19+ ## Documentation
20+
21+ - 788257f: Fixed command examples in README.
22+
23+
24+ ## Internal
25+
26+ - e24b2be: Improved test code readability by using raw string literals for expected outputs.
27+
28+ - b130d4d: Excluded gochecknoglobals linter from test files to reduce noise.
29+
30+ - ac1b1de: Fixed lint report summary to prevent double counting of linter issues.
You can’t perform that action at this time.
0 commit comments