16cbc86136
upgrade version
2025-08-22 16:53:12 +08:00
2d5fcd73cb
chore: upgrade dependencies to latest versions and fix security vulne… ( #4237 )
...
This PR includes the following updates and fixes:
- **Dependency upgrades**: Updated all dependencies in `go.mod` to their
latest versions to ensure compatibility and leverage the latest features
and fixes.
- **Security fixes**:
- Resolved known vulnerabilities in `golang.org/x/net` by upgrading to
the latest secure version.
- Addressed security issues in `golang.org/x/crypto` by upgrading to the
latest secure version.
These changes improve the overall security and stability of the project.
Please review the changes and ensure compatibility with the updated
dependencies.
---------
Co-authored-by: hailaz <739476267@qq.com >
2025-08-22 15:29:16 +08:00
3d9cdb8997
fix(gdb): support multiple order fields in "with"
2025-06-20 19:11:01 +08:00
69e3362d0d
feat: new version v2.9.0 ( #4204 )
2025-03-17 15:52:26 +08:00
9a61a6970f
fix(database/gdb): fix transaction propagation feature ( #4199 )
2025-03-17 14:50:07 +08:00
029f324c5c
feat: version v2.9.0-beta ( #4189 )
2025-03-09 22:31:20 +08:00
dfe088f5cd
refactor(util/gconv): add Converter feature for more flexable and extensible type converting ( #4107 )
2025-03-06 23:04:26 +08:00
2d3ab4f9fb
feat: add submodule examples ( #4137 )
2025-02-27 14:35:00 +08:00
a3b3c656d9
feat(database/gdb): enable transaction propagation when using tx.GetCtx() after Begin ( #4121 )
2025-02-11 16:09:27 +08:00
6bd15b0796
merge master
2025-01-22 19:17:16 +08:00
80f57d1c24
fix(database/gdb): gdb.Counter not work in OnDuplicate ( #4073 )
2024-12-26 18:18:35 +08:00
3a19ee9268
fix: securiry update CVE-2024-45338 for package golang.org/x/net ( #4070 )
2024-12-25 21:43:55 +08:00
a5c8b966e2
feat(util/gconv): add basic types conversion support for function Scan ( #3991 )
2024-12-18 10:41:09 +08:00
67a9db9e3e
perf(contrib/drivers/pgsql): improve conversion performace for slice string ( #4046 )
2024-12-17 21:45:38 +08:00
f79aef6669
fix(database/gdb): fix context canceled error in transaction due to usage of TransTimeout configuration ( #4037 )
2024-12-17 21:15:54 +08:00
0c2d5cac19
feat: new version v2.8.3 ( #4048 )
2024-12-17 09:24:13 +08:00
a09454accf
feat(contrib/drivers/mssql): enable unit testing ( #4043 )
2024-12-16 11:17:47 +08:00
ac53170884
feat(contrib/registry/etcd): add retry machenism when keepalive lease expires ( #4035 )
2024-12-13 11:09:07 +08:00
ced4b57991
fix(contrib/drivers/pgsql): incompatible placeholder replacement with old version ( #4036 )
2024-12-13 09:29:34 +08:00
00e2f6b5dc
chore: improve golangci-lint.yml, upgrade dependencies, and optimize code and comments ( #4025 )
2024-12-11 10:14:12 +08:00
b7c74c9a35
fix(contrib/drivers/pgsql): add unix socket connection support ( #4028 )
2024-12-11 09:58:26 +08:00
13bc192e36
feat(database/gdb): add sharding feature for schema and table ( #4014 )
2024-12-09 23:12:20 +08:00
5e47590165
feat(database/gdb): add WhereExists/WhereNotExists ( #4015 )
2024-12-09 09:24:48 +08:00
b0b84a3937
ci(gci/import): improve golangci.yml and add gci linter ( #4010 )
2024-12-07 14:17:33 +08:00
2066aa4803
feat(database/gdb): add transaction propagation&isolation level&readonly features ( #4013 )
2024-12-07 14:01:31 +08:00
ba968949f7
fix(database/gdb): orm tag from embedded struct is missing in with feature ( #4011 )
2024-12-05 22:02:47 +08:00
c9b0237fc7
feat: version v2.8.2 ( #4009 )
2024-12-05 20:21:19 +08:00
4ad061faff
feat(contrib/drivers/pgsql): add array type varchar[] and text[] converting to Go []string support ( #4000 )
2024-12-05 15:50:59 +08:00
77cb7fb412
test(drivers/mssql): add unit testing cases of transaction ( #3818 )
2024-12-05 14:44:40 +08:00
532e665841
fix(database/gdb): move Raw parameter from args to sql statement before committed to db driver ( #3997 )
2024-12-03 15:24:49 +08:00
2c916f8222
fix(database/gdb): issue where the Count/Value/Array query logic was incompatible with the old version when users extended the returned result fields using the Select Hook ( #3995 )
2024-12-01 23:47:51 +08:00
455830b842
test(database/gdb): add more unit testing cases for Raw feature ( #3962 )
2024-11-23 18:35:02 +08:00
3797d0eee4
feat: new version v2.8.1 ( #3950 )
2024-11-21 20:51:46 +08:00
e9ce1bde87
fix(database/gdb): incompatitable statement like Order("id", "dasc") ( #3949 )
2024-11-21 15:08:29 +08:00
955a76cf35
feat: new version v2.8.0 ( #3924 )
2024-11-14 13:26:23 +08:00
a63af5d5f8
build: upgrade fsnotify from v1.7.0 to v1.8.0 to solve occasional ci failure ( #3910 )
2024-11-12 10:25:39 +08:00
6c6fd7902a
feat(database/gdb): remove unnecessary blank character requirement in tag for With feature of gdb.Model ( #3875 )
2024-11-11 21:59:26 +08:00
76948d93d6
test(drivers/mysql): use asserts function to replace if statement ( #3849 )
2024-11-11 20:54:57 +08:00
f4db846633
fix(contrib/drivers/pgsql): connection fails when postgres database password is empty ( #3900 )
2024-11-11 20:27:07 +08:00
e4c4fb591e
feat(database/gdb): add Exist support for checking records existance for certain condition ( #3854 )
2024-10-24 15:29:03 +08:00
656668f444
feat: new version v2.8.0-beta ( #3878 )
2024-10-24 14:51:03 +08:00
e179e1d4fe
fix(database/gdb): unix socket connection support for mysql ( #3872 )
2024-10-21 09:22:53 +08:00
7dd38a1700
feat(database/gdb): add Raw support for Fields function of gdb.Model ( #3873 )
2024-10-21 09:22:31 +08:00
c18339b1a9
feat(contrib/drivers/pgsql): add InsertIgnore support ( #3855 )
2024-10-16 07:32:33 +08:00
ae3ae8b177
test(cmd/gf): add unit testing case generating dao/do/entity files for sqlite in command gen dao ( #3808 )
2024-10-08 22:06:07 +08:00
91884e7c93
fix(database/gdb): remove support of Array/Value/Count operations for result that has multiple record fields ( #3839 )
2024-10-08 20:42:06 +08:00
8e7f1180c4
fix(contrib/drivers/mssql): fix mssql paging sql generate statement error ( #3782 )
2024-09-29 10:18:34 +08:00
ab3fbddfc7
build(go.mod): upgrade minimum required go version from 1.18 to 1.20 ( #3688 )
2024-09-28 20:58:04 +08:00
9589384b36
refactor(encoding/gjson): change data parameter from type any to []byte ( #3542 )
2024-09-28 18:10:00 +08:00
66ee52c96a
fix(database/gdb): invalid order by statement generated when multiple order inputs ( #3803 )
2024-09-28 12:06:22 +08:00