chore(release): prepare for v0.8.0

This commit is contained in:
Unbound Release
2025-11-21 10:32:33 +00:00
committed by Joakim Olsson
parent 9cd8218eb4
commit fce85782f0
2 changed files with 29 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
{"version":"v0.7.0"}
{"version":"v0.8.0"}
+28
View File
@@ -2,6 +2,34 @@
All notable changes to this project will be documented in this file.
## [0.8.0] - 2025-11-21
### 🚀 Features
- *(tests)* Add unit tests for WebSocket initialization logic
- Add latestSchema query for retrieving schema updates
- Add CLAUDE.md for project documentation and guidelines
- *(cache)* Implement hashed API key storage and retrieval
- *(health)* Add health checking endpoints and logic
- *(cache)* Add concurrency safety and logging improvements
### 🐛 Bug Fixes
- Enhance API key handling and logging in middleware
- Add command executor interface for better testing
- *(deps)* Update module golang.org/x/crypto to v0.45.0
- *(deps)* Update module github.com/auth0/go-jwt-middleware/v2 to v2.3.1
### 🧪 Testing
- Enhance assertions for version and subscription config
- *(cache)* Reduce goroutines for race detector stability
### ⚙️ Miscellaneous Tasks
- *(deps)* Update pre-commit hook gitleaks/gitleaks to v8.29.1
- *(deps)* Update node.js to v24
## [0.7.0] - 2025-11-19
### 🚀 Features