Skip to content

Releases: mondaycom/monday-code-python-sdk

2.0.0

21 Aug 09:53
83efbd4

Choose a tag to compare

Release Notes - Version 2.0.0

Major Release: Full Async/Await Migration

  • All API methods are now async and require await
  • Must use async with for 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

18 Aug 11:15
9e8582a

Choose a tag to compare

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

08 Apr 08:58
7b70d31

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.2...0.2.4

0.2.2

24 Nov 08:07
94a0b56

Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.2.2

0.2.1

10 Oct 09:58
7c57e8d

Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.2.1

Add JsonDataContract to support API changes

07 Jul 09:35
0a1f542

Choose a tag to compare

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

30 May 07:50
b54ab16

Choose a tag to compare

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

28 Apr 06:07
be99d28

Choose a tag to compare

What's Changed

  • Convert some StorageApi params to optional by @oricho123 in #1

New Contributors

Full Changelog: 0.0.4...0.0.5

0.0.4 - Small PyPi readme modifications

16 Apr 08:57

Choose a tag to compare

0.0.3 - Authors update

16 Apr 08:53

Choose a tag to compare

Fix MANIFEST.in