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: feather-framework/feather-database-sqlite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0-beta.8
Choose a base ref
...
head repository: feather-framework/feather-database-sqlite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.0-beta.9
Choose a head ref
  • 2 commits
  • 8 files changed
  • 1 contributor

Commits on Feb 20, 2026

  1. Fix journal mode related lock issue (#15)

    ⚠️ API breaking change.
    - remove setting default journal mode
    - remove setting default timeout
    - use `System.coreCount` for max connection number
    tib authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    cbe986a View commit details
    Browse the repository at this point in the history
  2. Fix version number in readme (#16)

    - fix readme beta version
    - `ServiceLifecycleSupport` trait is now `ServiceLifecycle`
    tib authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    23794c3 View commit details
    Browse the repository at this point in the history
Loading