Skip to content

Commit 0edba99

Browse files
authored
refactor(github): move templates, add changelog (#4)
1 parent b2c911f commit 0edba99

File tree

3 files changed

+37
-14
lines changed

3 files changed

+37
-14
lines changed

.github/ISSUE_TEMPLATE/bug_report.md renamed to .github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
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"]
75
body:
86
- type: markdown
97
attributes:
@@ -90,4 +88,4 @@ body:
9088
description: Add any other context about the problem here.
9189
validations:
9290
required: false
93-
---
91+

.github/ISSUE_TEMPLATE/feature_request.md renamed to .github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
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"]
75
body:
86
- type: markdown
97
attributes:
@@ -42,4 +40,4 @@ body:
4240
```
4341
validations:
4442
required: false
45-
---
43+

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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

0 commit comments

Comments
 (0)