Releases: goravel/framework
Releases · goravel/framework
v1.11.2
What's Changed
Bug Fixes 🐛
- Fix: [#136] Fix the data error of using Request.Input() and Request.Bind() at the same time by @hwbrzzl in #121
Upgrade Guide: Upgrading To v1.11 From v1.10
Full Changelog: v1.11.1...v1.11.2
v1.11.1
What's Changed
Enhancements 🚀
- Route add resource routing by @devhaozi in #110
- Request add new methods by @devhaozi in #114 and @hwbrzzl in #118
- Storage add new methods by @dhanusaputra in #92
- File add new methods by @hwbrzzl in #119
Bug Fixes 🐛
- Fix the error of incorrect windows path for Filesystem by @devhaozi in #109
- Fix the panic of the Header method for Request by @hwbrzzl in #117
New Contributors
- @dhanusaputra made their first contribution in #92
Upgrade Guide: Upgrading To v1.11 From v1.10
Full Changelog: v1.11.0...v1.11.1
v1.11.0
What's Changed
Exciting New Features 🎉
Enhancements 🚀
- Cache add and optimize methods by @hwbrzzl in #81
- Route supports Fallback route by @hwbrzzl in #88
- Orm adds new methods by @dragoonchang in #87 and #103
- Optimize facades.Config.Add() by @dragoonchang in #93
- Change Sqlite driver by @devhaozi in #91
- contracts/http add method mapping of net/http by @hwbrzzl in #102
- Refactor(auth): compare error with
errors.Is
by @Juneezee in #86 - Add issues template by @devhaozi in #105
Breaking Changes 🛠
Bug Fixes 🐛
- The problem that The hashing configuration does not take effect under some situations by @devhaozi in #96
- Non-thread safety problems in RateLimiter by @hwbrzzl in #84
- Fix: Crypt print in artisan command by @devhaozi in #104
New Contributors
- @Juneezee made their first contribution in #86
- @dragoonchang made their first contribution in #87
Upgrade Guide: Upgrading To v1.11 From v1.10
Full Changelog: v1.10.0...v1.11.0
v1.10.0
What's Changed
Exciting New Features 🎉
- Add facades.Crypt by @devhaozi in #33
- Add facades.Hash by @devhaozi in #33
- Add Rate Limiting For Routing by @devhaozi in #33
Enhancements 🚀
- Optimize HTTP startup mode by @hwbrzzl in #40
- Optimize GRPC startup mode by @hwbrzzl in #76
- Add configuration to control log output to console by @hwbrzzl in #41
- Request modify and add methods by @hwbrzzl in #43
- Queue support delayed dispatching by @hwbrzzl in #61
- The Connection in ORM supports set table prefix and singular by @hwbrzzl in #65
- Add docker-compose.yml file by @hwbrzzl in goravel/goravel#65
- Optimize Orm chain operation by @hwbrzzl in #66
- Add some new methods to Orm by @hwbrzzl in #68
- Support multiple SQL in migration file by @hwbrzzl in #69
- Add minio driver for File Storage by @hongyukeji in #48
- contracts/http add status mapping of net/http by @hwbrzzl in #73
Breaking Changes 🛠
- APP_KEY required by @hwbrzzl in #44
- Add ctx parameter to the methods under Form Request by @hwbrzzl in #63
- facades.Auth.Parse adds payload returns by @hwbrzzl in #64
- Some methods of Orm add new return values by @hwbrzzl in #67
New Contributors
- @devhaozi made their first contribution in #33
- @sidshrivastav made their first contribution in #58
Upgrade Guide: Upgrading To v1.10 From v1.9
Full Changelog: v1.9.1...v1.10.0
v1.9.1
v1.9.0
What's Changed
Enhancements 🚀
- Database read-write separate by @hwbrzzl in #35
- Add database pool configuration by @hwbrzzl in #37
- Custom .env path by @hwbrzzl in #25
- Cache add Memory driver by @hwbrzzl in #26
- Orm add Paginate method by @hwbrzzl in #28
- Adding Artisan Commands for Generating Controllers, Middlewares, and Models by @merouanekhalili in #27
- Upgrade gin and add new methods for Response by @hwbrzzl in #36
Breaking Changes 🛠
Bug Fixes 🐛
- Fix get extension error by @hwbrzzl in #29
- Fix template error on
make:event
andmake:listener
command
New Contributors
- @merouanekhalili made their first contribution in #27
Upgrade Guide: Upgrading To v1.9 From v1.8
Full Changelog: v1.8.3...v1.9.0
v1.8.3
What's Changed
Enhancements 🚀
Upgrade Guide: Upgrading To v1.8 From v1.7
Full Changelog: v1.8.2...v1.8.3
v1.8.2
What's Changed
Bug Fixes 🐛
- Fix mail logic: can send mail by different ports
Upgrade Guide: Upgrading To v1.8 From v1.7
Full Changelog: v1.8.1...v1.8.2
v1.8.1
What's Changed
Bug Fixes 🐛
- Fix Orm concurrency safety issue
Other 🛠
interface{}
change toany
Upgrade Guide: Upgrading To v1.8 From v1.7
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's Changed
Exciting New Features 🎉
- Add model association for Orm
Enhancements 🚀
- Add methods for Request
- Add methods for Response
- Optimize database migrate
Breaking Changes 🛠
mock.Validator
change namesupport.Mysql
change namedatabase.NewGormInstance
is about to be deprecated
Upgrade Guide: Upgrading To v1.8 From v1.7
Full Changelog: v1.7.3...v1.8.0