Skip to content

v1.0.2

Choose a tag to compare

@aosingh aosingh released this 15 Jul 05:56
c2b7878

This is a maintenance release. PFB the updates

  • Online backup functionality. This feature was suggested by @marekyggdrasil
  • Python's multiprocessing module is replaced with billiard
    • This is mainly changed to support the backup daemon thread to be started in the server process without any pickling issues.
  • Starting this release, documentation can be accessed at https://aosingh.github.io/sqlite_rx/
  • Build pipeline is moved to Github actions.
  • ContextManager support for SQLiteClient.