File tree Expand file tree Collapse file tree 3 files changed +37
-14
lines changed Expand file tree Collapse file tree 3 files changed +37
-14
lines changed Original file line number Diff line number Diff line change 1
- ---
2
- name : Bug report
3
- about : Create a report to help us improve
4
- title : " [BUG]"
5
- labels : bug
6
- assignees : ' '
1
+ name : Bug Report
2
+ description : File a bug report
3
+ title : " [Bug]: "
4
+ labels : ["bug"]
7
5
body :
8
6
- type : markdown
9
7
attributes :
90
88
description : Add any other context about the problem here.
91
89
validations :
92
90
required : false
93
- ---
91
+
Original file line number Diff line number Diff line change 1
- ---
2
- name : Feature request
3
- about : Suggest an idea for this project
4
- title : " [FEATURE]"
5
- labels : enhancement
6
- assignees : ' '
1
+ name : Feature Request
2
+ description : Suggest an idea for this project
3
+ title : " [Feature]: "
4
+ labels : ["enhancement"]
7
5
body :
8
6
- type : markdown
9
7
attributes :
42
40
```
43
41
validations :
44
42
required : false
45
- ---
43
+
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to go-redis-entraid will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ 1.0.0] - 2025-05-27
9
+
10
+ ### Added
11
+ - Initial General Availability release
12
+ - Multiple authentication methods:
13
+ - Client Secret authentication
14
+ - Client Certificate authentication
15
+ - Managed Identity (System and User-assigned)
16
+ - Default Azure Identity Provider for local development
17
+ - Automatic token acquisition and renewal
18
+ - Configurable token refresh policies
19
+ - Thread-safe token management
20
+ - Comprehensive error handling and recovery strategies
21
+ - Configuration support via environment variables, code, or configuration files
22
+
23
+ ### Compatibility
24
+ - Go: 1.16+
25
+ - go-redis: v9.10.0+
26
+
27
+ [ 1.0.0 ] : https://github.com/redis/go-redis-entraid/releases/tag/v1.0.0
You can’t perform that action at this time.
0 commit comments