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: 1.38.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: 1.40.1
Choose a head ref
  • 18 commits
  • 30 files changed
  • 2 contributors

Commits on Oct 10, 2023

  1. Added support for Python 3.12 and removed support for insecure versio…

    …ns of Python
    
    * Added Python 3.12 to test suite
    * Removed support for Python 3.7. Per Python maintainers, 3.7 is EOL and no longer receiving security updates
    * Excluded additional files that need not trigger tests.
    * Optimized error checking and introduced common.py enabling method extractions for common code.
    * Minor import optimizations
    * Minor linting fixes
    * Fixed missing NETWORK_DELETE_RETRY_WAIT_TIME argument in meraki/__init__.py
    * Minor syntactical improvements for README.md
    TKIPisalegacycipher committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    55edc0d View commit details
    Browse the repository at this point in the history
  2. Removed Python 3.12 from test suite

    The AIO library uses aiohttp which does not have a production-ready wheel for Python 3.12 yet. We should reconsider 3.12 support once a production-ready wheel exists for aiohttp in Python 3.12.
    
    Updated requirements to take advantage of security fixes in dependent libraries.
    TKIPisalegacycipher committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ca48541 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Generator improvements

    * Minor improvements for library and snippets generators
    TKIPisalegacycipher committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    4fe03a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dd5f57 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Bugfix for AIO library

    Fix for #229. Thank you @ollipa for reporting this.
    TKIPisalegacycipher committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    9d724f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Update README.md

    Updating async readme for #226.
    TKIPisalegacycipher committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ae54481 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Black linting updates

    Linting update (Black)
    TKIPisalegacycipher committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7e587ea View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Automatically regenerated library. (#230)

    Co-authored-by: GitHub Action <support@meraki.com>
    TKIPisalegacycipher and GitHub Action authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8a350b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Create local_subnet_dumper.py

    New example script for IPAM.
    TKIPisalegacycipher committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    5e98ce0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad5adb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41fbd11 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Fix packaging requirement

    Minimum Python version bumped from 3.7 to 3.8 in setup.py, so subsequent versions of the generated package properly reflect the requirement.
    TKIPisalegacycipher committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    559e4d3 View commit details
    Browse the repository at this point in the history
  2. Automatically regenerated library. (#232)

    Co-authored-by: GitHub Action <support@meraki.com>
    
    Fixes #231
    TKIPisalegacycipher authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    37cd136 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Automatically regenerated library. (#233)

    Co-authored-by: GitHub Action <support@meraki.com>
    TKIPisalegacycipher and GitHub Action authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e1007d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    c5325b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dce6c58 View commit details
    Browse the repository at this point in the history
  3. Added pipfile

    Unblocks dependabot updates.
    TKIPisalegacycipher committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    6da3dc3 View commit details
    Browse the repository at this point in the history
  4. Automatically regenerated library. (#234)

    Co-authored-by: GitHub Action <support@meraki.com>
    TKIPisalegacycipher and GitHub Action authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    d0790fa View commit details
    Browse the repository at this point in the history
Loading