Skip to content

Commit c4d914a

Browse files
committed
prepare CHANGELOG for v1.2.2
1 parent f25ada6 commit c4d914a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# CHANGELOG
22

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

55
- ...
66

7+
## [v1.2.2 (2024-03-21)](https://github.com/onlime/laravel-sql-reporter/compare/v1.2.1...v1.2.2)
8+
9+
- 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
10+
- The `SqlQuery` object is now a `readonly` class, and all the getter methods have been removed. **This is a breaking change.**
11+
- The `SqlQuery` object now includes the unprepared query and bindings.
12+
- Added tests for the reporting mechanism and the `QueryLogWritten` event
13+
- Drops support for 8.1
14+
715
## [v1.2.1 (2024-03-14)](https://github.com/onlime/laravel-sql-reporter/compare/v1.2.0...v1.2.1)
816

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

0 commit comments

Comments
 (0)