Skip to content

refactor(github): move templates, add changelog #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ''
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug"]
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -90,4 +88,4 @@ body:
description: Add any other context about the problem here.
validations:
required: false
---

Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE]"
labels: enhancement
assignees: ''
name: Feature Request
description: Suggest an idea for this project
title: "[Feature]: "
labels: ["enhancement"]
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -42,4 +40,4 @@ body:
```
validations:
required: false
---

27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

All notable changes to go-redis-entraid will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2025-05-27

### Added
- Initial General Availability release
- Multiple authentication methods:
- Client Secret authentication
- Client Certificate authentication
- Managed Identity (System and User-assigned)
- Default Azure Identity Provider for local development
- Automatic token acquisition and renewal
- Configurable token refresh policies
- Thread-safe token management
- Comprehensive error handling and recovery strategies
- Configuration support via environment variables, code, or configuration files

### Compatibility
- Go: 1.16+
- go-redis: v9.10.0+

[1.0.0]: https://github.com/redis/go-redis-entraid/releases/tag/v1.0.0
Loading