Skip to content

Commit e3ece0f

Browse files
committed
Add changelog entry for v0.2.0
1 parent 33aae97 commit e3ece0f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# QuickCount
22

3+
## 0.2.0 _(March 9th 2026)_
4+
- **Breaking:** Dropped support for Rails 4.x
5+
- Expanded support for Rails 5.0 through 8.0
6+
- Zero-config: removed SQL function install/uninstall infrastructure
7+
- Refactored to adapter pattern architecture
8+
- Fixed SQL injection vulnerability in table name interpolation
9+
- Enhanced estimation using `pg_stat_user_tables` with `pg_class` fallback
10+
- Added support for partitioned tables
11+
312
## 0.1.2 _(January 7th 2020)_
413
- Allows for multiple database support
514

0 commit comments

Comments
 (0)