Releases: rajmundtoth0/laravel-auditing-elasticsearch-driver
Releases · rajmundtoth0/laravel-auditing-elasticsearch-driver
1.4.1
What's Changed
- Create LICENSE by @rajmundtoth0 in #25
- Add support for PHP 8.3 and 8.4 in GitHub Actions workflow by @rajmundtoth0 in #26
- Refactor configuration handling in Elasticsearch client and related services by @rajmundtoth0 in #23
Full Changelog: 1.3.1...1.4.1
1.3.1
1.3.0
What's Changed
- Update README.md by @rajmundtoth0 in #21
- PHPStan 2.0.2 by @rajmundtoth0 in #22
Full Changelog: 1.2.1...1.3.0
1.2.1
1.2.0
What's Changed
- Update README.md by @rajmundtoth0 in #17
- Update README.md by @rajmundtoth0 in #18
- Simplify querying. by @rajmundtoth0 in #19
Breaking changes:
Instead of using internal methods to generate some simple query to Elasticsearch, the search method accepts an array to execute the query.
The following methods had been deleted:
setDateRange
setTerm
Full Changelog: 1.1.1...1.2.0
1.1.1
What's Changed
- Update README.md by @rajmundtoth0 in #16
- Increase test coverage. by @rajmundtoth0 in #15
Full Changelog: 1.0.1...1.1.1
1.1.0
What's Changed
- Create codecov.yml by @AJenbo in #14
- Implement jobs to process indexing async. by @rajmundtoth0 in #12
Full Changelog: 1.08...1.1.0
1.0.8
1.0.7
1.0.6
What's Changed
- Fix base query when there is no term by @rajmundtoth0 in #8
Full Changelog: 1.05...1.06