Releases: mondaycom/monday-api-python-sdk
Releases · mondaycom/monday-api-python-sdk
1.3.2 Release
- Mirror columns support
- Extended API response types
1.3.2-Alpha Release
v1.3.2-alpha support mirror columns parsing
1.3.1 Release
- support item creation in api response schema
1.3.0 Release
Added type for items_page_by_column_values in API response
1.2.3 Release
- Added pagination and a workaround for incremental fetch for updates
- Readme updates
1.1.3 Release
Documentation Improvements
1.1.2 Release
Documentation Improvments
v1.1.1
1.1.0 Release
Exposing all utils functions
1.0.1 Release
cleanup unnecessary error handling (#9) * removed board not found error handling, should be handled downstream * misc