Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 729 Bytes

CHANGELOG.md

File metadata and controls

21 lines (19 loc) · 729 Bytes

Version 2.0

2.0.1

  • Use bytesize to truncate alert when necessary
  • Better calculation on payload size. (botvinik)
  • Fix generating payload should use bytesize. (piotr-sokolowski)
  • Rescuing and repairing broken connections (Arseniy Ivanov)

2.0.0

  • adding connection_pool for handle apple sockets
  • removing resque hard dependency
  • adding support for sending sync messages
  • adding Thread support
  • adding support to sidekiq (Caue Guerra)
  • truncation messages when payload is greater than 256 option (Caue Guerra)

Version 1.0

1.0.6

  • Added support for password-protected .pem files
  • Read feedback data in 38-byte chunks
  • Support passing dictionary as :alert key
  • Logging to STDOUT if no other loggers present