Changelog for sidecar

0.7.6 (unreleased)

  • Nothing changed yet.

0.7.5 (2017-03-16)

  • Nothing changed yet.

0.7.4 (2017-03-16)

  • Nothing changed yet.

0.7.3 (2017-03-16)

  • Nothing changed yet.

0.7.2 (2016-10-03)

  • Nothing changed yet.

0.7.1 (2016-09-29)

  • Nothing changed yet.

0.7.0 (2016-09-07)

  • Add optional error codes to all Sidecar exceptions
  • sidecar.decorator.retry now copies any error code and message from the expection that triggered it to the SidecarRetryExhaustedError that it raises
  • Add library usage and API reference documentation

0.6.0 (2016-03-09)

  • Upgraded to aiohttp 0.21.2
  • New http_session on call
  • aiohttp’s ClientSession will recreate if closed
  • Remove loop param in fault_tolerant()