Skip to content

Releases: mondaycom/monday-api-python-sdk

1.3.2 Release

06 Aug 10:39
a2951ba

Choose a tag to compare

  • Mirror columns support
  • Extended API response types

1.3.2-Alpha Release

30 Jun 14:28

Choose a tag to compare

v1.3.2-alpha

support mirror columns parsing

1.3.1 Release

11 Mar 10:27
19733b3

Choose a tag to compare

  • support item creation in api response schema

1.3.0 Release

20 Jan 13:42
57cfc88

Choose a tag to compare

Added type for items_page_by_column_values in API response

1.2.3 Release

16 Jan 05:31
f285c3f

Choose a tag to compare

  1. Added pagination and a workaround for incremental fetch for updates
  2. Readme updates

1.1.3 Release

06 Jan 12:19
41108fd

Choose a tag to compare

Documentation Improvements

1.1.2 Release

06 Jan 12:13
5dd6ed7

Choose a tag to compare

Documentation Improvments

v1.1.1

05 Jan 11:29
0d2034d

Choose a tag to compare

support python version 3.7 and above

1.1.0 Release

05 Jan 08:03
e793844

Choose a tag to compare

Exposing all utils functions

1.0.1 Release

30 Dec 08:28
e482aa5

Choose a tag to compare

cleanup unnecessary error handling (#9)

* removed board not found error handling, should be handled downstream

* misc