rqlite v6.10.0 Release Notes

Release Date: 2022-01-07 // over 2 years ago
  • ๐Ÿš€ This release enhances the authentication and authorization system, making it more convenient to use. It also fixes some minor bugs, and migrates the end-to-end test suite to Python 3.

    ๐Ÿ†• New features

    • ๐Ÿ‘ PR #940: Support specifying the user to join a cluster with, via -join-as.
    • ๐Ÿ”ง PR #940: Add support for pseudo username * to authentication configuration, providing more control over access.

    ๐Ÿ›  Implementation changes and bug fixes

    • ๐Ÿ›  PR #934: Use correct MIME media type for JSON text. Fixes issue #933.
    • โœ… PR #939: Migrate end-to-end testing to Python 3.
    • โฌ†๏ธ PR #941: Upgrade go mod dependencies.