Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-ring-doorbell/python-ring-doorbell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.1
Choose a base ref
...
head repository: python-ring-doorbell/python-ring-doorbell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.2
Choose a head ref
  • 2 commits
  • 13 files changed
  • 1 contributor

Commits on Aug 29, 2024

  1. Fix event listener (#416)

    The deprecated fcm api stopped the event listener working.
    This PR migrates to the new version of firebase-messaging to support the new FCM HTTP v1 api.
    sdb9696 authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    fabb2ec View commit details
    Browse the repository at this point in the history
  2. Prepare 0.9.2 (#418)

    ## [0.9.2](https://github.com/tchellomello/python-ring-doorbell/tree/0.9.2) (2024-08-29)
    
    [Full Changelog](0.9.1...0.9.2)
    
    **Release highlights:**
    
    - Fixes the broken event listener by migrating to the new `firebase-messaging` library to support FCM HTTP v1 api
    - **breaking** - the `RingEventListener` will only support async queries. Hence `start` and `stop` are now async defs
    
    **Fixed bugs:**
    
    - Fix event listener [\#416](#416) (@sdb9696)
    sdb9696 authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    da5bd8c View commit details
    Browse the repository at this point in the history
Loading