Aiomysensors

Latest version: v0.3.16

Safety actively analyzes 638379 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 4

0.2.0

Unknown

* Use main branch (344) ([`9140128`](https://github.com/MartinHjelmare/aiomysensors/commit/914012870b4ac71eb4145b3ac42c1300e7759adf))

* Complete exported names (331) ([`3178a88`](https://github.com/MartinHjelmare/aiomysensors/commit/3178a88de7fdd67331206b4518a56ce59e8e4654))

* Cache get_protocol (330) ([`0d3bde0`](https://github.com/MartinHjelmare/aiomysensors/commit/0d3bde0bee29db6a1442f22e5ace98ed38324c8e))

* Remove support for Python 3.8 (329) ([`75da0e2`](https://github.com/MartinHjelmare/aiomysensors/commit/75da0e20d5501d3db30c37dc62fc5c6c8b2036cb))

* Use awesomeversion instead of packaging.version (280) ([`1cc9621`](https://github.com/MartinHjelmare/aiomysensors/commit/1cc96219ec96b2286032a682d2799d457ef44347))

* Hide dependencies in release drafter (279) ([`13839f3`](https://github.com/MartinHjelmare/aiomysensors/commit/13839f35a9d0ff6830ba0c438ea7081c454e5c0b))

* Rename sleep buffer to message buffer (267) ([`3f426dc`](https://github.com/MartinHjelmare/aiomysensors/commit/3f426dc9ed13752e86c41eafe6c431886c958166))

* Improve message handler abstraction (256) ([`ea63251`](https://github.com/MartinHjelmare/aiomysensors/commit/ea63251bc80752b80ce901cb9e4d2fe4e6654829))

* Make MQTT client more robust (255) ([`d8c39ea`](https://github.com/MartinHjelmare/aiomysensors/commit/d8c39ea38abf8d2e8a9c789283ae328e9365fca8))

* Combine coverage from all Python versions (254) ([`91f22f3`](https://github.com/MartinHjelmare/aiomysensors/commit/91f22f3f212fc4ca1d08c30bc0d92ed0e679833a))

* Add persistence (253) ([`55b019f`](https://github.com/MartinHjelmare/aiomysensors/commit/55b019f37c60c08b337754ff7ffd828d042edd2e))

* Fix pytest-asyncio deprecations (252) ([`630f495`](https://github.com/MartinHjelmare/aiomysensors/commit/630f4955e1cbf9fe67f8b45d1899c2d2bea1c7e2))

* Add py.typed (230) ([`d08ffa3`](https://github.com/MartinHjelmare/aiomysensors/commit/d08ffa3bd2f2e3abb41af9fdd29e09854dc542d4))

* Fix tox envs (207) ([`a15912b`](https://github.com/MartinHjelmare/aiomysensors/commit/a15912b2483735379312d1c9c48e0ae6bff0d7bd))

* Add support for Python 3.10 (202) ([`1cfd084`](https://github.com/MartinHjelmare/aiomysensors/commit/1cfd084f06b780896cbf0a8cb44a80060222dafa))

* Use flake8-docstrings (144) ([`d1503d1`](https://github.com/MartinHjelmare/aiomysensors/commit/d1503d1fef483ea826704deee053bc0429fcf295))

* Add MQTT transport (135) ([`bcb9177`](https://github.com/MartinHjelmare/aiomysensors/commit/bcb917776ea49d5a917fa1c0ca9dc623a02eaef3))

* Add TCP transport (134) ([`ead5530`](https://github.com/MartinHjelmare/aiomysensors/commit/ead55309937e99ac9fb0872ed89f2024c1b1006f))

* Improve message feedback (133) ([`737a835`](https://github.com/MartinHjelmare/aiomysensors/commit/737a83599e79ff19c16072fb1358c7ed1488f71a))

* Fix protocol update on new protocol version (132) ([`fbb19f5`](https://github.com/MartinHjelmare/aiomysensors/commit/fbb19f5685d9039823d935275d87e0830ea712a6))

* Rework CLI (131) ([`fb9e9a9`](https://github.com/MartinHjelmare/aiomysensors/commit/fb9e9a91c3b8c0aed5d7c6410c804c92e19526a4))

* Remove codecov token (108) ([`9ebd3a9`](https://github.com/MartinHjelmare/aiomysensors/commit/9ebd3a9d0188864fd6e6c0609a3f3a760f0db736))

* Move async context manager to gateway (81) ([`9148d5e`](https://github.com/MartinHjelmare/aiomysensors/commit/9148d5e42e78c45ea6143927dae1f6ad1cd8d158))

* Add protocol 2.2 (80) ([`50725aa`](https://github.com/MartinHjelmare/aiomysensors/commit/50725aa0f7374c4b037d7dd93c2e0acec9cdd77f))

* Add protocol 2.1 (79) ([`2fb89ad`](https://github.com/MartinHjelmare/aiomysensors/commit/2fb89ad82c12b170af447c185008bb39db44f491))

* Document protocol 2.0 support (78) ([`ee28f10`](https://github.com/MartinHjelmare/aiomysensors/commit/ee28f1038d85a714f4d85429cacdbeb9b0d4b1d4))

* Fix dependabot github-actions (75) ([`7ff599d`](https://github.com/MartinHjelmare/aiomysensors/commit/7ff599da2fa082b0ac334a214325c07a4821eac1))

* Fix repr formatting (66) ([`098d958`](https://github.com/MartinHjelmare/aiomysensors/commit/098d9583f161c36999039836106cfa3bffe7e9e9))

* Update actions/checkout requirement to v2.3.4 (51)

Updates the requirements on [actions/checkout](https://github.com/actions/checkout) to permit the latest version.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/commits/5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f)

Signed-off-by: dependabot[bot] <supportgithub.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`1c59e18`](https://github.com/MartinHjelmare/aiomysensors/commit/1c59e18316db12f3d98d34bf3c074cc1ab80b594))

* Update actions/setup-python requirement to v2.2.1 (49)

Updates the requirements on [actions/setup-python](https://github.com/actions/setup-python) to permit the latest version.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/commits/3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df)

Signed-off-by: dependabot[bot] <supportgithub.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`eea0a51`](https://github.com/MartinHjelmare/aiomysensors/commit/eea0a513f2d71a56d9f4b783e8709a4f0218c3f9))

* Remove surplus release drafter workflow (58) ([`71d0563`](https://github.com/MartinHjelmare/aiomysensors/commit/71d05636d3c09c9231d139b7491507061e2e8757))

* Fix release build (57) ([`c0e94ad`](https://github.com/MartinHjelmare/aiomysensors/commit/c0e94ad9201ca68695f84e29aab27fd9fcbe344e))

* Add release procedure (48) ([`857677e`](https://github.com/MartinHjelmare/aiomysensors/commit/857677e09bdea6d5012134ccae5599909539688b))

0.1.0

Unknown

* Make message schema attribute private (47) ([`fb0d6d6`](https://github.com/MartinHjelmare/aiomysensors/commit/fb0d6d6814e9cbf6874b63ee2bf68f6e5b717bf4))

* Handle heartbeat request message (46) ([`622eca0`](https://github.com/MartinHjelmare/aiomysensors/commit/622eca011acc873966d84222594b902e78f67280))

* Set protocol version on gateway presentation (45) ([`479ce07`](https://github.com/MartinHjelmare/aiomysensors/commit/479ce07554e99020d49be79703cfffea7bab583c))

* Use missing node child handler (44) ([`e809ee2`](https://github.com/MartinHjelmare/aiomysensors/commit/e809ee2a375b7c5736dd9a5104cb601727e49297))

* Handle discover response message (43) ([`7731a3d`](https://github.com/MartinHjelmare/aiomysensors/commit/7731a3dc5a42d96580c13a7a3abaa8033fd17d92))

* Add protocol 2.0 base (42) ([`66547ad`](https://github.com/MartinHjelmare/aiomysensors/commit/66547ad822e065fe16dc23d4177d3a8db2536246))

* Add support for mysensors version 1.5 (41)

* Add support for mysensors version 1.5

* Delint ([`33c848c`](https://github.com/MartinHjelmare/aiomysensors/commit/33c848c61a8325b932f139c5a463f82ba23a0512))

* Document version 1.4 support (40) ([`99dc835`](https://github.com/MartinHjelmare/aiomysensors/commit/99dc8355385a7e3475087cf3ea9c9b906d55c635))

* Handle internal sketch version message (39) ([`f255769`](https://github.com/MartinHjelmare/aiomysensors/commit/f25576978854e919222cd7411b7c00d049212cb0))

* Handle internal sketch name message (38) ([`db98b56`](https://github.com/MartinHjelmare/aiomysensors/commit/db98b562b1d7d560450b30182a5822b9e31b9573))

* Handle internal battery level message (37) ([`4e009eb`](https://github.com/MartinHjelmare/aiomysensors/commit/4e009eb5ab233a16d9004521ecb5462fc74781e4))

* Handle internal time message (36) ([`5674d0b`](https://github.com/MartinHjelmare/aiomysensors/commit/5674d0bf1d6d3127f9e5e0198f8c66763668dd8e))

* Handle internal config message (35) ([`3b222f4`](https://github.com/MartinHjelmare/aiomysensors/commit/3b222f49bb71cd6702941d365675e9142ed7c098))

* Add serial transport and CLI (34) ([`da0d6cf`](https://github.com/MartinHjelmare/aiomysensors/commit/da0d6cfeaa44cc7de110a9874e0fc347b0757cc4))

* Handle internal id request message (33) ([`db08a52`](https://github.com/MartinHjelmare/aiomysensors/commit/db08a524b0b6dd517742df8146d0295e257e3bbe))

* Handle stream messages (32) ([`34c56d9`](https://github.com/MartinHjelmare/aiomysensors/commit/34c56d921069afaa1dc9d88485af68bd72384f96))

* Set dependabot PR limit to 10 (24) ([`f0d37cd`](https://github.com/MartinHjelmare/aiomysensors/commit/f0d37cd2df66c98167891ce49c1ed704cd434f50))

* Handle req messages (23) ([`6534b11`](https://github.com/MartinHjelmare/aiomysensors/commit/6534b1109f63321f18efe3834fe82be7bf4218ac))

* Handle set commands (22) ([`5c6989d`](https://github.com/MartinHjelmare/aiomysensors/commit/5c6989d0220f3214d45ab397a6958ce1fcf51462))

* Add message schema context (21) ([`87bc4cc`](https://github.com/MartinHjelmare/aiomysensors/commit/87bc4cc84f0dc424ca409aaac1766b2d040c214b))

* Move protocol constants (20) ([`bdc830c`](https://github.com/MartinHjelmare/aiomysensors/commit/bdc830c35f3f57a467c4dffe82eed6c865abd2fc))

* Add support for Python 3.9 (19) ([`a79c540`](https://github.com/MartinHjelmare/aiomysensors/commit/a79c5403a259f64aef0bc9e9e5c40734ac6188cd))

* Fix codecov (18) ([`fb58de3`](https://github.com/MartinHjelmare/aiomysensors/commit/fb58de307e2e8916cb28c6b85820b5f67a6e5927))

* Add codecov support (17) ([`ab87732`](https://github.com/MartinHjelmare/aiomysensors/commit/ab877329eeb6fa9838eb5c71e48a60555f58406f))

* Add dependabot (10) ([`e281945`](https://github.com/MartinHjelmare/aiomysensors/commit/e28194571a12db1110933786ea760c1b6ff0cae8))

* Remove support for Python 3.7 (9) ([`7abe363`](https://github.com/MartinHjelmare/aiomysensors/commit/7abe36378a7e081db830b44b000722d8a000b35d))

* Add gateway and transport base (8) ([`03931a1`](https://github.com/MartinHjelmare/aiomysensors/commit/03931a1af55be97313e64df9de18f63c5442dd77))

* Add child id validation (7) ([`efb937b`](https://github.com/MartinHjelmare/aiomysensors/commit/efb937bd4efe33bde0dd75d128ef66a8725adb5e))

* Add protocol base (6) ([`6175b0a`](https://github.com/MartinHjelmare/aiomysensors/commit/6175b0ac006b8ec4df9f6b09ad35205195f4ad00))

* Add node set child value method (5) ([`15fe418`](https://github.com/MartinHjelmare/aiomysensors/commit/15fe418652f4c7153e4c12a9301c6af033aa8f4d))

* Add node methods add and remove child (4) ([`188637c`](https://github.com/MartinHjelmare/aiomysensors/commit/188637c619a8b8dd659026488fb331ec0e5ab2af))

* Add node and child model (3) ([`a504b43`](https://github.com/MartinHjelmare/aiomysensors/commit/a504b43c3bdfc35b579b087761bddd02fb29a207))

* Add message model (2) ([`912ac10`](https://github.com/MartinHjelmare/aiomysensors/commit/912ac100724ac4ac465ee4af6b3ea40056bd1ea4))

* Add mypy (1) ([`63bea18`](https://github.com/MartinHjelmare/aiomysensors/commit/63bea1810adfcca0182f71991afd4306bdc1958f))

* Add package base ([`d21d2ea`](https://github.com/MartinHjelmare/aiomysensors/commit/d21d2eaed0728f007e73124604a21c7ad207de44))

Page 4 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.