Sha256: b90a65973023dd8d35208db9d7c87dc28bebb377f0312538faf84940ff78988d
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
# develop # 1.1.0 * Feature: Allow specifying an event mask (other than 'ALL') when connecting * CS: Minor performance improvements from removing repeated regex compilation # 1.0.5 * Bugfix: Allow sending large app arguments. Application arguments (headers in general) are limited to 2048 bytes. The work-around is to send them in the body of the message with a content-length header. * CS: Avoid Celluloid deprecation warnings # 1.0.4 * Bugfix: Loosen celluloid dependency # 1.0.3 * Bugfix: JRuby compatability # 1.0.2 * Bugfix: Interpret API responses correctly # 1.0.1 * Bugfix: Bump celluloid dependency # 1.0.0 * Feature: Stable API * Bugfix: Handle refused connections to FreeSWITCH # 0.3.1 * Bugfix: Disconnect notices are successfully handled # 0.3.0 * Feature/Change: Switch command methods from yielding the result asynchronously to returning it synchronously. Allows for better actor usage (async/futures) # 0.2.0 * Feature: Common command helper methods * Feature: Trace level logging & easy logging override * Feature: Clean shutdown * Feature: Separate stream creation and connection/execution * API Documentation # 0.1.0 * Initial release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby_fs-1.1.0 | CHANGELOG.md |