More Messaging Clients
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