v1.28.0 #3799
kyleconroy
announced in
Announce
v1.28.0
#3799
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
fix (engine/sqlite): normalize table names (warn when using quotes or parse the SQL #3162) by @jvns in fix (engine/sqlite): normalize table names (#3162) #3657
fix(cmd): Read correct environment variable for remote by @emilecaron in fix(cmd): Read correct environment variable for remote #3536
fix(compiler): Don't crash on WHERE x IN (... UNION ...) by @Jille in fix(compiler): Don't crash on WHERE x IN (... UNION ...) #3652
fix(dbmanager): use correct SQL to drop databases by @scottt in fix(dbmanager): use correct SQL to drop databases #3640
fix(docs): correct spelling and grammar by @anazcodes in fix(docs): correct spelling and grammar #3645
fix(golang): escape q field name by @vitords in fix(golang): escape q field name #3647
fix(postgresql): Support renaming and dropping materialized views by @swallowstalker in fix(postgresql): Support renaming and dropping materialized views #3728
fix: Do not close wazero module on error (WASM plugin error causes SIGSEGV #3758) by @edman in fix: Do not close wazero module on error (#3758) #3759
fix: Incorrect generate model names for "metadata" suffix by @qanghaa in Fix incorrect generate model names for "metadata" suffix #3553
feat(cli): Bump version from 1.27.0 to 1.28.0 by @kyleconroy in feat(cli): Bump version from 1.27.0 to 1.28.0 #3798
feat(docs): how-to use transactions with pgx by @pedro-tiple in feat(docs): how-to use transactions with pgx #3557
feat(dolphin): Upgrade to latest TiDB parser by @kyleconroy in feat(dolphin): Upgrade to latest TiDB parser #3733
feat(mysql): Add a test for VECTOR column type by @kyleconroy in feat(mysql): Add a test for VECTOR column type #3734
feat(quickdb): Remove unused func by @kyleconroy in feat(quickdb): Remove unused func #3576
feat: Allow selective disabling of rules per query by @rhodeon in Allow selective disabling of rules per query #3620
feat: added sqlite beta support to C# plugin by @SockworkOrange in added sqlite beta support to C# plugin #3658
docs: Add changelog for 1.28.0 by @kyleconroy in docs: Add changelog for 1.28.0 #3797
docs: Fix json format and invalid property by @michaelbeutler in docs: Fix json format and invalid property #3459
docs: Fix sqlite package import by @cugu in docs: Fix sqlite package import #3767
docs: Update tutorial to use modernc.sql/sqlite by @werelord in docs: Update tutorial to use modernc.sql/sqlite #3562
docs: add missing documentation about copyfrom by @YvanDaSilva in docs: add missing documentation about copyfrom #3583
docs: add sqlc-gen-from-template by @fdietze in docs: add sqlc-gen-from-template #3601
build: Upgrade to Go 1.23.5 by @kyleconroy in build: Upgrade to Go 1.23.5 #3795
chore: Remove the triage label by @kyleconroy in chore: Remove the triage label #3527
chore: Upgrade to Go 1.22.8 to silence vulncheck by @kyleconroy in chore: Upgrade to Go 1.22.8 to silence vulncheck #3646
New Contributors
Full Changelog: v1.27.0...v1.28.0
This discussion was created from the release v1.28.0.
Beta Was this translation helpful? Give feedback.
All reactions