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
6 changes: 0 additions & 6 deletions .changes/unreleased/Breaking Changes-20251018-014058.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20251016-214049.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Under the Hood-20251016-220639.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Under the Hood-20251016-232835.yaml

This file was deleted.

22 changes: 22 additions & 0 deletions .changes/v0.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## deltastream-sdk v0.2.0 - October 20, 2025

### Features


- Rework the different constructor and SDK API to make it more future proof

### Fixes


- Correct the store creation and DSN documentation

### Under the Hood


- Add more unit tests to create entities and stores

- Enhance entity creation examples and improve parameter handling in the SDK

### Contributors
- [@Kayrnt](https://github.com/Kayrnt)

23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## deltastream-sdk v0.2.0 - October 20, 2025

### Features


- Rework the different constructor and SDK API to make it more future proof

### Fixes


- Correct the store creation and DSN documentation

### Under the Hood


- Add more unit tests to create entities and stores

- Enhance entity creation examples and improve parameter handling in the SDK

### Contributors
- [@Kayrnt](https://github.com/Kayrnt)


## deltastream-sdk v0.1.1 - September 20, 2025

### Under the Hood
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "deltastream-sdk"
version = "0.1.1"
version = "0.2.0"
description = "Python SDK for DeltaStream, built on the DeltaStream Connector library"
readme = "README.md"
requires-python = ">=3.11"
Expand Down