Releases: contentful/contentful.rb
Releases · contentful/contentful.rb
Bugfix Release v2.15.4
Bugfixes
- Fixed an issue where the
log_level
ofLogger
was changed unintentionally [#222] (thanks @MGPalmer) - Fixed an issue cause by a
Logger
not being correctly thrown away, causing an exception. [#220] (thanks @MGPalmer) - Added
title
field to assets to prevent Error raising when the field is empty. [#218] (thanks @bhtabor) - Fixed an issue with
ArrayLike
not taking multiple arguments leading to Errors when using it with pagination libraries. [#215] (thanks @fatbeard2)