Grapple Versions Save

:green_apple: Webhook magic in Elixir

v1.2.4

5 years ago

#34 #40

PR: #41

1.2.3

6 years ago

In this release:

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

1.2.2

6 years ago

#35

1.2.1

6 years ago

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

1.1.0

7 years ago

004charmander

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

1.0.1

7 years ago

1.0.0

7 years ago

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

7 years ago

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

0.1.1

7 years ago

Don't need Phoenix, just Plug

0.1.0

7 years ago

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