diff options
| author | 2021-09-08 20:55:13 +0100 | |
|---|---|---|
| committer | 2021-09-08 20:55:13 +0100 | |
| commit | 151069cff48f34f2f837220a8cdba9377ff354aa (patch) | |
| tree | 6c8dd9e0c5b36e3acb2011f0ef69ac689c30000c /vendor/github.com/uptrace/bun/CHANGELOG.md | |
| parent | update oauth library --> v4.3.2-SSB (diff) | |
| parent | Merge pull request #195 from NyaaaWhatsUpDoc/update/bun-library (diff) | |
| download | gotosocial-151069cff48f34f2f837220a8cdba9377ff354aa.tar.xz | |
Merge remote-tracking branch 'upstream/main' into update/oauth-library
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
Diffstat (limited to 'vendor/github.com/uptrace/bun/CHANGELOG.md')
| -rw-r--r-- | vendor/github.com/uptrace/bun/CHANGELOG.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/vendor/github.com/uptrace/bun/CHANGELOG.md b/vendor/github.com/uptrace/bun/CHANGELOG.md index 01bf6ba31..30e36edef 100644 --- a/vendor/github.com/uptrace/bun/CHANGELOG.md +++ b/vendor/github.com/uptrace/bun/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## v1.0.4 - Sep 06 2021 + +- Added support for MariaDB. +- Restored default `SET` for `ON CONFLICT DO UPDATE` queries. + +## v1.0.3 - Sep 06 2021 + +- Fixed bulk soft deletes. +- pgdialect: fixed scanning into an array pointer. + +## v1.0.2 - Sep 04 2021 + +- Changed to completely ignore fields marked with `bun:"-"`. If you want to be able to scan into + such columns, use `bun:",scanonly"`. +- pgdriver: fixed SASL authentication handling. + +## v1.0.1 - Sep 02 2021 + +- pgdriver: added erroneous zero writes retry. +- Improved column handling in Relation callback. + +## v1.0.0 - Sep 01 2021 + +- First stable release. + ## v0.4.1 - Aug 18 2021 - Fixed migrate package to properly rollback migrations. |
