17 lines
808 B
Markdown
17 lines
808 B
Markdown
## The community contributions release 🎉
|
|
|
|
### Internal Features and Changes
|
|
1. Added a set of tests for d1. Thanks to @AdiRishi!
|
|
2. Fixed issues in internal documentation. Thanks to @balazsorban44 and @pyk!
|
|
|
|
### Bug Fixes
|
|
1. Resolved the issue of truncating timestamp milliseconds for MySQL. Thanks to @steviec!
|
|
2. Corrected the type of the get() method for sqlite-based dialects. Issue #565 has been closed. Thanks to @stefanmaric!
|
|
3. Rectified the sqlite-proxy bug that caused the query to execute twice. Thanks to @mosch!
|
|
|
|
### New packages 🎉
|
|
|
|
Added a support for [Typebox](https://github.com/sinclairzx81/typebox) in [drizzle-typebox](https://orm.drizzle.team/docs/typebox) package. Thanks to @Bulbang!
|
|
|
|
Please check documentation page for more usage examples: https://orm.drizzle.team/docs/typebox
|