0.6 #74
42atomys
announced in
Announcements
0.6
#74
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New: Formatting Module
Do you need to (re)format the received data before storing it? IT'S NOW POSSIBLE ! 🎉
One of the most useful bricks of Webhooked is perhaps this one. Formatting allows you to define the entire format of the data you will send to your storage. Globally or by storage.
⚠ This is an advanced feature ⚠
Be careful when using this feature, the slightest error in format can result in DEFINITIVE loss of the collected data. Make sure your template is correct before applying it in production.
Beautiful example
Information is always available here: https://github.com/42Atomys/webhooked/wiki/Formatting
What's Changed
feat: Formating Module by @42atomys in feat: Formating Module #71
fix(storage): Possible CWE-89 on Postgres storage by @42atomys in fix(storage): Possible CWE-89 on Postgres storage #73
chore(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in chore(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 #55
chore(deps): bump github.com/go-redis/redis/v8 from 8.11.4 to 8.11.5 by @dependabot in chore(deps): bump github.com/go-redis/redis/v8 from 8.11.4 to 8.11.5 #56
chore(deps): bump github.com/lib/pq from 1.10.4 to 1.10.5 by @dependabot in chore(deps): bump github.com/lib/pq from 1.10.4 to 1.10.5 #59
chore(deps): bump github.com/spf13/viper from 1.10.1 to 1.11.0 by @dependabot in chore(deps): bump github.com/spf13/viper from 1.10.1 to 1.11.0 #61
chore(deps): bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0 by @dependabot in chore(deps): bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0 #62
chore(deps): bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2 by @dependabot in chore(deps): bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2 #68
Full Changelog: v0.5...0.6
This discussion was created from the release 0.6.
Beta Was this translation helpful? Give feedback.
All reactions