Skip to content

Releases: meraki/dashboard-api-python

1.40.1

12 Dec 20:50
d0790fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.40.0...1.40.1

1.40.0

11 Dec 17:14
e1007d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.39.1...1.40.0

1.39.1

08 Dec 09:16
37cd136
Compare
Choose a tag to compare

Fixes #231 and incorporates latest API changes.

What's Changed

Full Changelog: 1.39.0...1.39.1

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.