Releases: messagebird/php-rest-api
Releases · messagebird/php-rest-api
v3.1.5 🌈
v3.1.4
🧰 Maintenance
- Allow PHP 8.2 too @ziming (#212)
- chore: release 3.1.4 @CoolGoose (#213)
v3.1.3
🐛 Bug Fixes
- Use MessageReponse mapper instead of Message when calling list endpoint @dennisvdvliet (#210)
- Fix listing Accounts @gronostajo (#201)
- bugfix #207 format/hlr to stdClass type @CoolGoose (#209)
🧰 Maintenance
- chore: bump version to 3.1.3 @CoolGoose (#211)
v3.1.2
v3.1.1 🌈
Changes
- Correct typing in phpdocs and fix getCustomDetails() @gronostajo (#194)
v3.1.0 🌈
v3.0.0
🚀 Features
- Deprecated loadFromArray for loadFromStdClass and fixed parsing of contacts in Groups::getContacts @MelvinLoos (#182)
- Psalm + Rector + Phpstorm manual fixes on typings and properties @CoolGoose (#173)
- PHP 8.1 Deprecation fixes @agustingomes (#190)
🐛 Bug Fixes
- Add additional properties to Recipient object @dennisvdvliet (#186)
- fix possible nullable item api responses to just return an empty array item list @CoolGoose (#181)
- add lastMessageId to the MessageReference @abisatria1 (#179)
- Pin psalm version in composer and github action @dennisvdvliet (#187)
New Contributors
- @abisatria1 made their first contribution in #179
- @agustingomes made their first contribution in #190
- @MelvinLoos made their first contribution in #182
Full Changelog: v2.1.0...v3.0.0
v2.1.0
v2.0.1
v2.0.0 🌈
🚀 Features
- ⬆️ Provide support for PHP 8. @lucasmichot (#156)
- Add ability to fetch email messages created by Verify email verification @Xethron (#171)
- init psalm on codebase and fix generic issues @CoolGoose (#167)
- Enforce PSR-2 syntax. @lucasmichot (#157)
- Added MessageResponse DTO and added the ability to set response objects @JohnstonCode (#170)
- Add email failure code and description @Xethron (#174)
🧰 Maintenance
- update minimum version requirement to php 7.3 in the docs @CoolGoose (#168)
- Fix svg link for build badge @CoolGoose (#166)
- add github-actions-badge @CoolGoose (#165)
- bump client version @CoolGoose (#163)
- Pr labeler @CoolGoose (#164)
- Bugfix: Psalm - Fix parameter name @Xethron (#172)
- Update body response @spaitnet (#128)