gitlab.cr v0.3.3 Release Notes

Release Date: 2018-01-19 // about 6 years ago
  • ๐Ÿ”„ Changed

    • All errors based on APIError now only accepts Response class.
      • BadRequest
      • Unauthorized
      • Forbidden
      • NotFound
      • MethodNotAllowed
      • Conflict
      • Unprocessable
      • InternalServerError
      • BadGateway
      • ServiceUnavailable

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix get message or error when return error json data.
    • ๐Ÿ›  Fix throws unmatched exception with 502 and non-json body of response.
    • ๐Ÿ›  Fix throws an exception with use v4 api, changed to v5. (Read more)