Release notes

Actively supported versions

This document highlights actively supported API versions in reverse chronological order, so you can quickly see the latest features, fixes, and changes.

Versions earlier than 2024-10 are deprecated and no longer supported, but we’ve kept them in a Deprecated versions section at the bottom for migration and troubleshooting reference.

2025-10

Non-breaking changes


2025-07

Hotfixes

  • April 28th, 2025: For column value exception errors, the column_type property no longer returns "Column" appended to the column type. Read more here.
  • May 19th, 2025: All API responses now contain a unique request ID. Read more here.

Breaking changes

Non-breaking changes


2025-04

Hotfixes

  • February 18th, 2025: The complexity budget exhausted error format has changed. Read more here.
  • February 24th, 2025: The create_webhook mutation now returns descriptive errors. Read more here.
  • February 24th, 2025: The renewal_date field is no longer required when querying app subscription details. Read more here.
  • February 27th, 2025: We've introduced changes to the subitems query to help increase performance and return consistent results. Read more here.
  • April 28th, 2025: For column value exception errors, the column_type property no longer returns "Column" appended to the column type. Read more here.
  • May 19th, 2025: All API responses now contain a unique request ID. Read more here.

Breaking changes

  • Deprecated: Sending variables as a JSON string
  • Value field now returns null on connect boards, dependency, and subtasks columns

Non-breaking changes


2025-01

Hotfixes

  • February 18th, 2025: The complexity budget exhausted error format has changed. Read more here.
  • February 24th, 2025: The create_webhook mutation now returns descriptive errors. Read more here.
  • February 24th, 2025: The renewal_date field is no longer required when querying app subscription details. Read more here.
  • February 27th, 2025: We've introduced changes to the subitems query to help increase performance and return consistent results. Read more here.
  • April 28th, 2025: For column value exception errors, the column_type property no longer returns "Column" appended to the column type. Read more here.
  • May 19th, 2025: All API responses now contain a unique request ID. Read more here.

Breaking changes

Non-breaking changes


2024-10

Hotfixes

  • October 22nd, 2024: The item_id argument on the pin_to_top and unpin_from_top mutations has changed from type Int to ID and is no longer required. Read more here.
  • November 6th, 2024: We made version 2024-10backward compatible to resolve parsing errors. Read more here.
  • November 19th, 2024: Updates should be returned in reverse chronological order instead of chronological order. Read more here.
  • February 24th, 2025: The create_webhook mutation now returns descriptive errors. Read more here.
  • February 27th, 2025: We've introduced changes to the subitems query to help increase performance and return consistent results. Read more here.
  • April 28th, 2025: For column value exception errors, the column_type property no longer returns "Column" appended to the column type. Read more here.
  • May 19th, 2025: All API responses now contain a unique request ID. Read more here.

Non-breaking changes


Deprecated versions

This section covers API versions that are deprecated and no longer supported. They are documented here for historical and migration reference only. Review our API versioning policy for upcoming deprecation timelines.

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 version 2025-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

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 on version and versions queries
  • Updated field types on app_installs queries

Non-breaking changes

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

Non-breaking changes

2023-10

Hotfixes

  • December 3rd, 2023: We aligned the empty value results for the text field when querying through column_values V2 to the behavior seen in version 2023-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 on boards queries, replaced it with items_page

  • Removed the deprecated items field on groups queries, replaced it with items_page

  • New column values fields and typed column values

  • Removed the deprecated items_by_column_values and items_by_multiple_column_values objects, replaced them with items_page_by_column_values

  • The column_type field on the create_column mutation is now required

  • 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 on columns queries has changed from String! to ColumnType!

  • Deprecated the newest_first argument on boards queries

  • Many of the ID arguments and fields have changed from Int to ID type

  • Text field returns empty results for mirror, dependency, and connect boards columns when querying through column_values or the specific MirrorValue, DependencyValue and BoardRelationValue types. Use the display_value field instead.

Non-breaking changes