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: meraki/dashboard-api-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.3.0
Choose a base ref
...
head repository: meraki/dashboard-api-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.3.1
Choose a head ref
  • 13 commits
  • 31 files changed
  • 6 contributors

Commits on Jul 9, 2026

  1. fix(deps): bump idna 3.10 -> 3.18 (GHSA-65pc-fj4g-8rjx)

    Patches idna.encode() bypass of the CVE-2024-3651 fix (Dependabot alert #85).
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    TKIPisalegacycipher and claude committed Jul 9, 2026
    Configuration menu
    Copy the full SHA
    3cb9ce0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0430fc4 View commit details
    Browse the repository at this point in the history
  3. docs: overhaul README/generator readme; fix stale aiohttp comments

    Rework README into a value-forward feature list, add Releases (GA vs
    beta) and Smart flow sections, a nav row, and a docs index. Collapse the
    duplicated AsyncIO usage steps into one runnable example. Fix
    anachronisms (Python 2/easy_install, master->main URLs, broken link) and
    switch endpoint->operation per Cisco naming. Trim the generator readme
    and point it at published betas.
    
    Replace two stale aiohttp references in async_.py with httpx (comment +
    docstring); no behavior change.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    TKIPisalegacycipher and claude committed Jul 9, 2026
    Configuration menu
    Copy the full SHA
    963d77d View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump hypothesis in the all-deps group (#448)

    Bumps the all-deps group with 1 update: [hypothesis](https://github.com/HypothesisWorks/hypothesis).
    
    
    Updates `hypothesis` from 6.156.3 to 6.156.4
    - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
    - [Commits](HypothesisWorks/hypothesis@v6.156.3...v6.156.4)
    
    ---
    updated-dependencies:
    - dependency-name: hypothesis
      dependency-version: 6.156.4
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all-deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 9, 2026
    Configuration menu
    Copy the full SHA
    49b2c0a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2026

  1. chore(deps-dev): bump the all-deps group with 2 updates (#450)

    Bumps the all-deps group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [hypothesis](https://github.com/HypothesisWorks/hypothesis).
    
    
    Updates `ruff` from 0.15.20 to 0.15.21
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.15.20...0.15.21)
    
    Updates `hypothesis` from 6.156.4 to 6.156.5
    - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
    - [Commits](HypothesisWorks/hypothesis@v6.156.4...v6.156.5)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-version: 0.15.21
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all-deps
    - dependency-name: hypothesis
      dependency-version: 6.156.5
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all-deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 10, 2026
    Configuration menu
    Copy the full SHA
    aa1debf View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2026

  1. chore(deps-dev): bump hypothesis in the all-deps group (#451)

    Bumps the all-deps group with 1 update: [hypothesis](https://github.com/HypothesisWorks/hypothesis).
    
    
    Updates `hypothesis` from 6.156.5 to 6.156.6
    - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
    - [Commits](HypothesisWorks/hypothesis@v6.156.5...v6.156.6)
    
    ---
    updated-dependencies:
    - dependency-name: hypothesis
      dependency-version: 6.156.6
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all-deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 13, 2026
    Configuration menu
    Copy the full SHA
    4330a7d View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2026

  1. feat: add custom headers and Smart Flow specs

    Restore the early-access enablement helper and include the current local Claude configuration.
    TKIPisalegacycipher committed Jul 15, 2026
    Configuration menu
    Copy the full SHA
    916067d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66d910e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2026

  1. Configuration menu
    Copy the full SHA
    008182d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36dee44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    393d24c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8ef730 View commit details
    Browse the repository at this point in the history
  5. Auto-generated library v4.3.1 for API v1.72.0. (#453)

    Co-authored-by: GitHub Action <support@meraki.com>
    meraki-release-bot[bot] and GitHub Action authored Jul 16, 2026
    Configuration menu
    Copy the full SHA
    c5e376b View commit details
    Browse the repository at this point in the history
Loading