We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf2705 commit 72c5e23Copy full SHA for 72c5e23
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+### Version 1.4.0 (Sep 18, 2025)
2
+
3
+* `CREATE OR REPLACE FUNCTION` in SQL schema dumps in #198
4
+* Added shard config to handle replica path with shard in #201
5
+* Add support for simple schema dumping in #203
6
+* Unscope :final and :settings in #208
7
+* Encapsulate format logic within Statement and helper classes in #162
8
9
### Version 1.3.1 (Feb 12, 2025)
10
11
* Restore replace database from dump schema table creation
lib/clickhouse-activerecord/version.rb
@@ -1,3 +1,3 @@
module ClickhouseActiverecord
- VERSION = '1.3.1'
+ VERSION = '1.4.0'
end
0 commit comments