summaryrefslogtreecommitdiff
path: root/releasenotes/notes/async-deprecate-b3d81d7968ea47e5.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Clarify deprecation of "async" parameterRuby Loo2018-04-061-2/+7
| | | | | | | | | | | | | For vendor passthru decorators, the "async" parameter is deprecated. This clarifies the messaging we emit (via logs and release notes), and adds a TODO so we don't forget to delete the "async" parameter in Stein cycle. This is a follow up to Change-Id: I6299aafd30faae9a93df2cb901c1505df47e6b45. Change-Id: I63ddf453584f4e7e8d2fa778ec50b8debcb86bf4 Task: 9289 Story: 1751306
* Do not use async parameterOleksiy Petrenko2018-03-281-0/+4
We have method passthru that is accepting parameter async, but since python 3.7 use async as reserved word, the async parameter is deprecated, async_call should be used instead. async parameter will be removed in the next cycle. Change-Id: I6299aafd30faae9a93df2cb901c1505df47e6b45 Task: 9289 Story: 1751306