Releases: camirmas/grapple
Releases · camirmas/grapple
Minor Fixes
Dynamic Supervisors
In this release:
- Updated to use Elixir 1.6.4
- Replaced
:simple_one_for_one
Supervisors with DynamicSupervisors
Upgrade Elixir to 1.6.2
Updates
Polling v1
Quick fix for HTTPoison requests
Update hooks to properly use HTTPoison Allow `Hook` to properly use `headers` and `options` in requests using `HTTPoison`.
New structure for webhooks
This release changes the structure of the application so that Hook
s run in individual processes, and execute their individual broadcast
functions asynchronously. It also separates out the concepts of topics and hooks, so that we can later provide configurable options at both the topic level and the hook level. This will be especially useful when we get to interval polling.
0.2.0
Fix dependencies
Don't need Phoenix, just Plug