Bug fixes:
- Fix Gemfile.lock
Changes:
- Show UUID of subscribers in output of
rtm sub list
(#36)
Bug fixes:
- Subscription now includes max_events and timeout details so they get printed
$LOAD_PATH
is fixed so./exe/rtm
can now be run directly
Changes:
- Unpin oj (#25)
Bug fixes:
- Fixes out of scope config (#30)
Bug fixes:
- Send UUID from given TOKEN when adding/updating subscription(s) (#28)
Features:
- Adds the
rtm
command-line API wrapper (#24) - Adds the
#monitor_subscriptions
API (#17)
Changes:
- The
Routemaster::Topic
value object class is not namespaced asRoutemaster::Client::Topic
(#17)
Bug fixes:
- Always send a timestamp when sending asynchronously (#20)
- Sidekiq 5 compatibility (#22)
Features:
- Adds support for event payloads (#16)