This repository has been archived by the owner on Aug 18, 2020. It is now read-only.
Releases: pusher/chatkit-server-ruby
Releases · pusher/chatkit-server-ruby
1.9.2
1.9.1
Fixes
- Fix support for parameters which allow spaces.
Methods whose parameters contain spaces and were interpolated into URI path segments were incorrectly encoded. For example, user ids containing spaces when passed to get_user_rooms had spaces encoded as '+' (suitable for query strings) not '%20'.
1.9.0
Additions
- Adds message editing via
edit{_simple,_multipart,}_message
.
1.7.1
- Includes updated Gemfile.lock
1.7.0
- Adds support for fetching a single message by its message ID via
fetch_multipart_message
send_multipart_message
now properly propagates thename
andcustom_data
for any attachments provided- Fixes compatibility issue with Ruby 2.1.x
1.6.0
Adds support for setting push_notification_title_override
in create_room
and update_room
methods.
1.5.0
Adds ability to specify ids for rooms.