-
Notifications
You must be signed in to change notification settings - Fork 711
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
Execute user defined middlewares after resty's internal middlewares produced backward incompatible changes #408
Comments
@buglloc I'm sorry for the delay. I agree with @moorereason, apologies for the inconvenience. I will try to revert and make a release tonight or tomorrow. We will decide later on what do to with revert change. |
@jeevatkm any news? :) |
jeevatkm
added a commit
that referenced
this issue
Feb 11, 2021
jeevatkm
added a commit
that referenced
this issue
Feb 11, 2021
jeevatkm
added a commit
that referenced
this issue
Feb 11, 2021
@buglloc @moorereason Revert has been done! |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Latest v2.4.0 release have backward incompatible changes: #355
In this regard, I want to clarify - that now we can't manipulate the final request through
*resty.Request
is expected behavior or not? And now we need to rewrite all of ourOnBeforeRequest
middlewares?Reproducer:
Before v2.4.0 (this behavior introduced in the #57 afaik) output:
v2.4.0:
The text was updated successfully, but these errors were encountered: