Skip to content

semanticscholar-0.8.4

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jul 14:18

Enhancements

  • Replaced debug parameter with Python's standard logging in DEBUG level. (d5bfa38)
  • Added specific exceptions for requests responses: InternalServerErrorException (HTTP Status 500), GatewayTimeoutException (HTTP Status 504), and ServerErrorException (base class for HTTP Status 5xx). (298997f)

Deprecations

  • Deprecated debug parameter. (d5bfa38)

Full Changelog: v0.8.2...v0.8.4