Skip to content

More Messaging Clients

Compare
Choose a tag to compare
@keiffster keiffster released this 14 Feb 20:16
· 293 commits to master since this release

v1.10.0 sees the number of messaging clients grow with addition of

  • Twilio SMS
  • Line
  • Viber
  • Slack

This makes Program-Y one of the richest client protocol chat bot frameworks. The clients can be used independently of each other, or chain together using REST services so that a single brain can offer all available messaging channels.

In addition, this release also includes

  • Support for Redis as a conversation cache. This can be swapped out for the file system cache via config settings ( see documentation )
  • Numerous bug fixes
  • Improved Chinese Langauge support
  • Performance enhancements