Skip to content

Commit 5316890

Browse files
ryshoooogithub-actions[bot]
authored andcommitted
docs: changelog update
1 parent 15c0565 commit 5316890

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v7.0.0 (2026-01-04)
2+
3+
### BREAKING CHANGE
4+
5+
- this change introduces a very strong typing across the library. From now on, we demand that each method returns a single type and converts the results into the specified return type, otherwise it raises a TypeError exception. This should resolve any type checking linter errors within the library as well.
6+
7+
### Fix
8+
9+
- updated lockfile
10+
- pass along the default connection manager configuration into uma
11+
- dont override transport for httpx
12+
- pass query params in get groups
13+
- removed async property as a dependency
14+
- strong and consistent typing across the library
15+
116
## v6.0.0 (2025-12-28)
217

318
### BREAKING CHANGE

0 commit comments

Comments
 (0)