Skip to content
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
4 changes: 4 additions & 0 deletions docs/clients/grpc/delete-stream.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
order: 9
---

# Deleting events

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.
Expand Down
16 changes: 16 additions & 0 deletions docs/clients/grpc/release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
order: 10
---

# Release Notes

Click a client below to stay up to date with its latest changes and improvements, view its detailed release history and changelogs, and access the release notes for breaking changes, upgrade instructions, and migration guides.

| Client | Release Notes |
|---------------|------------------------------------------------------------------------------|
| Node.js | [View Releases](https://github.com/kurrent-io/KurrentDB-Client-NodeJS/releases) |
| .NET | [View Releases](https://github.com/kurrent-io/KurrentDB-Client-Dotnet/releases) |
| Java | [View Releases](https://github.com/kurrent-io/KurrentDB-Client-Java/releases) |
| Go | [View Releases](https://github.com/kurrent-io/KurrentDB-Client-Go/releases) |
| Rust | [View Releases](https://github.com/kurrent-io/KurrentDB-Client-Rust/releases) |
| Python | [View Releases](https://github.com/pyeventsourcing/kurrentdbclient/releases) |