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

Commits on Jan 29, 2026

  1. Test transaction lock (#4)

    - Transaction lock test
    - Feather database 1.0.0-beta.2 update
    - Readme updates
    tib authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    4d817ff View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2026

  1. Align codebase with feather database API 1.0.0-beta.3 release (#5)

    ⚠️ Breaking changes:
    - With-style API for transaction & connection
    - Using RowSequence in a handler instead of a return value
    - Query result renamed to RowSequence
    - Remove execute API from database client
    - Improve transaction error interface
    - Sendable fixes
    
    ---------
    
    Co-authored-by: GErP83 <[email protected]>
    tib and GErP83 authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    2c13bc8 View commit details
    Browse the repository at this point in the history
Loading