Skip to content

Releases: PrestaShopCorp/ps_eventbus

v4.0.3

20 Jan 13:05
62cd09b
Compare
Choose a tag to compare

What's Changed

  • Fix of the count query for the incremental processing of certain shop content ;
  • Segmentation of shop content hooks for Orders, OrderCarriers, OrderCartRules, OrderDetails, and OrderStatusHistories. Each now has its own hook. Consequently, the "limit" parameter has been reactivated for these shop contents in incremental sync ;
  • Minor fix for the integration of accounts (an issue that only affected E2E tests) ;
  • PHP doc fixes.

Full Changelog: v4.0.2...v4.0.3

🐣 staging (commit 4a33fe0)

20 Jan 13:06
4a33fe0
Compare
Choose a tag to compare
Pre-release

What's Changed

  • chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /e2e by @dependabot in #404

Full Changelog: v4.0.3...staging

v4.0.2

15 Jan 17:28
dcedeaf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.0.2

v4.0.1

09 Jan 13:28
70f0f70
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

08 Jan 15:49
c9fd35a
Compare
Choose a tag to compare

What's Changed

Refactoring the whole synchronization process, sorting shopContents repositories and controllers.

#Breaking changes

Since version 4.0, all API endpoints are grouped under a single controller "apiShopContent.php" (except for the healthcheck). The route to call is now unique, and the shopContent is no longer a specific endpoint but a query parameter of the request:
http://localhost:8000/index.php?fc=module&module=ps_eventbus&controller=apiShopContent&shop_content=products

Pull Request here : #341

Full Changelog: v3.2.3...v4.0.0

v3.2.3

05 Dec 13:06
2b977d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.2...v3.2.3

v3.2.2

02 Dec 15:55
142b281
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.1...v3.2.2

v3.2.1

28 Oct 10:47
7bc604f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.2.1

v3.2.0

30 Sep 07:58
2f16ef0
Compare
Choose a tag to compare

What's Changed

LiveSync guarantees the freshness of synchronized data for 5 to 10 minutes.

Full Changelog: v3.1.2...v3.2.0

v3.1.2

13 Sep 15:53
Compare
Choose a tag to compare

Changes