Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Releases: devqaly/sdk-php

v0.1.2

01 Sep 14:57
65e9006
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.2-alpha

01 Sep 12:09
2a3a82f
Compare
Choose a tag to compare
v0.1.2-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0...v0.1.2-alpha

v0.1.1

30 Aug 16:45
29593e7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0-alpha - add `security token` support

28 Aug 09:50
273b56e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.8-beta...v0.1.0-alpha

v0.1.0

28 Aug 20:01
d090b14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.8-beta...v0.1.0

Remove `spatie/ray` package

11 Jul 16:03
Compare
Choose a tag to compare
Pre-release

What's new 🚀

Nothing new. Just bug fixes on this release.

Bug fixes 🐛

Remove spatie/ray package

Removed spatie/ray package

Typos, typos everywhere

11 Jul 12:36
Compare
Choose a tag to compare
Pre-release

What's new 🚀

Nothing new. Just bug fixes on this release.

Bug fixes 🐛

Typo in api URL

We have fixed the API URL. We have forgotten to add /api to the end of the https://api.devqaly.com URL.

Typo in header

We have updated our headers to reflect the new changes in our REST API. We have now added x-devqaly-* to the beginning our headers to easily identify which headers are devqaly's headers.

UTC dates & handling errors

07 Jul 18:20
Compare
Choose a tag to compare
Pre-release

What's new 🚀

Handling errors

Now, whenever there is an error from Devqaly's server, the SDK will not error out. An output to stder will be shown

UTC dates

Now, instead of using the system's timezone, we will be creating a Datetime object explicitly setting UTC timezone

Add log levels

28 Jun 15:54
Compare
Choose a tag to compare
Add log levels Pre-release
Pre-release

What's new 🚀

Add log levels

Added log level constants to LogEvent.php

Refactor events into its' own classes

28 Jun 15:46
Compare
Choose a tag to compare
Pre-release

What's new 🚀

Refactor events into it's own classes

We have refactored the codebase to have the events into its' own classes. This will allow us later down the road to allow anyone to pass their event handlers in case they would like to perform some operation before sending the event to devqaly's servers.