-
Notifications
You must be signed in to change notification settings - Fork 43
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
2.1.0 #108
Conversation
Just published the first release candidate, 2.1.0-rc.1. I added compiled extension files there, please test! |
@esphen Switching Request Body Type to Custom (Method - POST) gives me this error:
FWIW, I was able to use the JSON type well. Perhaps using that as a Body Type would also set the |
I also see (in Opera) the extension still having a 2.0.4 version number. Not sure if that will change when you release, or if that's an oversight. |
Thanks! I'll fix that
It should already do that. If it doesn't, that's a bug. I can reproduce this when I go to the custom type and back. I'll fix this too.
Yeah, I saw that right after I published the rc. It's an oversight I'll fix in the next release, but it shouldn't matter that much. Thanks for helping test, it is very much appreciated! |
Getting all the Response headers back looks to be working great. I'm noticing the Content-Type issue with POSTs it seems. |
2.1.0 RC 3 is out! @moderndeveloperllc Does it look better now? Could you also please test a redirect request (like https://httpbin.org/redirect/6) and an https redirect (like http://news.ycombinator.com) and see if they are visible above the response? |
@esphen The redirects are working great for me. Will the collections transfer over if I update in place? Installing them side by side the 2.1 extension doesn't have the 18 or so I've created. |
Yes, there is no reason why they shouldn't. Have a look in the URL - if the URL is different in 2.1 than in 2.x, then that is why there is no collections there. When updating, the ID will not change, but I guess there is no guarantee that it will stay the same when you install manually. |
Published and awaiting review |
Release of 2.1.0
Featues
Fixes
Content-Type
header is always visible in the request form