Skip to content

Commit 0862dae

Browse files
Release v0.2.0 (#10)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 34065c7 commit 0862dae

File tree

7 files changed

+46
-25
lines changed

7 files changed

+46
-25
lines changed

.changes/unreleased/Breaking Changes-20251018-014058.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Fixes-20251016-214049.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Under the Hood-20251016-220639.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Under the Hood-20251016-232835.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/v0.2.0.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## deltastream-sdk v0.2.0 - October 20, 2025
2+
3+
### Features
4+
5+
6+
- Rework the different constructor and SDK API to make it more future proof
7+
8+
### Fixes
9+
10+
11+
- Correct the store creation and DSN documentation
12+
13+
### Under the Hood
14+
15+
16+
- Add more unit tests to create entities and stores
17+
18+
- Enhance entity creation examples and improve parameter handling in the SDK
19+
20+
### Contributors
21+
- [@Kayrnt](https://github.com/Kayrnt)
22+

CHANGELOG.md

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

8+
## deltastream-sdk v0.2.0 - October 20, 2025
9+
10+
### Features
11+
12+
13+
- Rework the different constructor and SDK API to make it more future proof
14+
15+
### Fixes
16+
17+
18+
- Correct the store creation and DSN documentation
19+
20+
### Under the Hood
21+
22+
23+
- Add more unit tests to create entities and stores
24+
25+
- Enhance entity creation examples and improve parameter handling in the SDK
26+
27+
### Contributors
28+
- [@Kayrnt](https://github.com/Kayrnt)
29+
30+
831
## deltastream-sdk v0.1.1 - September 20, 2025
932

1033
### Under the Hood

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "deltastream-sdk"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "Python SDK for DeltaStream, built on the DeltaStream Connector library"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)