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.5
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.6
Choose a head ref
  • 3 commits
  • 12 files changed
  • 1 contributor

Commits on Sep 25, 2024

  1. Event listener capability enabled by default (#445)

    The `listen` sub package will no longer be behind an optional installation extra.
    sdb9696 authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5d5476f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Send client_id with oauth fetch tokens request (#446)

    The ring oath endpoint now requires the `client_id` to be sent in the initial token request. This means all prior versions of this library will no longer work without a pre-existing unexpired token.
    sdb9696 authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    941bf55 View commit details
    Browse the repository at this point in the history
  2. Prepare 0.9.6 (#448)

    ## [0.9.6](https://github.com/python-ring-doorbell/python-ring-doorbell/tree/0.9.6) (2024-09-26)
    
    [Full Changelog](0.9.5...0.9.6)
    
    **Release highlights:**
    
    - Fix for a critical issue due to the ring authorisation api changing. All previous versions of this library will no longer work.
    
    **Implemented enhancements:**
    
    - Event listener capability enabled by default [\#445](#445) (@sdb9696)
    
    **Fixed bugs:**
    
    - Send client\_id with oauth fetch tokens request [\#446](#446) (@sdb9696)
    sdb9696 authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6ef0899 View commit details
    Browse the repository at this point in the history
Loading