Skip to content

Commit ca38361

Browse files
committed
build: Release 0.4.0
1 parent f44656f commit ca38361

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
_Changes in the next release_
1111

12+
---
13+
14+
## v0.4.0 - 2025-11-24
1215
### Breaking Changes
13-
- A WebSocket disconnection no longer emits the `DISCONNECT` event, but the new `CLIENT_DISCONNECTED` event.
16+
- A WebSocket disconnection no longer emits the `DISCONNECT` event, but the new `CLIENT_DISCONNECTED` event ([#35](https://github.com/unfoldedcircle/integration-python-library/pull/35)).
1417

1518
### Added
16-
- New `CLIENT_CONNECTED` event is emitted when a WebSocket client connects.
19+
- New `CLIENT_CONNECTED` event is emitted when a WebSocket client connects ([#35](https://github.com/unfoldedcircle/integration-python-library/pull/35)).
1720
- WebSocket client identification in disconnect log statements.
1821

19-
---
22+
### Fixed
23+
- Null reference exception in log filter ([#33](https://github.com/unfoldedcircle/integration-python-library/pull/33)).
24+
- Set changed size during iteration for WS broadcast ([#36](https://github.com/unfoldedcircle/integration-python-library/pull/36)).
2025

2126
## v0.3.2 - 2025-09-17
2227
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
license = {text = "MPL-2.0"}
1111
description = "Python wrapper for the Unfolded Circle Integration API"
1212
classifiers = [
13-
"Development Status :: 3 - Alpha",
13+
"Development Status :: 4 - Beta",
1414
"Intended Audience :: Developers",
1515
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
1616
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)