Skip to content

6.0.0

Compare
Choose a tag to compare
@antonkomarev antonkomarev released this 19 Nov 22:37
· 56 commits to master since this release
379cb67

Changed

  • Cog\YouTrack\Rest\Authorizer\CookieAuthorizer stopped to delegate client header manipulation to Authenticator (#32)
  • token method added to Cog\Contracts\YouTrack\Rest\Authenticator\Authenticator contract
  • Cog\Contracts\YouTrack\Rest\Client\Exceptions\ClientException extends RuntimeException instead of Exception
  • Cog\Contracts\YouTrack\Rest\Client\Exceptions\HttpClientException extends RuntimeException instead of Exception
  • Cog\Contracts\YouTrack\Rest\Authorizer\Exceptions\InvalidTokenException renamed to InvalidAuthorizationToken

Removed

  • Dropped putHeader method from Cog\Contracts\YouTrack\Rest\Client\Client contract

View the changes from 5.0.0 to 6.0.0