Releases: insurify/github-asana-action
v2.0.7
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
- Fix regex for new Asana URL format by @Sohaib112 in #38
New Contributors
- @Sohaib112 made their first contribution in #38
Full Changelog: v2.0.6...v2.0.7
v1.0.12
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
- Fix regex for new Asana URL format by @Sohaib112 in #38
New Contributors
- @Sohaib112 made their first contribution in #38
Full Changelog: v1.0.11...v1.0.12
v2.0.6
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
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
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
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
- Update Asana task URL regex as per new format.
v1.0.9
- Update Asana task URL regex as per new format.
v2.0.3
Upgraded Packages:
- semver
- @actions/github
v1.0.8
Upgraded Packages:
- semver
- @actions/github