Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: anyproto/any-store
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.8
Choose a base ref
...
head repository: anyproto/any-store
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 15 commits
  • 12 files changed
  • 1 contributor

Commits on Sep 25, 2025

  1. Configuration menu
    Copy the full SHA
    7128afe View commit details
    Browse the repository at this point in the history
  2. Add ForceFlush

    requilence committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    ec00a84 View commit details
    Browse the repository at this point in the history
  3. update readme

    requilence committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    4b31f44 View commit details
    Browse the repository at this point in the history
  4. optimize dirty state checks

    store the internal state to avoid unnecessary syscalls
    requilence committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    144f8f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. Configuration menu
    Copy the full SHA
    602ec41 View commit details
    Browse the repository at this point in the history
  2. fix ForceFlush bug

    if called right after released write conn
    requilence committed Sep 26, 2025
    Configuration menu
    Copy the full SHA
    6c6ccfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1db205 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3aca3ea View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. refactor recovery logic

    requilence committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    5eb2b78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea37bb5 View commit details
    Browse the repository at this point in the history
  3. update readme

    requilence committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    a7fda6c View commit details
    Browse the repository at this point in the history
  4. remove Event struct

    requilence committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    d419c65 View commit details
    Browse the repository at this point in the history
  5. rename test file

    requilence committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    a31afac View commit details
    Browse the repository at this point in the history
  6. remove alloc on write

    requilence committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    fb6ae7b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #75 from anyproto/go-6279-sync-sqlite-on-inactivity

    GO-6279 Crash Recovery for SQLite Database
    requilence authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    b419767 View commit details
    Browse the repository at this point in the history
Loading