Releases: confetti-framework/confetti
Releases · confetti-framework/confetti
v0.29.3
What's Changed
- Fix header not found by @rohitkeshwani07 in #145
New Contributors
- @rohitkeshwani07 made their first contribution in #145
Full Changelog: v0.29.2...v0.29.3
v0.29.2
- Use timeout from config
Full Changelog: v0.29.1...v0.29.2
v0.29.1
v0.29.0
What's Changed
Replace import
github.com/confetti-framework/contract/inter
withgithub.com/confetti-framework/framework/inter
github.com/confetti-framework/support
withgithub.com/confetti-framework/framework/support
github.com/confetti-framework/validation
withgithub.com/confetti-framework/framework/validation
github.com/confetti-framework/foundation
withgithub.com/confetti-framework/framework/foundation
Full Changelog: v0.28.0...v0.29.0
v0.28.0
What's Changed
- Remove fluent methods from errors Remove fluent methods from errors. Breaking change: Fluent methods could not be used after they came out of a function. By no longer using fluent methods in errors, we follow the standard error handling of Go.
- Add link to the API on the homepage.
Full Changelog: v0.27.0...v0.28.0
v0.27.0
What's Changed
- route:list Add HEAD method to GET route by @reindert-vetter in confetti-framework/foundation#28
- Run application middlewares on routing errors by @KevSlashNull in confetti-framework/foundation#27
Full Changelog: v0.26.0...v0.27.0
v0.26.0 Release Candidate
What's Changed
- Add example configuration file by @octoper in #133
- .env.example: update APP_HOST default value by @martinlindhe in #134
- Use github.com/confetti-framework/foundation v0.10.3 by @reindert-vetter in #135
- Fix provider path in comment by @KevSlashNull in #139
- Ignore environment files by @KevSlashNull in #138
- Print commands by group by @KevSlashNull in confetti-framework/foundation#23
- Add route:list command by @KevSlashNull in confetti-framework/foundation#24
- Group all confetti related commands by @reindert-vetter f23a2a80a8d4fba4385fbac8058d332db898ab22
- Bump github.com/tidwall/gjson from 1.7.5 to 1.9.3 by @dependabot in confetti-framework/foundation#25
New Contributors
- @octoper made their first contribution in #133
- @martinlindhe made their first contribution in #134
- @KevSlashNull made their first contribution in #139
Full Changelog: v0.25.0...v0.26.0
v0.25.0 Release Candidate
Feature
- Support database drivers MySQL and PostgreSQL
v0.24.0 Release Candidate
Feature
- Use Go 1.17 by default
- Add
app:info
command to show the Golang version
You have to appendconsole.AppInfo{}
in your console.Kernel
v0.23.2 Release Candidate
Fix
- #131 Fix listen to default host and correct port
Rename Key: env.Str("APP_KEY"),
to Key: env.String("APP_KEY"),
in config/app.go
Please adjust the following in your project: v0.23.1...v0.23.2