This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
Releases: gobuffalo/buffalo
Releases · gobuffalo/buffalo
v1.1.0
What's Changed
- removed pop logger setting that is not required to do by buffalo by @sio4 in #2346
- added assert middleware to assert handler's behavior. (fix #2339) by @sio4 in #2345
- made panic event to use the same standard payload type by @sio4 in #2352
- For nulls.Time, decode empty value as NULL by @travisturner in #2359
- enabled stack trace when the original error support it (in dev and event) by @sio4 in #2361
- process: version bump and module update by @sio4 in #2363
New Contributors
- @travisturner made their first contribution in #2359
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- safer error handling by @schparky in #2322
- update module dependencies, dependabot configuration, and stale action by @sio4 in #2331
- added detailed comment for render.Download() by @sio4 in #2333
- made request logger the last middleware by @sio4 in #2334
- upgrade module dependencies and version bump by @sio4 in #2336
See also milestone issue for this release: #2332
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Congratulations 🎉 Buffalo core v1!
(No code changes since v0.18.9, just a few module dependency updates)
Full Changelog: v0.18.9...v1.0.0
v0.18.9
What's Changed
- updated genny version one more time to fix a warning message.
Full Changelog: v0.18.8...v0.18.9
v0.18.8
What's Changed
- fix template based i18n support issues by @sio4 in #2259
- Reduce dependencies on external libraries by @fasmat in #2260
- using path rather than filepath for URL-ish internal expressions by @sio4 in #2262
- fixed racing condition of the simple worker by @sio4 in #2266
- replace the package
refresh
with the forked gobuffalo version by @sio4 in #2271 - replaced
grift
with gobuffalo mirror and dependency update by @sio4 in #2293
Full Changelog: v0.18.7...v0.18.8
v0.18.7
What's Changed
- Bump github.com/gobuffalo/plush/v4 from 4.1.9 to 4.1.10 by @dependabot in #2228
- Fixed multi-homing feature and related bugs. (#2222) by @sio4 in #2226
- Bump github.com/gobuffalo/flect from 0.2.4 to 0.2.5 by @dependabot in #2229
- Bump github.com/BurntSushi/toml from 1.0.0 to 1.1.0 by @dependabot in #2230
- Bump actions/setup-go from 2 to 3 by @dependabot in #2237
- Bump actions/stale from 4 to 5 by @dependabot in #2236
- HTTPError Error() avoid nil pointer dereference on nil Cause by @saurori in #2238
- Bump github.com/gobuffalo/pop/v6 from 6.0.1 to 6.0.2 by @dependabot in #2244
- hardening DefaultContext to make it panic-free by @sio4 in #2246
- added input/status checks, testcases, and comments for road-to-v1 by @sio4 in #2243
- Remove ioutil package by @fasmat in #2252
- Fix logging of where application is bound by @hut8 in #2249
- v0.18.7 by @paganotoni in #2255
Full Changelog: v0.18.6...v0.18.7
v0.18.6
What's Changed
- Update quick start links as they're 404ing by @aporcupine in #2233
- Set permissions for GitHub actions by @naveensrinivasan in #2235
- Changing Host function into VirtualHost not to break Host property usage by @sio4
- v0.18.6 by @paganotoni in #2239
New Contributors
- @aporcupine made their first contribution in #2233
- @naveensrinivasan made their first contribution in #2235
Full Changelog: v0.18.5...v0.18.6
v0.18.5
What's Changed
- Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 by @dependabot in #2219
- fixed server and worker to be gracefully shut down by @sio4 in #2214
- Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #2223
- v0.18.5 by @paganotoni in #2221
Full Changelog: v0.18.4...v0.18.5
v0.18.4
What's Changed
- Bump actions/checkout from 2 to 3 by @dependabot in #2213
- Bump github.com/BurntSushi/toml from 0.4.1 to 1.0.0 by @dependabot in #2197
- Fixes flashes being cleared on redirect #2211 by @paganotoni in #2216
Full Changelog: v0.18.3...v0.18.4
v0.18.3
What's Changed
- Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 by @dependabot in #2190
- Fix typo in doc for PreWare and PreWares by @mike-lloyd03 in #2202
- Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 by @dependabot in #2192
- Bump github.com/gobuffalo/pop/v6 from 6.0.0 to 6.0.1 by @dependabot in #2183
- task: moving error templates to files by @paganotoni in #2205
- Only save Session once to avoid duplicate session cookie by @saurori in #2193
- Configure Dependabot to merge to development instead of main by @fasmat in #2206
- Development by @paganotoni in #2207
New Contributors
- @mike-lloyd03 made their first contribution in #2202
- @saurori made their first contribution in #2193
Full Changelog: v0.18.2...v0.18.3