You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Released version 1.4.1
- StreamClient, CurlClient: fixed multiple line headers receiving [Ref milo#8]
- Api: errors property is optional in error responses [Ref milo#9]
Released version 1.4.0
- Api: protected method substituteUrlParameters() replaced by expandColonParameters() [BC break]
- Api: all request methods accepts full URL (with hostname)
- Api: all request methods accepts URI Template (RFC 6570)
- CachedClient: header 'Last-Modified' has higher priority than 'ETag'
Released version 1.3.0
- CurlClient: fixed headers parsing when used with proxy
- CachedClient: added option to forbid Github rechecking (permanent cache)