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: drizzle-team/drizzle-orm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: drizzle-kit@0.31.4
Choose a base ref
...
head repository: drizzle-team/drizzle-orm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: drizzle-kit@0.31.6
Choose a head ref
  • 20 commits
  • 50 files changed
  • 10 contributors

Commits on Jul 14, 2025

  1. Add updated_at column (#4106)

    Add the `updated_at` column to `neon_auth.users_sync` and rename the file to `neon-auth`
    
    Co-authored-by: Andrii Sherman <andreysherman11@gmail.com>
    pffigueiredo and AndriiSherman authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    e44d9bb View commit details
    Browse the repository at this point in the history
  2. Fixed types of $client for clients created by drizzle function fr…

    …om credentials (#4742)
    
    * Fixed types of `` for clients created by `drizzle` function from credentials
    
    * Add release notes
    
    ---------
    
    Co-authored-by: Andrii Sherman <andreysherman11@gmail.com>
    Sukairo-02 and AndriiSherman authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    027921f View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. Fix export of DrizzleQueryError (fixes #4618) (#4778)

    * Fix export of `DrizzleQueryError` (fixes #4618)
    
    There was a module name clash of `src/errors.ts` and
    `src/errors/index.ts`. This commit moves `DrizzleQueryError` into
    `src/errors.ts` and removes the module clash to fix the issue.
    
    * Changelog
    
    ---------
    
    Co-authored-by: AndriiSherman <andreysherman11@gmail.com>
    nathankleyn and AndriiSherman authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    8b8d78e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Configuration menu
    Copy the full SHA
    4097995 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Configuration menu
    Copy the full SHA
    33f0374 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. Configuration menu
    Copy the full SHA
    74760cf View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. feat: add $replicas reference

    Close #4873
    robingenz committed Aug 22, 2025
    Configuration menu
    Copy the full SHA
    dd5de50 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. v0.44.5 (#4849)

    * Fixed invalid usage of `.one()` in `durable-sqlite`
    
    * Bump version, changelogs
    
    * Improved `blob` in `sqlite`
    
    * Removed unnecessary default encoding argument
    
    * Fixed D1 incompatibility
    
    * Changed `HST` to `-10` in broken timezone tests
    
    * Documented changes
    Sukairo-02 authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    37d059f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. Configuration menu
    Copy the full SHA
    d58d7e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. [Drizzle Kit]: Add casing support to studio configuration and related…

    … functions (#4940)
    
    * Add casing support to studio configuration and related functions
    
    * Bump version to 0.31.5 and add changelog entry for casing support in studio configuration
    RomanNabukhotnyi authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    8e8a9e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2025

  1. Configuration menu
    Copy the full SHA
    c920a3a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Bump version

    AndriiSherman committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    d1d61d9 View commit details
    Browse the repository at this point in the history
  2. feat: add $replicas reference (#4874)

    * feat: add `$replicas` reference
    
    Close #4873
    
    * Bump version
    
    ---------
    
    Co-authored-by: AndriiSherman <andreysherman11@gmail.com>
    robingenz and AndriiSherman authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    e31c65f View commit details
    Browse the repository at this point in the history
  3. dprint

    AndriiSherman committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    b529598 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f89bdd View commit details
    Browse the repository at this point in the history
  5. dprint

    AndriiSherman committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    a9136ee View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. Configuration menu
    Copy the full SHA
    9fc4a6c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. Merge pull request #4826 from divyenduz/patch-1

    Update README.md - fix 404 link for Xata
    AlexBlokh authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    6caba5b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. fix durable sqlite transaction return value (#3746)

    * fix durable sqlite transaction return value
    
    * 0.44.7 release
    
    ---------
    
    Co-authored-by: Andrii Sherman <andreysherman11@gmail.com>
    joaocstro and AndriiSherman authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    11ff664 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. [Drizzle Kit]: Extend api (#4999)

    * feat: Add external kit api to start Drizzle Studio
    
    * feat: Separate API build process and fix ESM dynamic require handling
    
    * fix: Update import paths for Relations in api.ts, pgImports.ts, and studio.ts
    
    * dprint
    
    * fix: Remove '-pooler' suffix from NEON_CONNECTION_STRING in Vercel client tests
    
    * dprint
    
    * chore: update version to 0.31.6 and add changelog for bug fixes
    RomanNabukhotnyi authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    ad4ddd4 View commit details
    Browse the repository at this point in the history
Loading