Releases: tidbcloud/serverless-js
Releases · tidbcloud/serverless-js
v0.2.0
What's Changed
- chore(deps): update dependency undici to v5.28.4 [security] by @renovate in #60
- Doc tx does not support concurrency by @shiyuhang0 in #62
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #64
- Fix lastInsertId overflow by @shiyuhang0 in #66
- Release 0.2.0 by @shiyuhang0 in #67
Break Change
- The
lastInsertId
field ofFullResult
will return as the string type rather than the number type. - Query SQL will return
null
forrowsAffected
field ofFullResult
rather than 0.
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- expose ColumnType and decoder by @shiyuhang0 in #57
- Opt SET and ENUM type by @shiyuhang0 in #58
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- allow trigger IT manually by @zhangyangyu in #46
- Add test on macos by @shiyuhang0 in #50
- Support compression by @shiyuhang0 in #49
- release 0.0.11-beta2 by @shiyuhang0 in #53
- Fix bigint parm by @shiyuhang0 in #52
- chore(deps): update dependency undici to v5.28.3 [security] by @renovate in #54
- Support raw bytes as input & binary/blob/bit will be convert to Uint8Array by @shiyuhang0 in #55
- release 0.1.0 by @shiyuhang0 in #56
Break Change
- Binary, blob, and bit types will be converted to Uint8Array now. They are converted to the string before.
Full Changelog: v0.0.10...v0.1.0
v0.0.11-beta2
What's Changed
- allow trigger IT manually by @zhangyangyu in #46
- Add test on macos by @shiyuhang0 in #50
- Support compression by @shiyuhang0 in #49
- release 0.0.11-beta2 by @shiyuhang0 in #53
Full Changelog: v0.0.10...v0.0.11-beta2
v0.0.10
What's Changed
- Feat custom typecast by @634750802 in #38
- Fix it by @shiyuhang0 in #39
- Fix config not work by @shiyuhang0 in #41
- add trace by @shiyuhang0 in #43
- Release 0.0.10 by @shiyuhang0 in #45
Full Changelog: v0.0.9...v0.0.10
v0.0.9
What's Changed
- Delete decode by @shiyuhang0 in #33
- upgrade undici by @shiyuhang0 in #34
- Expose config by @shiyuhang0 in #35
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- add keywords to package.json by @zhangyangyu in #28
- Prevent decoding json string by @634750802 in #31
- release-0.0.8 by @shiyuhang0 in #32
New Contributors
- @zhangyangyu made their first contribution in #28
- @634750802 made their first contribution in #31
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- support isolation level by @shiyuhang0 in #24
- release 0.0.7 by @shiyuhang0 in #27
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- feat: Support cjs using tsup by @shiyuhang0 in #21
- Only expose one entry by @shiyuhang0 in #22
Full Changelog: v0.0.5...v0.0.6