Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Deprecation Warnings with 0.10.3 #126

Open
sriedel opened this issue May 18, 2022 · 0 comments
Open

API Deprecation Warnings with 0.10.3 #126

sriedel opened this issue May 18, 2022 · 0 comments

Comments

@sriedel
Copy link

sriedel commented May 18, 2022

Creating a task with the currently available gem version from rubygems.org (0.10.3) creates the following deprecation output on the console:

This request is affected by the "new_project_templates" deprecation. Please visit this url for more info: https://forum.asana.com/t/a-new-api-for-project-templates/156432
Adding "new_project_templates" to your "Asana-Enable" or "Asana-Disable" header will opt in/out to this deprecation and suppress this warning.
This request is affected by the "new_user_task_lists" deprecation. Please visit this url for more info: https://forum.asana.com/t/update-on-our-planned-api-changes-to-user-task-lists-a-k-a-my-tasks/103828
Adding "new_user_task_lists" to your "Asana-Enable" or "Asana-Disable" header will opt in/out to this deprecation and suppress this warning.

The new_project_templates deprecation requires new api endpoints to be addressed, so does not seem to be anything users of the gem can do by themselves.

The new_user_task_list deprecation simply returns a field less in GET responses, if I read the linked forum entry correctly, so shouldn't be a big issue, however it would be nice to have the deprecation notice suppressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant