Skip to content

Releases: fumeapp/tonic

v0.4.12 - ApiResource Creation endpoint

05 Oct 15:30
Compare
Choose a tag to compare

v0.4.10

04 Oct 00:53
Compare
Choose a tag to compare

Full Changelog: v0.4.9...v0.4.10

  • Fix for ApiRresource Delete

pulling helpers until it makes sense

27 Sep 21:42
Compare
Choose a tag to compare
v0.4.4

♻️ pulling search until it makes sense in the pack

opensearch helpers

26 Sep 23:06
Compare
Choose a tag to compare
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

23 Sep 02:21
Compare
Choose a tag to compare

We have moved this frameworks father framework to Fiber for multiple reasons

do not load env from a file in lambda

12 Sep 17:52
Compare
Choose a tag to compare
v0.3.1

♻️ do not run loadfile

AWS SES Support

31 Aug 02:03
Compare
Choose a tag to compare
v0.3.0

✨ proper result and erroring

re-factored passing routes - added AWS and S3 support

27 Aug 08:19
Compare
Choose a tag to compare

added toggles for DB connectivity

26 Aug 18:58
Compare
Choose a tag to compare
v0.1.24

✨ toggles for DB conenctions

return bugfix

25 Aug 18:52
Compare
Choose a tag to compare