Releases: mondaycom/monday-code-python-sdk
Releases · mondaycom/monday-code-python-sdk
2.0.0
Release Notes - Version 2.0.0
Major Release: Full Async/Await Migration
- All API methods are now async and require
await - Must use
async withfor ApiClient - Not backwards compatible with v1.x
🚄 Performance Improvements
- 3-5x faster queue operations
- Migrated from urllib3 to aiohttp
- Concurrent API calls support
Full Changelog: 1.0.0...2.0.0
1.0.0
Release Notes - Version 1.0.0
We're excited to announce the stable 1.0.0 release of the Monday Code Python SDK!
This marks our first stable version as we prepare for upcoming version 2.0 development.
Full Changelog: 0.2.4...1.0.0
0.2.4
What's Changed
- New storage search feature by @royWeisselberg in #10
- add ttl to storage v2 by @maorb-dev in #11
New Contributors
- @royWeisselberg made their first contribution in #10
- @maorb-dev made their first contribution in #11
Full Changelog: 0.2.2...0.2.4
0.2.2
What's Changed
- Add option for payload in the logger by @oricho123 in #9
Full Changelog: 0.2.1...0.2.2
0.2.1
What's Changed
- Update openapi generation to avoid urlib3 vulnerable version by @oricho123 in #7
- Bump version by @oricho123 in #8
Full Changelog: 0.1.0...0.2.1
Add JsonDataContract to support API changes
What's Changed
- Regenerate code using latest version of openapi generator by @oricho123 in #3
- Add generic JsonDataContract by @oricho123 in #4
Full Changelog: 0.0.6...0.1.0
0.0.6
What's Changed
- Add logs and env variables API support by @oricho123 in #2
Full Changelog: 0.0.5...0.0.6
0.0.5 - Small StorageApi modifications
What's Changed
- Convert some StorageApi params to optional by @oricho123 in #1
New Contributors
- @oricho123 made their first contribution in #1
Full Changelog: 0.0.4...0.0.5
0.0.4 - Small PyPi readme modifications
Prettify docs
0.0.3 - Authors update
Fix MANIFEST.in