Skip to content

Commit

Permalink
prepare CHANGELOG for v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
onlime committed Mar 21, 2024
1 parent f25ada6 commit c4d914a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# CHANGELOG

## [v1.2.x (Unreleased)](https://github.com/onlime/laravel-sql-reporter/compare/v1.2.1...main)
## [v1.2.x (Unreleased)](https://github.com/onlime/laravel-sql-reporter/compare/v1.2.2...main)

- ...

## [v1.2.2 (2024-03-21)](https://github.com/onlime/laravel-sql-reporter/compare/v1.2.1...v1.2.2)

- The `Writer` object now has a static `shouldReportSqlQuery()` method to define a custom callback for filtering queries included in the `QueryLogWritten` event. by @pascalbaljet in #4
- The `SqlQuery` object is now a `readonly` class, and all the getter methods have been removed. **This is a breaking change.**
- The `SqlQuery` object now includes the unprepared query and bindings.
- Added tests for the reporting mechanism and the `QueryLogWritten` event
- Drops support for 8.1

## [v1.2.1 (2024-03-14)](https://github.com/onlime/laravel-sql-reporter/compare/v1.2.0...v1.2.1)

- Fix | It now runs the whole test suite with a single `vendor/bin/pest` command. by @pascalbaljet in #3
Expand Down

0 comments on commit c4d914a

Please sign in to comment.