Releases: goravel/postgres
Releases · goravel/postgres
v1.4.1
What's Changed
- chore: Update module gorm.io/gorm to v1.30.1 by @renovate[bot] in #59
- chore: Update dependency go to v1.24.6 by @renovate[bot] in #60
- chore: Update dependency go to v1.25.0 by @renovate[bot] in #61
- chore: Update module github.com/goravel/framework to v1.16.1 by @renovate[bot] in #62
- chore: Update module github.com/stretchr/testify to v1.11.0 by @renovate[bot] in #63
- fix: [#768] Posgres DB ERROR: cached plan must not change result type by @hwbrzzl in #64
- chore: Update module github.com/stretchr/testify to v1.11.1 by @renovate[bot] in #66
- chore: Update dependency go to v1.25.1 by @renovate[bot] in #65
- upgrade: v1.16.3 by @hwbrzzl in #67
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- feat: [#540] Move the Postgres driver to a single package by @hwbrzzl in #2
- feat: [#540] Remove DriverSchema by @hwbrzzl in #4
- feat: add boolean type by @hwbrzzl in #5
- feat: [#540] Remove unnecessary code by @hwbrzzl in #6
- chore: [#585] change driver Name by @almas-x in #8
- chore: Update dependency go to v1.23.6 by @renovate[bot] in #9
- chore: optimzie interface by @hwbrzzl in #12
- feat: [#572] add rename column compiler by @almas-x in #13
- feat: [#549] add a table comment compiler by @almas-x in #15
- chore: Update dependency go to v1.24.0 by @renovate[bot] in #18
- feat: [#358] Add facades.DB, to provider an original sql flow by @hwbrzzl in #14
- chore: optimize error handling by @almas-x in #21
- feat: [#358] Add logger for DB by @hwbrzzl in #22
- feat: optimize version sql by @hwbrzzl in #24
- chore: [#358] Move some interfaces that related grammar to the driver folder by @hwbrzzl in #25
- chore: Update dependency go to v1.24.1 by @renovate[bot] in #26
- feat: [#358] Add some new Compile methods by @hwbrzzl in #27
- feat: [#358] Remove driver.Schema by @hwbrzzl in #28
- feat: Optimize DB Read Write by @hwbrzzl in #30
- chore: Update dependency go to v1.24.2 by @renovate[bot] in #32
- chore: Update module github.com/spf13/cast to v1.8.0 by @renovate[bot] in #34
- chore: Update module gorm.io/gorm to v1.26.0 by @renovate[bot] in #35
- chore: Update dependency go to v1.24.3 by @renovate[bot] in #36
- chore: Update module gorm.io/gorm to v1.26.1 by @renovate[bot] in #37
- feat: [#595] add support for package install/uninstall via artisan commands by @almas-x in #38
- feat: [#669] Migration support GENERATED by @almas-x in #39
- chore: Update module gorm.io/gorm to v1.30.0 by @renovate[bot] in #41
- chore: Update module github.com/spf13/cast to v1.9.1 by @renovate[bot] in #42
- chore: Update module gorm.io/driver/postgres to v1.6.0 by @almas-x in #43
- chore: Update dependency go to v1.24.4 by @renovate[bot] in #44
- chore: Update module github.com/spf13/cast to v1.9.2 by @renovate[bot] in #46
- feat: [#560] facades.Testing().Docker() supports lanuching any image by @hwbrzzl in #47
- feat: [#474] goravel/minio should use the docker module of framework by @hwbrzzl in #48
- feat: [#705] implement JsonGrammar to compile JSON queries by @almas-x in #49
- chore: add CompileJsonValues to normalize values for JSON queries by @almas-x in #50
- fix: [#706] Setting timezone in MySQL DSN (e.g., Asia/Shanghai) causes “invalid DSN” error by @hwbrzzl in #51
- chore: Update module github.com/goravel/framework by @almas-x in #52
- feat: implement CompileJsonColumnsUpdate by @almas-x in #53
- feat: [#667] Registering service providers don't dependent order by @hwbrzzl in #54
- feat: implement CompilePrune by @almas-x in #55
- feat: add UUID and ULID type support in grammar by @ahmed3mar in #56
- chore: Update dependency go to v1.24.5 by @renovate[bot] in #57
- chore: Upgrade framework to v1.16.0 (auto) by @hwbrzzl in #58
New Contributors
- @almas-x made their first contribution in #8
- @renovate[bot] made their first contribution in #9
- @ahmed3mar made their first contribution in #56
Full Changelog: v0.0.1...v1.4.0