Release notes
2025-01
2025-01
Breaking changes
- New unified error responses that comply with the GraphQL standard
- More spec-compliant GraphQL query validation
Non-breaking changes
- New create and delete team mutations
- New
app_subscriptions
object - New
updates
fields
2024-10
2024-10
Hotfixes
- October 22nd, 2024: The
item_id
argument on thepin_to_top
andunpin_from_top
mutations has changed from typeInt
toID
and is no longer required. Read more here. - November 6th, 2024: We made version
2024-10
backward compatible to resolve parsing errors. Read more here.
Non-breaking changes
- New
marketplace_app_discounts
object - New
grant_marketplace_app_discounts
anddelete_marketplace_app_discounts
mutations - New
errors
object in API errors - New descriptive field limit exceeded error
- New descriptive JSON parse error
- New Emails & Activities timeline items object
- New Emails & Activities custom activity object
- New
updates
object queries and mutations - New
team_owners
andteam_subscribers
fields onboards
queries
2024-07
2024-07
Hotfixes
- April 1st, 2024: You can now filter the date column with multiple exact dates. Check out the full announcement here.
- May 1st, 2024: Changes to the
ComplexityException
error structure and error code were reverted. Read more here. - May 9th, 2024: The addition of the
data
object to error codes has been rolled back until version2025-01
. Read more here. - May 14th, 2024: Changes to the
ComplexityException
error message were reverted. Read more here. - June 19th, 2024: New descriptive JSON parse error added to all API versions. Read more here.
- June 20th, 2024: You can now use the
add_teams_to_board
mutation to subscribe everyone in an account to a board. Check out the full announcement here.
Non-breaking changes
- New
active_members_count
field onaccount
queries - New
apps_monetization_info
object
2024-04
2024-04
Hotfixes
- March 26th, 2024: Mutations with the
column_values
argument now accept both string and integer IDs. Check out the full announcement here. - April 1st, 2024: You can now filter the date column with multiple exact dates. Check out the full announcement here.
- May 1st, 2024: Changes to the
ComplexityException
error structure, error code, and error message were reverted. Read more here. - May 14th, 2024: Changes to the
ComplexityException
error message were reverted. Read more here. - June 19th, 2024: New descriptive JSON parse error added to all API versions. Read more here.
- June 20th, 2024: You can now use the
add_teams_to_board
mutation to subscribe everyone in an account to a board. Check out the full announcement here.
Breaking changes
- New
kind
field accepted enum values onversion
andversions
queries - Updated field types on
app_installs
queries
Non-breaking changes
- New
voters
field onVoteValue
- New
url
field onboards
anditems
queries - New
group_color
argument forcreate_group
mutation - New
display_value
field onversion
andversions
queries - New
account_id
argument andpermissions
field onapp_installs
queries - New
position_relative_method
andrelative_to
arguments oncreate_item
mutation - New
is_default_workspace
field onworkspaces
queries - New date column filtering with multiple exact dates
- Create a doc column using the
create_column
mutation - New
app_subscription_operations
queries and mutations
2024-01
2024-01
Hotfixes
- March 26th, 2024: Mutations with the
column_values
argument now accept both string and integer IDs. Check out the full announcement here. - May 1st, 2024: Changes to the
ComplexityException
error structure, error code, and error message were reverted. Read more here. - May 14th, 2024: Changes to the
ComplexityException
error message were reverted. Read more here. - June 19th, 2024: New descriptive JSON parse error added to all API versions. Read more here.
- June 20th, 2024: You can now use the
add_teams_to_board
mutation to subscribe everyone in an account to a board. Check out the full announcement here.
Breaking changes
- Typo fix in the
UserUnauthorizedException
error code - New
DeleteLastGroupException
error
Non-breaking changes
- New
app_installs
object to retrieve app installation data - New
pricing_version
field on app subscription queries - New
team_owners_subscribers
field on workspaces queries - New
delete_teams_from_board
mutation - New
kind
argument onadd_teams_to_board
- New
add_users_to_team
andremove_users_from_team
mutations - New
update_workspace
mutation
2023-10
2023-10
Feel free to complete our feedback form with any comments or concerns about API version 2023-10
.
Hotfixes
- December 3rd, 2023: We aligned the empty value results for the
text
field when querying throughcolumn_values
V2 to the behavior seen in version2023-07
. Check out the full announcement here. - March 26th, 2024: Mutations with the
column_values
argument now accept both string and integer IDs. Check out the full announcement here. - June 19th, 2024: New descriptive JSON parse error added to all API versions. Read more here.
- June 20th, 2024: You can now use the
add_teams_to_board
mutation to subscribe everyone in an account to a board. Check out the full announcement here.
Breaking changes
-
Removed the deprecated
items
field onboards
queries, replaced it withitems_page
-
Removed the deprecated
items
field ongroups
queries, replaced it withitems_page
-
New column values fields and typed column values
-
Removed the deprecated
items_by_column_values
anditems_by_multiple_column_values
objects, replaced them withitems_page_by_column_values
-
The
column_type
field on thecreate_column
mutation is now a required field -
Empty parentheses are no longer supported
-
Quotation marks for strings are now required
-
Removed the deprecated
pos
fields on boards and columns queries -
Column type strings have changed. The
type
field oncolumns
queries has changed fromString!
toColumnType!
-
Deprecated the
newest_first
argument onboards
queries -
Many of the ID arguments and fields have changed from
Int
toID
type -
Text
field returns empty results for mirror, dependency, and connect boards columns when querying throughcolumn_values
or the specificMirrorValue
,DependencyValue
andBoardRelationValue
types. Use thedisplay_value
field instead.
Non-breaking changes
-
New
next_items_page
object for cursor-based pagination -
New
move_item_to_board
mutation -
New
linked_items
field onitems
queries -
New
edit_update
anddelete_update
webhooks -
The
value
argument in thechange_simple_column_value
mutation is now nullable -
The complexity of the
text
field for mirror, link, and dependency columns increased -
New
ids
argument onupdates
queries
Updated 4 days ago