Skip to content

Commit bc31366

Browse files
committed
Update shipping
1 parent 00a659c commit bc31366

File tree

1 file changed

+100
-0
lines changed

1 file changed

+100
-0
lines changed

src/data/shipping.yaml

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,103 @@
1+
2025-05:
2+
- |
3+
<b>Drizzle ORM pre-release features:</b>
4+
5+
List of features that are currently in open beta and will soon go live.
6+
7+
<ul>
8+
<li>Fully updated alternation engine for drizzle-kit. This change also increased drizzle-kit tests from 600 to 3000+ so far and is growing</li>
9+
<li>MSSQL Support</li>
10+
<li>CockroachDB Support</li>
11+
</ul>
12+
- |
13+
<b>Drizzle Studio updates:</b>
14+
15+
<ul>
16+
<li>Fixed saving bug in json cell editor.</li>
17+
<li>Fixed resizing of columns in Safari browser.</li>
18+
<li>Fixed a bug where FK constraints were not displayed if CHECK constraints existed.</li>
19+
</ul>
20+
- |
21+
<b>ORM <a href='https://github.com/drizzle-team/drizzle-orm/releases/tag/0.44.0'>v0.44.0</a> release</b>
22+
23+
<ul>
24+
<li><b>Error handling</b></li>
25+
Starting from this version, we've introduced a new DrizzleQueryError that wraps all errors from database drivers and provides a set of useful information:
26+
<li>Cache layer support. Sponsored by Upstash</li>
27+
</ul>
28+
- |
29+
<b>`drizzle-zod` v0.8.1 release</b>
30+
31+
This version was released to resolve several compatibility issues with the ZodObject type, which were fixed in [email protected], so version 0.8.0 was skipped
32+
33+
<ul>
34+
<li>Support for Zod v4: Starting with this release, drizzle-zod now requires Zod v3.25.1 or later</li>
35+
<li>TS language server performance improvements</li>
36+
</ul>
37+
- |
38+
<b>Kit <a href='https://github.com/drizzle-team/drizzle-orm/releases/tag/drizzle-kit%400.31.1'>v0.31.1</a> release</b>
39+
40+
<ul>
41+
<li>Fixed `drizzle-kit` pull bugs when using Gel extensions</li>
42+
</ul>
43+
44+
2025-04:
45+
- |
46+
<b>Drizzle ORM Beta branch:</b>
47+
48+
<ul>
49+
<li>Relational Queries V2 released in Beta!</li>
50+
</ul>
51+
- |
52+
<b>Drizzle Studio updates:</b>
53+
54+
<ul>
55+
<li>Added fontSize settings option.</li>
56+
<li>Added a multiline editor.</li>
57+
<li>Changed JSON editor ui.</li>
58+
<li>Fixed incorrect bigserial value handling.</li>
59+
</ul>
60+
- |
61+
<b>ORM <a href='https://github.com/drizzle-team/drizzle-orm/releases/tag/0.43.1'>v0.43.1</a> release</b>
62+
63+
<ul>
64+
<li>Fixed incorrect types of schema enums in PostgreSQL</li>
65+
</ul>
66+
- |
67+
<b>ORM <a href='https://github.com/drizzle-team/drizzle-orm/releases/tag/0.43.0'>v0.43.0</a> release</b>
68+
69+
<ul>
70+
<li>Added cross join</li>
71+
<li>Added lateral left, inner, cross joins to PostgreSQL, MySQL, Gel, SingleStore</li>
72+
<li>Added drizzle connection attributes to SingleStore's driver instances</li>
73+
<li>Removed unsupported by dialect full join from MySQL select api</li>
74+
<li>Forced Gel columns to always have explicit schema & table prefixes due to potential errors caused by lack of such prefix in subquery's selection when there's already a column bearing same name in context</li>
75+
<li>Added missing export for PgTextBuilderInitial type</li>
76+
<li>Removed outdated IfNotImported type check from SingleStore driver initializer</li>
77+
<li>Fixed incorrect type inference for insert and update models with non-strict tsconfigs</li>
78+
<li>Fixed invalid spelling of nowait flag</li>
79+
</ul>
80+
- |
81+
<b>Kit <a href='https://github.com/drizzle-team/drizzle-orm/releases/tag/drizzle-kit%400.31.0'>v0.31.0</a> release</b>
82+
83+
<ul>
84+
<li>Enum DDL improvements</li>
85+
<li>`esbuild` version upgrade</li>
86+
<li>[[BUG]: Error on Malformed Array Literal](https://github.com/drizzle-team/drizzle-orm/issues/2715)</li>
87+
<li>[[BUG]: Postgres drizzle-kit: Error while pulling indexes from a table with json/jsonb deep field index](https://github.com/drizzle-team/drizzle-orm/issues/2744)</li>
88+
<li>[goog-vulnz flags CVE-2024-24790 in esbuild 0.19.7](https://github.com/drizzle-team/drizzle-orm/issues/4045)</li>
89+
</ul>
90+
- |
91+
<b>ORM <a href='https://github.com/drizzle-team/drizzle-orm/releases/tag/0.42.0'>v0.42.0</a> release</b>
92+
93+
<ul>
94+
<li>Duplicate imports removal. When importing from drizzle-orm using custom loaders, you may encounter issues such as: `SyntaxError: The requested module 'drizzle-orm' does not provide an export named 'eq'`</li>
95+
<li>`pgEnum` and `mysqlEnum`` now can accept both strings and TS enums</li>
96+
<li>Make inArray accept ReadonlyArray as a value</li>
97+
<li>Pass row type parameter to @planetscale/database's execute</li>
98+
<li>New InferEnum type</li>
99+
</ul>
100+
1101
2025-03:
2102
- |
3103
<b>ORM <a href='https://github.com/drizzle-team/drizzle-orm/releases/tag/0.41.0'>v0.41.0</a> release</b>

0 commit comments

Comments
 (0)