CHANGELOG.md in uploadcare-ruby-4.4.0 vs CHANGELOG.md in uploadcare-ruby-4.4.1

- old
+ new

@@ -1,10 +1,24 @@ # Changelog +## 4.4.1 — 2024-04-27 + +### Added +* Added `AWS Rekognition Moderation` Add-On. +* Added an optional `wildcard` boolean parameter to the `generate_url` method of `AkamaiGenerator`. + +### Changed +* File attribute `datetime_stored` is deprecated and will warn on usage from `File` object properties. + +### Fixed + +* Throw `AuthError` if current public key or secret key config are empty when accessing any of the APIs. +* `AmakaiGenerator` has been renamed to `AkamaiGenerator` to fix typo in class name. + ## 4.4.0 — 2024-03-09 -### Breaking +### Breaking * Drop support of unmaintainable Ruby versions < 3.x. ### Fixed @@ -66,10 +80,10 @@ Add support of new ruby versions ### Breaking Сhanges - Drop support of unmaintainable Ruby versions (2.4, 2.5, 2.6). -- Replace unmaintainable `api_struct` with `uploadcare-api_struct` +- Replace unmaintainable `api_struct` with `uploadcare-api_struct` ### Added - Add support for Ruby 3+ (3.0, 3.1, 3.2).