You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/Release notes and older versions/Release Notes for Flyway Engine.html
+26
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,32 @@
7
7
8
8
</div>
9
9
<divclass="col-md-9">
10
+
<divclass="release">
11
+
<h2id="11.4.1">Flyway 11.4.1 (2025-03-21)</h2>
12
+
13
+
<h3>Bug fixes</h3>
14
+
<ul>
15
+
<li>Rule and configuration TOML files now support a BOM character at the start of the file</li>
16
+
</ul>
17
+
18
+
<h3>New features</h3>
19
+
<ul>
20
+
<li>Added support for change reports to projects deploying from a Schema model. This can be enabled by setting '-check.changesSource=schemaModel' when running 'check -changes'</li>
21
+
<li>(preview) add support for migration tags. Tags can be used to cherry pick groups of migrations.</li>
22
+
</ul>
23
+
24
+
<h3>Java compatibility</h3>
25
+
<ul>
26
+
<li>Update Snowflake to 3.23.1 to fix CVE-2025-27496</li>
27
+
</ul>
28
+
29
+
<h3>Library upgrades</h3>
30
+
<ul>
31
+
<li>Upgraded RgCompare.Cli from 1.29.0.25860 to 1.30.0.25967</li>
Copy file name to clipboardExpand all lines: flyway-database/flyway-database-nc-mongodb/src/main/java/org/flywaydb/database/nc/mongodb/MongoDBDatabase.java
0 commit comments