Skip to content

Releases: goravel/framework

v1.16.6

04 Jan 04:02

Choose a tag to compare

What's Changed

Full Changelog: v1.16.5...v1.16.6

v1.16.5

30 Oct 08:20

Choose a tag to compare

What's Changed

Full Changelog: v1.16.4...v1.16.5

v1.16.4

26 Oct 03:15

Choose a tag to compare

What's Changed

Full Changelog: v1.16.3...v1.16.4

v1.16.3

09 Sep 14:56

Choose a tag to compare

What's Changed

Full Changelog: v1.16.1...v1.16.3

v1.15.12

09 Sep 14:27
e3df315

Choose a tag to compare

What's Changed

Full Changelog: v1.15.11...v1.15.12

v1.16.1

20 Aug 13:41

Choose a tag to compare

What's Changed

  • fix: cc and bcc fields not set when sending mail due to incorrect condition in SendMail (v1.16.x) by @kkumar-gcc in #1144
  • fix: SendMailJob returns incorrect errors (v1.16.x) by @kkumar-gcc in #1147
  • fix: [#743] package make command generates correct code (#1151) by @almas-x in #1152
  • fix: [#749] The path is incorrect when publishing package files by @hwbrzzl in #1157
  • chore: optimize assertions for package installation by @almas-x in #1160
  • fix: The configuredServiceProviders, publishes and publishGroups are not reset when Booting by @hwbrzzl in #1162
  • fix: [#738] The Orm Creating event can be triggered when the query with the Model method by @hwbrzzl in #1166

Full Changelog: v1.16.0...v1.16.1

v1.15.11

20 Aug 13:31

Choose a tag to compare

What's Changed

  • fix: cc and bcc fields not set when sending mail due to incorrect condition in SendMail (v1.15.x) by @kkumar-gcc in #1143
  • fix: SendMailJob returns incorrect errors (v1.15.x) by @kkumar-gcc in #1148
  • fix: [#738] The Orm Creating event can be triggered when the query with the Model method by @hwbrzzl in #1163

Full Changelog: v1.15.10...v1.15.11

v1.16.0

20 Jul 08:18
46568ee

Choose a tag to compare

What's Changed

  • fix: artisan bug by @hwbrzzl in #802
  • chore: optimize grpc link by @hwbrzzl in #806
  • chore(deps): Update non-major dependencies by @renovate[bot] in #807
  • chore(deps): Update non-major dependencies by @renovate[bot] in #811
  • chore: [#539] Remove the SQL migrator module by @hwbrzzl in #809
  • chore: move testing.http to a single folder by @hwbrzzl in #814
  • chore(deps): Update github.com/charmbracelet/huh/spinner digest to 6c6b319 by @renovate[bot] in #815
  • test: submodule by @hwbrzzl in #816
  • feat: migrator support to change table column by @almas-x in #813
  • chore(deps): Update module google.golang.org/grpc to v1.69.4 by @renovate[bot] in #817
  • chore(deps): Update dependency go to v1.23.5 by @renovate[bot] in #822
  • chore: optimize make:command for auto-generated Signature and simplified method receivers by @almas-x in #821
  • feat: [#540] Move the Postgres driver to a single package by @hwbrzzl in #810
  • feat: [#540] Remove contracts/database/config.go::Driver by @hwbrzzl in #823
  • feat: [#540] Remove SQL in show_command.go by @hwbrzzl in #825
  • feat: [#540] Remove database.connections.* by @hwbrzzl in #827
  • chore: add GetContent and PutContent methods to support/file by @almas-x in #824
  • chore(deps): Update module google.golang.org/grpc to v1.70.0 by @renovate[bot] in #832
  • feat: [#540] Remove DriverSchema by @hwbrzzl in #828
  • chore: [#540] Add common functions by @hwbrzzl in #833
  • chore: [#540] Fix tests by @hwbrzzl in #834
  • chore(deps): Update module github.com/samber/lo to v1.48.0 by @renovate[bot] in #835
  • chore(deps): Update module github.com/samber/lo to v1.49.0 by @renovate[bot] in #837
  • chore(deps): Update module github.com/samber/lo to v1.49.1 by @renovate[bot] in #838
  • chore(deps): Update non-major dependencies by @renovate[bot] in #839
  • chore(deps): Update github.com/charmbracelet/huh/spinner digest to c7ebc8a by @renovate[bot] in #840
  • chore(deps): Update module github.com/brianvoe/gofakeit/v7 to v7.2.1 by @renovate[bot] in #841
  • chore: merge v1.15.3 by @hwbrzzl in #842
  • chore: update tests by @hwbrzzl in #843
  • feat: [#540] Adapt Mysql driver by @hwbrzzl in #844
  • chore: [#540] Add test cases by @hwbrzzl in #845
  • chore(deps): Update github.com/charmbracelet/huh/spinner digest to f07ae1a by @renovate[bot] in #847
  • chore: update tests mod by @hwbrzzl in #846
  • chore(deps): Update non-major dependencies by @renovate[bot] in #849
  • chore: upgrade db packages by @hwbrzzl in #848
  • feat: grpc graceful shutdown by @devhaozi in #850
  • chore(deps): Update golang.org/x/exp digest to f9890c6 by @renovate[bot] in #852
  • chore: [#585] update db config to use proper casing for DB server names by @almas-x in #853
  • chore(deps): Update tests module by @almas-x in #854
  • refactor: queue pr part 1 by @devhaozi in #808
  • chore: Update github.com/goravel/postgres digest to e505779 by @renovate[bot] in #857
  • chore: Update dependency go to v1.23.6 by @renovate[bot] in #858
  • chore: restructure testing folder by @hwbrzzl in #861
  • chore: Update upgrade DB packages by @renovate[bot] in #862
  • chore: Update upgrade DB packages by @renovate[bot] in #864
  • chore: Update non-major dependencies by @renovate[bot] in #863
  • fix: Throw error if Context is http Context by @ahmed3mar in #856
  • feat: Move bindings to config by @hwbrzzl in #868
  • feat: [#572] migrator support to rename column by @almas-x in #851
  • chore: Update upgrade DB packages by @renovate[bot] in #870
  • chore(deps): Update tests module by @almas-x in #871
  • feat: [#549] migrator supports table comments by @almas-x in #873
  • chore: Update upgrade DB packages by @renovate[bot] in #875
  • feat: optimize queue error by @devhaozi in #874
  • chore: Update golang.org/x/exp digest to 939b2ce by @renovate[bot] in #877
  • chore: Update github.com/charmbracelet/huh/spinner digest to 9ef0c49 by @renovate[bot] in #878
  • feat: [#571] migrator supports After and First column modifiers by @almas-x in #876
  • chore: upgrade DB packages and add test case by @almas-x in #879
  • feat: [#592] Add --no-ansi flag to disable color output in Artisan co… by @almas-x in #880
  • chore: [#880] Make --no-ansi a global option by @almas-x in #881
  • chore: Update non-major dependencies by @renovate[bot] in #882
  • feat: [#358] Add facades.DB, to provider an original sql flow by @hwbrzzl in #869
  • chore: Update github.com/goravel/postgres digest to 3e20d36 by @renovate[bot] in #883
  • chore: Update upgrade DB packages by @renovate[bot] in #885
  • chore: improve flag sorting logic in artisan commands by @almas-x in #884
  • chore: replace protobuf by @hwbrzzl in #886
  • chore: Update non-major dependencies by @renovate[bot] in #887
  • chore: Update github.com/goravel/mysql digest to a7e98b3 by @renovate[bot] in #889
  • chore: Update github.com/goravel/mysql digest to eba0ecb by @renovate[bot] in #891
  • chore: Update golang.org/x/exp digest to eff6e97 by @renovate[bot] in #890
  • chore: optimize return values in GORM BuildQuery method by @almas-x in #893
  • chore: Update golang.org/x/exp digest to aa4b98e by @renovate[bot] in #897
  • chore: Update upgrade DB packages by @renovate[bot] in #895
  • feat: [#358] Add Insert First methods for DB by @hwbrzzl in #888
  • fix: Problem with submodels id string by @dzham in #898
  • chore: optimize config facade by @kkumar-gcc in #899
  • feat: add environment file encryption and decryption commands by @kuafuRace in #896
  • chore: use file.PutContent replace deprecated file.Create by @kuafuRace in #901
  • chore: optimize unit testing and unified import rules by @kuafuRace in #900
  • feat: [#538] track mockery tool dependencies in go.mod by @almas-x in #902
  • test: optimize test cases of env commands by @hwbrzzl in #906
  • feat: [#358] Add Update Delete methods for DB by @hwbrzzl in #904
  • chore: Update non-major dependencies by @renovate[bot] in #907
  • feat: [#358] add logger for DB by @hwbrzzl in #908
  • feat: [#358] Add connection method for DB by @hwbrzzl in #909
  • feat: add name option to customize the encrypted environment file name by @kuafuRace in #911
  • chore: set default value for ConfirmOption in console.Confirm method and fix error strings should not be capitalized or end with punctuation by @kuafuRace in #912
  • chore: Update module golang.org/x/crypto to v0.35.0 by @renovate[bot] in #914
  • feat: add environment file check pass whitelist by @kuafuRace in https://github.com/goravel/fr...
Read more

v1.15.10

20 Jul 07:54

Choose a tag to compare

What's Changed

  • feat: [#732] The query conditions may get messed up when reusing the query multiple times by @hwbrzzl in #1136

Full Changelog: v1.15.9...v1.15.10

v1.15.9

05 Jun 08:19
b74d50a

Choose a tag to compare

What's Changed

Full Changelog: v1.15.8...v1.15.9