Skip to content

Releases: meraki/dashboard-api-python

1.39.0

08 Nov 00:24
8a350b2
Compare
Choose a tag to compare

What's Changed

  • Automatically regenerated library. by @TKIPisalegacycipher in #230
  • Includes all new API features introduced in dashboard API v1.39.0.

Full Changelog: 1.38.0...1.39.0

1.38.0

05 Oct 18:04
3b883ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.37.3...1.38.0

1.37.3

27 Sep 22:59
51a886b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.37.2...1.37.3

1.37.2

11 Sep 22:09
86a5658
Compare
Choose a tag to compare

Includes fix for #222 for async library. Standard library otherwise unchanged.

1.37.1

11 Sep 14:36
918341d
Compare
Choose a tag to compare

What's Changed

  • Automatically regenerated library for v1.37.1 by @TKIPisalegacycipher in #225
  • Includes 1.37.0 endpoints and those released prior to generation of the library.
  • Also includes minimal debugging code for async library re issue #223.

Full Changelog: 1.36.0...1.37.1

1.36.0

05 Aug 00:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.34.0...1.36.0

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