Skip to content

Releases: camirmas/grapple

Minor Fixes

06 Jun 02:20
61fad89
Compare
Choose a tag to compare

Dynamic Supervisors

21 Mar 03:02
Compare
Choose a tag to compare

In this release:

  • Updated to use Elixir 1.6.4
  • Replaced :simple_one_for_one Supervisors with DynamicSupervisors

Upgrade Elixir to 1.6.2

05 Mar 04:34
Compare
Choose a tag to compare

Updates

23 Aug 05:57
Compare
Choose a tag to compare

image

  • Fixed a bug that makes restarted hooks appear to not exist
  • Switched from Circle to Travis for CI
  • Fixed compilation warnings that occur when running tests

Polling v1

22 Nov 06:54
Compare
Choose a tag to compare

004charmander

Users can now have individual hooks poll on a specified interval, and start/stop hooks at will.

Quick fix for HTTPoison requests

20 Nov 21:51
Compare
Choose a tag to compare
Update hooks to properly use HTTPoison

Allow `Hook` to properly use `headers` and `options` in requests
using `HTTPoison`.

New structure for webhooks

20 Nov 21:28
Compare
Choose a tag to compare

003venusaur

This release changes the structure of the application so that Hooks 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

27 Sep 18:31
Compare
Choose a tag to compare

ivy

Features added:

  • defhook macro
  • Grapple.Plug

Moving forward:

  • Create a logging service to see hook results from a centralized location.
  • Add additional configurability to hooks
  • Add more functionality to Grapple.Hook GenServer

Fix dependencies

24 Sep 08:20
Compare
Choose a tag to compare

Don't need Phoenix, just Plug

First Release!!

24 Sep 07:34
Compare
Choose a tag to compare

0.1.0

bulbasaur

First Release!

This release includes the core API at Grapple.Hook, and a first implementation of Grapple.Plug.

Next steps include:

  • Adding configurability (i.e. webhook struct)
  • Setting up and testing defhook macro
  • Load testing