Skip to content

v1.3.0

Compare
Choose a tag to compare
@dancannon dancannon released this 11 Jan 21:06
· 348 commits to master since this release

Added

  • Added new error types, the following error types can now be returned (Please note that other errors can be returned): RQLClientError, RQLCompileError, RQLDriverCompileError, RQLServerCompileError, RQLAuthError, RQLRuntimeError, RQLQueryLogicError, RQLNonExistenceError, RQLResourceLimitError, RQLUserError, RQLInternalError, RQLTimeoutError, RQLAvailabilityError, RQLOpFailedError, RQLOpIndeterminateError, RQLDriverError, RQLConnectionError.
  • Added IsConnected function to Session.

Fixed

  • Fixed panic when scanning through results caused by incorrect queue implementation.