-
Notifications
You must be signed in to change notification settings - Fork 116
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
Do not set the adapter on faraday prior the request #149
Conversation
Related to lostisland/faraday#685 and fixes #148
In case this is kind of counting as "cosmetic" - it is not really. Any logs are useless, since every single consul request logs this line and you basically flood your logs, your servers and this becomes completely nonsense:
This continues all day long, gather several 100mb of logs. Please fix this ASAP, i beg you, or at least downgrade faraday to the version you had before ( 0.8.x) |
…configuration must come before any adapter is set
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@EugenMayer thank you for this PR. If you could remove the .idea
dir and add it to gitignore I can accept your changes.
Thanks again!
.idea/vcs.xml
Outdated
@@ -0,0 +1,6 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@EugenMayer Could you please remove the .idea
directory from the PR and add .idea
to the .gitignore
?
@johnhamelink sorry - not clear how i did add this one in .. not intended - removed |
any ETA when this gets released? i had quiet an effort to move all my stacks to my forked development version .. pitty. |
@EugenMayer I just released it as version 2.0.0: https://rubygems.org/gems/diplomat/versions/2.0.0 |
@johnhamelink thanks - major release. Any breaking changes? Sounds like nothing i want to switch to, i rather was hoping for 1.3.1 actually - no major stuff? Could you explain a bit what 2.0.0 does include? |
@EugenMayer the 2.0.0 release includes this PR: #147 |
oh great, a long time needed fix. Great! |
No problem @EugenMayer :) Thanks for using Diplomat! |
Related to lostisland/faraday#685 and fixes #148