Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelogs/drizzle-kit/0.31.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Bug fixes

- Fixed relations extraction to not interfere with Drizzle Studio.
1 change: 1 addition & 0 deletions changelogs/drizzle-kit/0.31.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Internal changes to Studio context. Added `databaseName` and `packageName` properties for Studio
1 change: 1 addition & 0 deletions changelogs/drizzle-kit/0.31.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixed `halfvec`, `bit` and `sparsevec` type generation bug in drizzle-kit
1 change: 1 addition & 0 deletions changelogs/drizzle-orm/0.44.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [BUG]: Fixed type issues with joins with certain variations of `tsconfig`: [#4535](https://github.com/drizzle-team/drizzle-orm/issues/4535), [#4457](https://github.com/drizzle-team/drizzle-orm/issues/4457)
7 changes: 7 additions & 0 deletions changelogs/drizzle-orm/0.44.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- Fixed types of `$client` for clients created by drizzle function

```ts
await db.$client.[...]
```

- Added the `updated_at` column to the `neon_auth.users_sync` table definition.
2 changes: 1 addition & 1 deletion drizzle-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drizzle-kit",
"version": "0.31.1",
"version": "0.31.4",
"homepage": "https://orm.drizzle.team",
"keywords": [
"drizzle",
Expand Down
Loading