Releases: acquia/content-hub-php
Releases · acquia/content-hub-php
3.6.0
What's Changed
- Added getInterestList function and deprecated getInterestsByWebhook and getInterestsByWebhookAndSiteRole. by @narendradesai in #198
- Added webhook_version attribute in client metadata. by @narendradesai in #199
- Fixed bug in ContentHubClient::deleteMultipleInterest() function. by @kirtigarg2584 in #202
Full Changelog: 3.5.2...3.6.0
3.5.2
What's Changed
deleteMultipleInterest()
method added in ContenthubClient class. by @kirtigarg2584 in #194- Added request id and status code in the search endpoint exception. by @narendradesai in #197
Full Changelog: 3.5.1...3.5.2
3.5.1
What's Changed
- Propagate changes from 3.x to 3.5.x by @kirtigarg2584 in #189
- LCH-6798: Handle exceptions which do not have response objects. 3.5.x. by @narendradesai in #192
Full Changelog: 3.5.0...3.5.1
3.4.2
What's Changed
- Handle maintenance mode by @kirtigarg2584 in #188
- Updated maintenance mode code 5031. 3.4.x by @narendradesai in #190
- Handle exceptions which do not have response objects. 3.4.x by @narendradesai in #193
Full Changelog: 3.4.1...3.4.2
2.7
3.5.0
What's Changed
- Added an exception if search is not responding instead of returning empty document.
- Logging an error message, if unable to delete client.
- Added methods for sending client metadata while registering or updating the client.
- Added optional argument to fetch disabled entities in interest list api.
Full Changelog: 3.4...3.5.0
3.4.1
What's Changed
- Added an exception if search is not responding, instead of returning empty document.
- Log error message if unable to delete client.
Full Changelog: 3.4...3.4.1
3.4
What's Changed
- Remove coveralls from github actions. by @saxumVermes in #175
- Add new status for syndication in interest list. by @saxumVermes in #177
- Use proper typehints. by @saxumVermes in #178
- Using PSR logger trait in loggermock. by @narendradesai in #179
Full Changelog: 3.3...3.4
2.6
What's Changed
- Added guzzlehttp/guzzle 8 version compatibility. by @narendradesai in #166
- Added php 8.2 in github actions. by @narendradesai in #171
- Removed coveralls from github actions. by @saxumVermes in #176
Full Changelog: 2.5...2.6
3.3
What's Changed
- Php 8.2 support.
- Extended logging.