Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-20 | 3.4 kB | |
v1.16.0 source code.tar.gz | 2025-07-20 | 63.7 kB | |
v1.16.0 source code.zip | 2025-07-20 | 85.6 kB | |
Totals: 3 Items | 152.8 kB | 0 |
What's Changed
- chore: [#539] Remove the SQL migrator module by @hwbrzzl in https://github.com/goravel/goravel/pull/561
- feat: [#540] Move Postgres, Mysql, etc. DB drivers to single packages by @hwbrzzl in https://github.com/goravel/goravel/pull/562
- config.Env("DB_SCHEMA", "public") by @kuafuRace in https://github.com/goravel/goravel/pull/588
- chore: update dependencies by @almas-x in https://github.com/goravel/goravel/pull/601
- feat: add queue config by @devhaozi in https://github.com/goravel/goravel/pull/603
- feat:add artisan shell file by @kuafuRace in https://github.com/goravel/goravel/pull/609
- feat: add failed_jobs migration by @devhaozi in https://github.com/goravel/goravel/pull/613
- feat: Add HTTP Client Config by @kkumar-gcc in https://github.com/goravel/goravel/pull/616
- Update config/auth.go for the new custom auth driver feature by @praem90 in https://github.com/goravel/goravel/pull/638
- More secure env by @xcrone in https://github.com/goravel/goravel/pull/656
- feat: optimize queue migration by @hwbrzzl in https://github.com/goravel/goravel/pull/668
- feat: optimize migration by @hwbrzzl in https://github.com/goravel/goravel/pull/670
- chore: update dependencies by @almas-x in https://github.com/goravel/goravel/pull/674
- chore: update session and database configuration files by @almas-x in https://github.com/goravel/goravel/pull/675
- chore: update dependencies by @almas-x in https://github.com/goravel/goravel/pull/683
- chore: update dependencies by @almas-x in https://github.com/goravel/goravel/pull/684
- fix: [#676] Unnecessary Redis connection attempt on startup despite SESSION_DRIVER=file by @hwbrzzl in https://github.com/goravel/goravel/pull/686
- feat: [#651] Add DB driver for Queue module by @hwbrzzl in https://github.com/goravel/goravel/pull/688
- fix: [#691] Improve air.toml Windows Compatibility by Using .exe Suffix by Default [#691] by @darakanoit in https://github.com/goravel/goravel/pull/694
- fix: [#699] database timezone by @hwbrzzl in https://github.com/goravel/goravel/pull/700
- feat: [#446] Cors middleware can be disable by @hwbrzzl in https://github.com/goravel/goravel/pull/703
- chore: Update module github.com/goravel/framework by @almas-x in https://github.com/goravel/goravel/pull/710
- chore: Update module github.com/goravel/gin and github.com/goravel/postgres by @almas-x in https://github.com/goravel/goravel/pull/711
- feat: [#707] Change the configuration session.driver to session.default by @hwbrzzl in https://github.com/goravel/goravel/pull/709
- chore: Update module github.com/goravel/framework by @almas-x in https://github.com/goravel/goravel/pull/715
- chore: optimzie queue by @hwbrzzl in https://github.com/goravel/goravel/pull/724
- chore: optimize Dockerfile with ldflags and cleanup by @almas-x in https://github.com/goravel/goravel/pull/727
- chore: Upgrade framework to v1.16.0 (auto) by @hwbrzzl in https://github.com/goravel/goravel/pull/734
New Contributors
- @almas-x made their first contribution in https://github.com/goravel/goravel/pull/601
- @praem90 made their first contribution in https://github.com/goravel/goravel/pull/638
- @xcrone made their first contribution in https://github.com/goravel/goravel/pull/656
- @darakanoit made their first contribution in https://github.com/goravel/goravel/pull/694
Full Changelog: https://github.com/goravel/goravel/compare/v1.15.10...v1.16.0