Skip to content

Commit 3cd6239

Browse files
document release changes
1 parent 61f0401 commit 3cd6239

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## 2.0.0-SNAPSHOT - 2026-06-07
6+
7+
- Converted the project to a multi-module enterprise architecture.
8+
- Added OIDC/JWT authentication with multiple approved issuers.
9+
- Added tenant RBAC, room authorization, PostgreSQL persistence, durable
10+
outbox/replay, Redis coordination, distributed limits, retention, legal
11+
holds, audited management APIs, metrics, OCI packaging, and Helm deployment.
12+
- Kept v1 demo endpoint disabled by default.
13+
14+
## 1.0.0 - 2026-06-07
15+
16+
- Added Jakarta WebSocket room-based chat endpoint.
17+
- Added thread-safe in-memory room and session management.
18+
- Added Jackson JSON protocol, validation, and safe browser test client.
19+
- Added unit tests and Maven Central publishing configuration.

0 commit comments

Comments
 (0)