Skip to content

Commit c7fcc41

Browse files
w1amDeflaimun
authored andcommitted
Add client release notes
1 parent 9a141e3 commit c7fcc41

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

docs/clients/grpc/delete-stream.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
order: 9
3+
---
4+
15
# Deleting events
26

37
In KurrentDB, you can delete events and streams either partially or completely. Settings like $maxAge and $maxCount help control how long events are kept or how many events are stored in a stream, but they won't delete the entire stream.

docs/clients/grpc/release-notes.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
order: 10
3+
---
4+
5+
# Release Notes
6+
7+
Stay up to date with the latest changes and improvements for each official KurrentDB client library. Click on a client below to view its detailed release history and changelogs.
8+
9+
| Client | Release Notes |
10+
|---------------|------------------------------------------------------------------------------|
11+
| Node.js | [View Releases](https://github.com/kurrent-io/KurrentDB-Client-NodeJS/releases) |
12+
| .NET | [View Releases](https://github.com/kurrent-io/KurrentDB-Client-Dotnet/releases) |
13+
| Java | [View Releases](https://github.com/kurrent-io/KurrentDB-Client-Java/releases) |
14+
| Go | [View Releases](https://github.com/kurrent-io/KurrentDB-Client-Go/releases) |
15+
| Rust | [View Releases](https://github.com/kurrent-io/KurrentDB-Client-Rust/releases) |
16+
| Python | [View Releases](https://github.com/pyeventsourcing/kurrentdbclient/releases) |
17+
18+
For details on breaking changes, upgrade instructions, and migration guides, refer to the individual release notes for each client.

0 commit comments

Comments
 (0)