Skip to content
Snippets Groups Projects
  1. Nov 23, 2023
  2. Nov 16, 2023
  3. Nov 15, 2023
  4. Nov 14, 2023
    • puddly's avatar
      Allow wildcard listener subscriptions (#1284) · e9857df2
      puddly authored
      * Implement a singleton type
      
      * Remove implicit coroutine queuing from listeners
      
      * Remove `device` attribute from listeners
      
      * Allow listeners to subscribe to any device
      e9857df2
  5. Nov 13, 2023
  6. Oct 25, 2023
    • puddly's avatar
      Deprecate `handle_message` and migrate to `packet_received` (#1271) · 4570a0a4
      puddly authored
      * Deprecate `handle_message` and migrate to `packet_received`
      
      * Propagate internal parsing errors
      
      * Allow `error` to propagate to the request future matcher
      
      * Parse the ZCL/ZDO header first
      
      * Add a compatibility shim for `handle_message`
      
      * Fix existing unit tests
      
      * Overwrite the packet header when deserializing ZCL
      
      * Add back `Device.deserialize` for XBee compatibility
      
      * Add some unit tests
      4570a0a4
  7. Oct 23, 2023
  8. Oct 15, 2023
  9. Oct 14, 2023
  10. Oct 13, 2023
  11. Oct 09, 2023
  12. Sep 27, 2023
  13. Sep 26, 2023
  14. Sep 23, 2023
  15. Sep 22, 2023
  16. Sep 11, 2023
  17. Sep 03, 2023
  18. Sep 01, 2023
  19. Aug 30, 2023
  20. Aug 22, 2023
  21. Aug 16, 2023
  22. Aug 02, 2023
  23. Jul 31, 2023
  24. Jul 26, 2023
    • puddly's avatar
      Disable release drafter (#1237) · 87041de4
      puddly authored
      87041de4
    • puddly's avatar
      Bypass `enum`'s functional creation API in 3.11+ (#1236) · 81e1de6d
      puddly authored
      * Bypass `enum`'s functional creation API in 3.11+
      
      * Drop `pysqlite3-binary` as a testing dependency on 3.12+
      
      * Make sure version is capped in both testing dependency sources
      
      * Test fixed workflow PR
      
      * Remove `runs-on` for Act
      
      * Trigger a rebuild
      
      * Restore `PRE_COMMIT_CACHE_PATH`
      
      * Revert back to `main` branch for CI
      81e1de6d
Loading