We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33aae97 commit e3ece0fCopy full SHA for e3ece0f
1 file changed
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# QuickCount
2
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
+
12
## 0.1.2 _(January 7th 2020)_
13
- Allows for multiple database support
14
0 commit comments