Skip to content

Commit 512ffad

Browse files
committed
release v0.8.0
see CHANGELOG for details Signed-off-by: Mike Szczys <[email protected]>
1 parent 7e23aea commit 512ffad

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ All notable changes to this project will be documented in this file.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [v0.8.0] - 2025-10-24
11+
12+
### Removed
13+
14+
- Monitor and iter functions have been removed from Logs and LightDB. These features depended on
15+
WebSocket support which is being deprecated in the Golioth REST API.
16+
1017
## [v0.7.0] - 2025-02-24
1118

1219
### Changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "golioth"
7-
version = "0.7.0"
7+
version = "0.8.0"
88
authors = [
99
{ name="Marcin Niestroj", email="[email protected]" },
10-
{ name="Sam Friedman", email="[email protected]" }
10+
{ name="Sam Friedman", email="[email protected]" },
11+
{ name="Mike Szczys", email="[email protected]" }
1112
]
1213
description = "Golioth client Python library"
1314
license = "Apache-2.0"

0 commit comments

Comments
 (0)