You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the code in this PR, this should be the source of the changes, the validation of type of statusText introduces a breaking change of the interpretation of what is returned by onOperation.
The example above doesn't work anymore, maybe this code is not suitable from the beginning but with v1.22.1 it worked.
Expected Behaviour
The given response still works or else the library should have change its major version.
Actual Behaviour
The given response is not interpreted as a valid response anymore.
Further Information
A bit surprising that this change (and others) are not included in the changelog for this release.
The text was updated successfully, but these errors were encountered:
Using
v1.22.1
, returning this value from theonOperation
handler works well but now doesn't work anymore using thev1.22.2
:Looking at the code in this PR, this should be the source of the changes, the validation of type of
statusText
introduces a breaking change of the interpretation of what is returned byonOperation
.The example above doesn't work anymore, maybe this code is not suitable from the beginning but with
v1.22.1
it worked.Expected Behaviour
The given response still works or else the library should have change its major version.
Actual Behaviour
The given response is not interpreted as a valid response anymore.
Further Information
A bit surprising that this change (and others) are not included in the changelog for this release.
The text was updated successfully, but these errors were encountered: