Skip to content

Commit d7d7210

Browse files
committed
docs: release 3.1.0
1 parent d90bdc9 commit d7d7210

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
716
## [3.0.0] - 2025-04-23
817
### Backward Incompatible Changes
918
* Changed the trigger definition `when()` method to `whenCondition()` to solve conflict with Laravel 12.10.0

0 commit comments

Comments
 (0)