Features
Fixes
- Require 'date' to avoid retry exception (#1206, @rustygeldmacher)
- Fix rdebug recursion issue (#1205, @native-api)
- Update call to
em_http_ssl_patch
(#1202, @kylekeesling) EmHttp
adapter: drop superfluous loaded? check (#1213, @olleolleolle)- Avoid 1 use of keyword hackery (#1211, @grosser)
- Fix #1219
Net::HTTP
still uses env proxy (#1221, @iMacTia)
Documentation
- Add comment in gemspec to explain exposure of
examples
andspec
folders. (#1192, @iMacTia) - Adapters, how to create them (#1193, @olleolleolle)
- Update documentation on using the logger (#1196, @tijmenb)
- Adjust the retry documentation and spec to align with implementation (#1198, @nbeyer)