Releases: devqaly/sdk-php
v0.1.2
What's Changed
- Send as json to devqaly's backend by @CharlieBrownCharacter in #7
- [v0.1.2] Send JSON payload by @CharlieBrownCharacter in #8
Full Changelog: v0.1.1...v0.1.2
v0.1.2-alpha
What's Changed
- Send as json to devqaly's backend by @CharlieBrownCharacter in #7
Full Changelog: v0.1.0...v0.1.2-alpha
v0.1.1
What's Changed
- Add support for security token by @CharlieBrownCharacter in #5
- Next by @CharlieBrownCharacter in #6
Full Changelog: v0.1.0...v0.1.1
v0.1.0-alpha - add `security token` support
What's Changed
- Feature/add tests by @CharlieBrownCharacter in #3
- Add support for security token by @CharlieBrownCharacter in #5
New Contributors
- @CharlieBrownCharacter made their first contribution in #3
Full Changelog: v0.0.8-beta...v0.1.0-alpha
v0.1.0
What's Changed
- Feature/add tests by @CharlieBrownCharacter in #3
Full Changelog: v0.0.8-beta...v0.1.0
Remove `spatie/ray` package
What's new 🚀
Nothing new. Just bug fixes on this release.
Bug fixes 🐛
Remove spatie/ray
package
Removed spatie/ray
package
Typos, typos everywhere
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
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
What's new 🚀
Add log levels
Added log level constants to LogEvent.php
Refactor events into its' own classes
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.