Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 517 Bytes

CHANGELOG.md

File metadata and controls

21 lines (13 loc) · 517 Bytes

Version 2.10.1

SYNTAX COMPLETELY CHANGED

A lot of new stuff

Version 0.6.0 - Default to HTTPS

POSSIBLE BREAKING CHANGES

Requests now default to HTTPS. If you still want to use (unsecure) HTTP you have to specify it in your configs through the dedicated protocol option e.g.

github:
  protocol: http
  host: api.github.com

Version 0.5.0 - Better Exceptions

Exceptions now include attributes that can be accessed during the rescue phase in order to execute specific actions