Increased complexity for the users query
We have increased the complexity for the base “users” query by 10x, to better align with the load this operation does on our servers.
Deprecated an unofficial API endpoint - myslug.monday.com/v2
We have begun deprecating the [myaccountslug].monday.com/v2 endpoint, which is used by a very small number of applications in our ecosystem.
Additional rate limit for items query
We have added one more limit for queries that retrieve items directly.
Board IDs are now larger than the max integer size
Today we hit a big milestone – board IDs for new boards are now larger than 2147483647. Our users are creating more boards and workflows than ever!
Added "subitems" field to item queries
You can now query items and get information about the related sub-items within the same query. You can find out more about this option in the Subitems section.
Added `complexity` field to mutations
We recently added the ability to query complexity in all mutations, in addition to queries.
New bucket complexity limits for apps
We recently made a change to our API complexity limits for apps. From now on, read and write actions will be broken into 5 million buckets each.
Added support for Dependency column mutations via API
You can now create dependency columns via the API, as well as update their column values. You can find more info on the values this column supports in our Column Types Reference here.
Deprecated `pos` field for columns
The pos
field for columns has now been deprecated. If included in any column queries, the value will be returned null
.
Change in mirror column settings, to support multi-board mirrorring
Mirror columns can now be connected to multiple columns on different boards. Therefore, the settings_str
for any mirror columns that support this functionality will have a different JSON structure.