File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 3.1.0] - 2025-09-04
8
+ ### Fixed
9
+ * Removed the @internal tag from column/index definition classes beause PHPStan complained when using them (#109 )
10
+ * Join queries couldn't use the added where* () methods (#110 )
11
+ * Escaping functionality was always using the write connection (#112 ).
12
+
13
+ # Changed
14
+ * Added new Timescale actions for the columnstore and deprecated the old ones for compression.
15
+
7
16
## [ 3.0.0] - 2025-04-23
8
17
### Backward Incompatible Changes
9
18
* Changed the trigger definition ` when() ` method to ` whenCondition() ` to solve conflict with Laravel 12.10.0
You can’t perform that action at this time.
0 commit comments