Releases: meraki/dashboard-api-python
Releases · meraki/dashboard-api-python
1.40.1
What's Changed
- Automatically regenerated library. by @TKIPisalegacycipher in #234
- Resolves CVE-2023-49081
Full Changelog: 1.40.0...1.40.1
1.40.0
What's Changed
- Automatically regenerated library. by @TKIPisalegacycipher in #233
Full Changelog: 1.39.1...1.40.0
1.39.1
Fixes #231 and incorporates latest API changes.
What's Changed
- Automatically regenerated library. by @TKIPisalegacycipher in #232
Full Changelog: 1.39.0...1.39.1
1.39.0
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
What's Changed
- Automatically regenerated library. by @TKIPisalegacycipher in #228
Full Changelog: 1.37.3...1.38.0
1.37.3
What's Changed
- Automatically regenerated library. by @TKIPisalegacycipher in #227
- Fix for #223
Full Changelog: 1.37.2...1.37.3
1.37.2
1.37.1
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
What's Changed
- Fix headers for custom Org by @ez1mm in #219
- Automatically regenerated library. by @TKIPisalegacycipher in #221
New Contributors
Full Changelog: 1.34.0...1.36.0
1.34.0
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.