You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.9.3] - 2026-06-11
9
+
10
+
### Added
11
+
12
+
- DSN support: `ClientOptions(dsn="https://lp_key@host[/path]")` (plus `parse_dsn` / `DsnParseError` exported from the package root). Explicit `api_url` + `api_key` keep working; a malformed DSN raises at init time
13
+
-`ClientOptions.service`: configure the service once and call log methods with just the message — `client.info("user logged in")`, `client.error("boom", exc)`. The legacy `(service, message)` form keeps working
14
+
- Every entry now carries `metadata.sdk = {"name": "logtide-python", "version": ...}` (caller-provided `sdk` key wins)
15
+
16
+
### Fixed
17
+
18
+
-`logtide_sdk.__version__` was stale (0.9.1); version now has a single runtime source (`logtide_sdk._version`)
0 commit comments