Skip to content

Releases: mondaycom/monday-code-python-sdk

Adding object storage 2.1.0

Choose a tag to compare

@Shaharshaki2 Shaharshaki2 released this 08 Feb 12:16
1d687ba

What's Changed

New Contributors

Full Changelog: 2.0.0...2.1.0

2.0.0

Choose a tag to compare

@Yanivridel Yanivridel released this 21 Aug 09:53
83efbd4

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

Choose a tag to compare

@Yanivridel Yanivridel released this 18 Aug 11:15
9e8582a

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

Choose a tag to compare

@maorb-dev maorb-dev released this 08 Apr 08:58
7b70d31

What's Changed

New Contributors

Full Changelog: 0.2.2...0.2.4

0.2.2

Choose a tag to compare

@oricho123 oricho123 released this 24 Nov 08:07
94a0b56

What's Changed

Full Changelog: 0.2.1...0.2.2

0.2.1

Choose a tag to compare

@oricho123 oricho123 released this 10 Oct 09:58
7c57e8d

What's Changed

Full Changelog: 0.1.0...0.2.1

Add JsonDataContract to support API changes

Choose a tag to compare

@oricho123 oricho123 released this 07 Jul 09:35
0a1f542

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

Choose a tag to compare

@oricho123 oricho123 released this 30 May 07:50
b54ab16

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

Choose a tag to compare

@oricho123 oricho123 released this 28 Apr 06:07
be99d28

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

Choose a tag to compare

@shaikatzz shaikatzz released this 16 Apr 08:57
Prettify docs