Skip to content

Releases: insurify/github-asana-action

v2.0.7

18 Feb 08:55
0cd665c

Choose a tag to compare

This release fixes the regex pattern to support Asana's new URL format.

Changes

  • Fixed regex to support new Asana URL format (/1/WORKSPACE_ID/task/TASK_ID) without project segment
  • Simplified task ID extraction logic for better maintainability
  • Maintains backward compatibility with all existing URL formats

Supported URL Formats

  • New: https://app.asana.com/1/WORKSPACE/task/TASK_ID
  • Legacy: https://app.asana.com/1/WORKSPACE/project/PROJECT/task/TASK_ID
  • Short: https://app.asana.com/0/0/TASK_ID
  • Short with project: https://app.asana.com/0/PROJECT/TASK_ID

Impact

  • Resolves issue where the Asana bot was not detecting tasks with the new URL format
  • No changes required for downstream workflows

What's Changed

New Contributors

Full Changelog: v2.0.6...v2.0.7

v1.0.12

18 Feb 08:40
fc7768c

Choose a tag to compare

This release fixes the regex pattern to support Asana's new URL format.

Changes

  • Fixed regex to support new Asana URL format (/1/WORKSPACE_ID/task/TASK_ID) without project segment
  • Simplified task ID extraction logic for better maintainability
  • Maintains backward compatibility with all existing URL formats

Supported URL Formats

  • New: https://app.asana.com/1/WORKSPACE/task/TASK_ID
  • Legacy: https://app.asana.com/1/WORKSPACE/project/PROJECT/task/TASK_ID
  • Short: https://app.asana.com/0/0/TASK_ID
  • Short with project: https://app.asana.com/0/PROJECT/TASK_ID

Impact

  • Resolves issue where the Asana bot was not detecting tasks with the new URL format
  • No changes required for downstream workflows

What's Changed

New Contributors

Full Changelog: v1.0.11...v1.0.12

v2.0.6

12 Nov 04:39
08479b8

Choose a tag to compare

This release updates the GitHub Action to perform Asana operations asynchronously.
The change ensures improved reliability by preventing silent failures during workflow execution.

Changes
• Refactored GitHub Action to handle Asana tasks asynchronously
• Added error handling and logging to capture any API or network issues
• Improved overall stability and observability of the CI process

Impact
• More resilient and transparent Asana automation
• No functional changes required for downstream workflows

v1.0.11

12 Nov 04:37
b32d356

Choose a tag to compare

This release updates the GitHub Action to perform Asana operations asynchronously.
The change ensures improved reliability by preventing silent failures during workflow execution.

Changes
• Refactored GitHub Action to handle Asana tasks asynchronously
• Added error handling and logging to capture any API or network issues
• Improved overall stability and observability of the CI process

Impact
• More resilient and transparent Asana automation
• No functional changes required for downstream workflows

v2.0.5

16 Apr 10:59
7cd61c4

Choose a tag to compare

Updated the Asana URL regex to support both legacy (v0) and new (v1) formats:

Old format: https://app.asana.com/0/{project_id}/{task_id}

New format: https://app.asana.com/1/{workspace_id}/project/{project_id}/task/{task_id}

v1.0.10

16 Apr 10:59
8bc1608

Choose a tag to compare

Updated the Asana URL regex to support both legacy (v0) and new (v1) formats:

Old format: https://app.asana.com/0/{project_id}/{task_id}

New format: https://app.asana.com/1/{workspace_id}/project/{project_id}/task/{task_id}

v2.0.4

17 Mar 11:03
52916df

Choose a tag to compare

  • Update Asana task URL regex as per new format.

v1.0.9

17 Mar 11:02
18937bf

Choose a tag to compare

  • Update Asana task URL regex as per new format.

v2.0.3

03 May 09:40
0654f47

Choose a tag to compare

Upgraded Packages:

  • semver
  • @actions/github

v1.0.8

03 May 09:42
b8bb70b

Choose a tag to compare

Upgraded Packages:

  • semver
  • @actions/github