|
1 |
| -2024-10-07: |
| 1 | +2024-10: |
2 | 2 | - |
|
3 | 3 | Documentation site restructure and improvements
|
4 | 4 |
|
|
48 | 48 | <li>LibSQL/Turso "generate" and "push" statement updates</li>
|
49 | 49 | <li>New `casing` param in `drizzle-kit`</li>
|
50 | 50 | </ul>
|
51 |
| - |
52 |
| -2024-09-09: |
53 |
| - - Some Tweets |
54 | 51 |
|
55 |
| -2024-08-19: |
56 |
| - - We've updated <a href='https://x.com/DrizzleORM/status/1826693369357369712'>benchmarks</a> 🚀 |
| 52 | +2024-09: |
| 53 | + - Some Tweets |
57 | 54 |
|
58 |
| -2024-08-05: |
| 55 | +2024-08: |
59 | 56 | - |
|
60 | 57 | <a href='https://x.com/DrizzleORM/status/1820462321942036749'><b>Drizzle Gateway</b></a> closed alpha release 🎉
|
61 | 58 | - |
|
62 | 59 | <a href='https://github.com/drizzle-team/brocli'><b>Brocli</b></a> - our new open-source library 👀
|
63 | 60 |
|
64 |
| - - | |
| 61 | + - | |
65 | 62 | <a href='https://3310snake.com/'>Snake Game</a> released 🎉
|
66 | 63 | have some fun
|
67 | 64 | we've had a lot of fun
|
68 | 65 |
|
69 | 66 | - |
|
70 | 67 | <b>Kit <a href='https://github.com/drizzle-team/drizzle-orm/releases/tag/drizzle-kit%400.24.0'>v0.24.0</a> release</b>
|
71 |
| - |
| 68 | +
|
72 | 69 | <strong>Breaking changes:</strong>
|
73 | 70 | <ul>
|
74 | 71 | <li>Fixed <a href='https://github.com/drizzle-team/drizzle-kit-mirror/issues/342'>Composite primary key order is not consistent</a> by removing `sort` in SQLite</li>
|
75 | 72 | </ul>
|
76 |
| - |
| 73 | +
|
77 | 74 | <strong>Bug fixes:</strong>
|
78 | 75 | <ul>
|
79 | 76 | <li><a href='https://github.com/drizzle-team/drizzle-kit-mirror/issues/403'>[BUG] When using double type columns, import is not inserted</a></li>
|
|
95 | 92 | <li><a href='https://github.com/drizzle-team/drizzle-orm/issues/724'>[BUG]: jsonb always inserted as a json string when using postgres-js</a></li>
|
96 | 93 | <li><a href='https://github.com/drizzle-team/drizzle-orm/issues/1511'>[BUG]: jsonb type on postgres implement incorrectly</a></li>
|
97 | 94 | </ul>
|
98 |
| - |
| 95 | +
|
99 | 96 | <strong>Bug fixes:</strong>
|
100 | 97 | <ul>
|
101 | 98 | <li><a href='https://github.com/drizzle-team/drizzle-orm/issues/2568'>[BUG]: boolean mode not working with prepared statements (bettersqlite)</a></li>
|
102 | 99 | <li><a href='https://github.com/drizzle-team/drizzle-orm/issues/2672'>[BUG]: isTable helper function is not working</a></li>
|
103 | 100 | <li><a href='https://github.com/drizzle-team/drizzle-orm/issues/2690'>[BUG]: Documentation is outdated on inArray and notInArray Methods</a></li>
|
104 | 101 | </ul>
|
105 |
| - |
| 102 | +
|
106 | 103 | - |
|
107 | 104 | <b>Kit <a href='https://github.com/drizzle-team/drizzle-orm/releases/tag/drizzle-kit%400.23.2'>v0.23.2</a> release</b>
|
108 | 105 |
|
|
126 | 123 |
|
127 | 124 | • <a href='/docs/tutorials/drizzle-with-supabase'>Drizzle with Supabase Database</a>
|
128 | 125 | • <a href='/docs/tutorials/drizzle-with-vercel-edge-functions'>Drizzle with Vercel Edge Functions</a>
|
129 |
| -2024-07-29: |
| 126 | +
|
| 127 | + - We've updated <a href='https://x.com/DrizzleORM/status/1826693369357369712'>benchmarks</a> 🚀 |
| 128 | + |
| 129 | +2024-07: |
| 130 | + - | |
| 131 | + We've had podcast on <a href='https://www.youtube.com/watch?v=Hh9xqRWYEJs'>syntax.fm</a> 🎙️ |
| 132 | + Drizzle <> Sytnax merch drop - <a href='https://x.com/DrizzleORM/status/1815793307877871912'>see here</a> |
| 133 | + - | |
| 134 | + <b>ORM <a href='https://github.com/drizzle-team/drizzle-orm/releases/tag/0.32.1'>v0.32.1</a> release</b> |
| 135 | +
|
| 136 | + <ul> |
| 137 | + <li>improved indexes API and typings</li> |
| 138 | + <li>support for limit 0</li> |
| 139 | + <li>array and notInArray accept empty []</li> |
| 140 | + </ul> |
| 141 | + - | |
| 142 | + <b>Community highlights</b> |
| 143 | +
|
| 144 | + • <a href='https://drizzle.run'>drizzle.run</a> ships <a href='https://drizzle.run/visualizer'>schema visualizer</a> 👀 |
| 145 | + • <a href='https://x.com/thdxr/status/1818439495361937781'>sst dev</a> & drizzle studio update |
| 146 | + • <a href='https://github.com/rhinobase/honohub'>Hono + Drizzle</a> headless CMS |
| 147 | + • TypeScript based <a href='https://github.com/drepkovsky/drizzle-migrations'>down migrations</a> |
130 | 148 | - |
|
131 | 149 | <b>Drizzle Kit goes open-source 🎉</b>
|
132 | 150 |
|
|
151 | 169 | • <a href='/docs/tutorials/drizzle-with-turso'>Drizzle <> Turso</a>
|
152 | 170 | • <a href='/docs/tutorials/drizzle-with-neon'>Drizzle <> Neon Postgres</a>
|
153 | 171 | • <a href='/docs/tutorials/drizzle-nextjs-neon'>Todo App with Neon Postgres</a>
|
154 |
| -2024-07-22: |
155 |
| - - | |
156 |
| - <b>ORM <a href='https://github.com/drizzle-team/drizzle-orm/releases/tag/0.32.1'>v0.32.1</a> release</b> |
157 |
| -
|
158 |
| - <ul> |
159 |
| - <li>improved indexes API and typings</li> |
160 |
| - <li>support for limit 0</li> |
161 |
| - <li>array and notInArray accept empty []</li> |
162 |
| - </ul> |
163 |
| - - | |
164 |
| - <b>Community highlights</b> |
165 |
| -
|
166 |
| - • <a href='https://drizzle.run'>drizzle.run</a> ships <a href='https://drizzle.run/visualizer'>schema visualizer</a> 👀 |
167 |
| - • <a href='https://x.com/thdxr/status/1818439495361937781'>sst dev</a> & drizzle studio update |
168 |
| - • <a href='https://github.com/rhinobase/honohub'>Hono + Drizzle</a> headless CMS |
169 |
| - • TypeScript based <a href='https://github.com/drepkovsky/drizzle-migrations'>down migrations</a> |
170 |
| -2024-07-15: |
171 |
| - - | |
172 |
| - We've had podcast on <a href='https://www.youtube.com/watch?v=Hh9xqRWYEJs'>syntax.fm</a> 🎙️ |
173 |
| - Drizzle <> Sytnax merch drop - <a href='https://x.com/DrizzleORM/status/1815793307877871912'>see here</a> |
174 |
| -2024-06-10: |
| 172 | +2024-06: |
0 commit comments