Skip to content

Releases: acquia/content-hub-php

3.6.0

08 Oct 15:59
Compare
Choose a tag to compare

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

01 Jul 13:57
Compare
Choose a tag to compare

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

14 Dec 11:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.5.0...3.5.1

3.4.2

14 Dec 11:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.1...3.4.2

2.7

14 Dec 11:24
268b17a
Compare
Choose a tag to compare
2.7

What's Changed

Full Changelog: 2.6...2.7

3.5.0

12 Sep 05:47
Compare
Choose a tag to compare

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

12 Sep 05:45
Compare
Choose a tag to compare

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

05 Jun 06:44
db287bf
Compare
Choose a tag to compare
3.4

What's Changed

Full Changelog: 3.3...3.4

2.6

26 Jun 05:39
b3879ae
Compare
Choose a tag to compare
2.6

What's Changed

Full Changelog: 2.5...2.6

3.3

27 Apr 06:53
Compare
Choose a tag to compare
3.3

What's Changed

  • Php 8.2 support.
  • Extended logging.