• v0.0.17 3c0b680b8e

    cory released this 2024-03-27 19:00:14 -04:00 | 356 commits to main since this release

    • Breaking: Converted messages.content to JSONB. Any SELECT of content in JS probably wants to be updated to SELECT json(content).
    • Breaking: Renamed messages.sequence_before_author to flags.
    • Fixed numerous small memory leaks.
    • Fixed multiple issues preventing clean shutdown.
    • Fixed multiple bugs affecting certain blob replication paths.
    • Fixed an issue with the message root of sent private messages.
    • Documented every C function in a header file.
    • Added a command-line argument to change the network key: -k, --ssb-network-key key.
    • First pass support running with static data built into the executable.
    • Got things actually running on Haiku.
    • Updated sqlite to 3.45.2.
    • Updated Android NDK to 26.2.11394342.
    Downloads