Releases: fumeapp/tonic
Releases · fumeapp/tonic
v0.4.12 - ApiResource Creation endpoint
Full Changelog: v0.4.11...v0.4.12
v0.4.10
Full Changelog: v0.4.9...v0.4.10
- Fix for ApiRresource Delete
pulling helpers until it makes sense
v0.4.4 ♻️ pulling search until it makes sense in the pack
opensearch helpers
results, err := search.Search("my-index").Sort("date").Limit(10).Get()
if err != nil {
return render.Error(c, err)
}
return render.Render(c, results)
Moving from Gin to Fiber
We have moved this frameworks father framework to Fiber for multiple reasons
do not load env from a file in lambda
v0.3.1 ♻️ do not run loadfile
AWS SES Support
v0.3.0 ✨ proper result and erroring
re-factored passing routes - added AWS and S3 support
added toggles for DB connectivity
v0.1.24 ✨ toggles for DB conenctions
return bugfix
Full Changelog: v0.1.22...v0.1.23