Skip to content

Releases: cloudblue/connect-php-sdk

Refactor Release

15 Oct 10:16
113558e
Compare
Choose a tag to compare
- Added autotesting coverage
- Introduced new FulfillmentAutomation interface instead of former RequestsProcessor
- Removed php Reflection as performance improvement
- New Model system
- Added Guzzle as defult http client

1.0.4

20 Sep 17:44
d8a4f29
Compare
Choose a tag to compare

2 improvements done in the library:

  • Moved to PSR-4
  • Moved variables that was accessible to public

1.0.3

18 Sep 16:59
8b74112
Compare
Choose a tag to compare

1.0.3

[BugFix]: Fixed issue with composer autoload

1.0.2

10 Sep 19:22
569fd13
Compare
Choose a tag to compare

1.0.2

Support for APS Connect release 12
    - New method renderTemplate to get activation template populated for a given request
    - Approve mechanism for requests supports both, activation_tile and template_id.
      in case that message returned by script matches template_id type, this one is used automatically
    - Added default filter to list only pending requests

1.0.1

06 Sep 19:22
633a586
Compare
Choose a tag to compare

1.0.1

Support for APS Connect release 12
    - New method renderTemplate to get activation template populated for a given request
    - Approve mechanism for requests supports both, activation_tile and template_id.
      in case that message returned by script matches template_id type, this one is used automatically

1.0.0

30 Aug 16:57
ee50b7c
Compare
Choose a tag to compare

v1.0.0
Initial version of APS Connect SDK with basic features:
- query requests list
- invoke user-defined processing procedure
- handle processing results
- update request parameters if required
- logging functionality
- collect debug logs in case of failure