Releases: intercom/intercom-ruby
Releases · intercom/intercom-ruby
Fix for PR353 lonely operator error
#353 Resolved issue with NoMEthodError being returned when parsed_body was nil.
However, this created an issue for some versions of Ruby.
This release adds a different error check for the parsed_body being nil which should work with all supported versions.
Fix NoMethodError issue
Fixing issue where NoMethodError is returned as described in #339
Release with handle rate limit
This version has a flag to handle rate limits if so desired.
Please see the readme for more info