From 531689091f50860a8d2b5707671ad6e8a7a6feae Mon Sep 17 00:00:00 2001 From: ryshoooo <12965813+ryshoooo@users.noreply.github.com> Date: Sun, 4 Jan 2026 20:30:39 +0000 Subject: [PATCH] docs: changelog update --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1f087d..f524546 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## v7.0.0 (2026-01-04) + +### BREAKING CHANGE + +- 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. + +### Fix + +- updated lockfile +- pass along the default connection manager configuration into uma +- dont override transport for httpx +- pass query params in get groups +- removed async property as a dependency +- strong and consistent typing across the library + ## v6.0.0 (2025-12-28) ### BREAKING CHANGE