Skip to content

Releases: meraki/dashboard-api-python

1.34.0

23 Jun 23:13
60183bd
Compare
Choose a tag to compare
Fix for #214 JSON parse failure on 204 No Content response (#216)

* Update rest_session.py

Add Python version check. 3.7 minimum required.

* Fix for #214 JSON parse failure on 204 No Content response

Fixes #214
There are very few GETs in Meraki dashboard API that produce 204 No Content, for which the Python equivalent is None, but for those that do, this change bypasses the attempt to JSON parse if the content is None, which produced an error.

1.33.0

04 May 18:12
Compare
Choose a tag to compare

Full Changelog: 1.32.1...1.33.0

1.32.1

07 Apr 23:05
Compare
Choose a tag to compare

Adds support for new licensing endpoints.

Full Changelog: 1.32.0...1.32.1

1.32.0

06 Apr 22:34
Compare
Choose a tag to compare

Change history

We have started to use the GitHub release feature in conjunction with GitHub actions to automatically regenerate the library. Since this is the first 'release' in GitHub parlance, the following is an auto-generated history of virtually every commit since the repo's inception, included here because we have not used the GitHub release feature previously. The below list includes changes that are very, very old, and subsequent releases will not include this noise.

To learn more about what's actually new in version 1.32.0, please consult the API release notes.

New Contributors

Full Changelog: https://github.com/meraki/dashboard-api-python/commits/1.32.0