Releases: norbybaru/laravel-aws-timestream
Releases · norbybaru/laravel-aws-timestream
v0.4.0
What's Changed
- Laravel 11 support by @norbybaru in #41
- Bump ramsey/composer-install from 1 to 3 by @dependabot in #46
- Bump actions/cache from 3 to 4 by @dependabot in #42
- Bump actions/checkout from 2 to 4 by @dependabot in #44
- Bump aws-actions/configure-aws-credentials from 2 to 4 by @dependabot in #45
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #43
- Update orchestra/testbench requirement from ^7.0|^8.0|9.0 to ^7.0|^8.0|^9.0 by @dependabot in #47
- Update phpunit/phpunit requirement from ^9.5|^10.0 to ^9.5|^10.0|^11.0 by @dependabot in #48
New Contributors
- @dependabot made their first contribution in #46
Full Changelog: v0.3.1...v0.4.0
v0.3.1
Fix PayloadBuilder optional dimensions
What's Changed
- fix: Casting of the value of dimension from buildCommonAttributes to string by @draui in #36
- fix: setting default dimensions as an empty array by @draui in #37
- refactor unit test by @norbybaru in #38
New Contributors
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Implement a fluent payload builder class to improve building ingestion data
What's Changed
- Improve payload builder and add more feature tests by @norbybaru in #31
- Update readme for the new release by @norbybaru in #35
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Force push on update CHANGELOG by @norbybaru in #6
- remove final keyword by @norbybaru in #7
- update changelog by @norbybaru in #8
- refactor query builer by @norbybaru in #9
- change builder function signature to public by @norbybaru in #10
- allow aws region override by @norbybaru in #13
- add support for laravel 10 by @norbybaru in #14
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- update changelog by @norbybaru in #3
- refactor query builder by @norbybaru in #4
- replaces sources with aliases by @norbybaru in #5
Full Changelog: v0.1.0...v0.1.1
Initial Release
First Release 🚀