Skip to content

v0.9.99

Choose a tag to compare

@aosingh aosingh released this 07 Jun 07:24
2d85d3d

Release 0.9.99

  • unittests

    • Fixed test coverage report of the server process
    • Pytest fixtures for better-organized test cases
  • SQLiteServer

    • Cleanup logic is included in server.run() method.
  • SQLiteClient

    • Fixed a bug in the retry logic. Send request again before polling the REQ socket
    • Raises an exception when Server is offline
  • SQLiteRxError (Base Class)

    • SQLiteRxAuthConfigError
    • SQLiteRxZAPSetupError
    • SQLiteRxTransportError
    • SQLiteRxSerializationError
    • SQLiteRxCompressionError
    • SQLiteRxConnectionError