From 0d5aeb63372a3d8a84c97ff6cea5f03837bcc238 Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Wed, 24 Jan 2024 22:06:55 -0500 Subject: [PATCH 1/2] 0.22.6 Changes --- CHANGES.rst | 49 +++++++++++++++++++++++++++++++++++-------------- 1 file changed, 35 insertions(+), 14 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index cf43887d..e48065ed 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,27 @@ Changelog A list of changes between each release + +0.22.6 (2024-01-24) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +**Bugfixes** + +- Test for None type in poll_local_storage_manifest (`@mkmer #859 `__) +- Update image after snap by (`@mkmer #861 `__) +- fix missing ':' before port number in rtsps adress (`@Rosi2143 #863 `__) +- New temperature location (`@mkmer #867 `__) + +**Other changes** + +- Add properties for version information (`@mkmer #854 `__) +- Complete header match (`@mkmer #856 `__) +- Bump ruff from 0.1.11 to 0.1.13 (`@dependabot #858 `__) +- Add option to change agent from Auth() init (`@mkmer #860 `__) +- Add notification key to login (`@mkmer #862 `__) +- Bump ruff from 0.1.13 to 0.1.14 (`@dependabot #868 `__) + + 0.22.5 (2024-01-07) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -11,22 +32,22 @@ Warning: This release removes support for Python 3.8 and adds Python 3.12 suppor **Bugfixes** -- Add new keys for wifi, lfr, and battery (`mkmer #835 `__) -- Battery level (`mkmer #837 `__) -- Address not awaited warning (`mkmer #838 `__) -- Catch ContentTypeError in 2FA (`mkmer #843 `__) -- Handle empty put response in wait_command (`mkmer #847 `__) -- Change default user agent to fix API calls (`gingerm0nkey #848 `__) -- Android for new user agent (`mkmer #850 `__) +- Add new keys for wifi, lfr, and battery (`@mkmer #835 `__) +- Battery level (`@mkmer #837 `__) +- Address not awaited warning (`@mkmer #838 `__) +- Catch ContentTypeError in 2FA (`@mkmer #843 `__) +- Handle empty put response in wait_command (`@mkmer #847 `__) +- Change default user agent to fix API calls (`@gingerm0nkey #848 `__) +- Android for new user agent (`@mkmer #850 `__) **Other changes** -- Remove Py3.8, add 3.12 (`fronzbot #839 `__) -- Deprecate py38 (`fronzbot #840 `__) -- Add/extract firmware version (`mkmer #842 `__) -- Additional logging, fix blinksync json (`mkmer #844 `__) -- Log text response (`mkmer #845 `__) -- Add tests for logging (`mkmer #846 `__) +- Remove Py3.8, add 3.12 (`@fronzbot #839 `__) +- Deprecate py38 (`@fronzbot #840 `__) +- Add/extract firmware version (`@mkmer #842 `__) +- Additional logging, fix blinksync json (`@mkmer #844 `__) +- Log text response (`@mkmer #845 `__) +- Add tests for logging (`@mkmer #846 `__) - Bump ruff to 0.1.11 - Bump black to 23.12.1 - Bump coverage to 7.4.0 @@ -38,7 +59,7 @@ Warning: This release removes support for Python 3.8 and adds Python 3.12 suppor **Bugfixes** -- Allow kwargs to throttled functions, await sleep in throttle (`mkmer #823 `__) +- Allow kwargs to throttled functions, await sleep in throttle (`@mkmer #823 `__) - add missing entry in type_key_map (`@Rosi2143 #813 `__) ** Other Changes ** From 2ab5c829565ed39c3d4030d52503b9d2b0e0572d Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Wed, 24 Jan 2024 22:07:30 -0500 Subject: [PATCH 2/2] bump to 0.22.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5af1ae14..3accbc43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "blinkpy" -version = "0.23.0b6" +version = "0.22.6" license = {text = "MIT"} description = "A Blink camera Python Library." readme = "README.rst"