| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-01 | 10.4 kB | |
| Version 7.2.0 source code.tar.gz | 2025-12-01 | 18.0 MB | |
| Version 7.2.0 source code.zip | 2025-12-01 | 19.2 MB | |
| Totals: 3 Items | 37.3 MB | 0 | |
What's Changed
Features
- Added namespace filtering to maintenance migrations by @spopp23 in https://github.com/fluentmigrator/fluentmigrator/pull/2171
- Improve Execute.WithConnection PerformDBOperation logging with description parameter by @Copilot in https://github.com/fluentmigrator/fluentmigrator/pull/2159
- Add IDictionary support to Update data expressions by @Copilot in https://github.com/fluentmigrator/fluentmigrator/pull/2163
- NEW PACKAGE: FluentMigrator.Analyzers
- Will warn if you have a duplicate migration version number.
- Feature/analyzers by @PhenX in https://github.com/fluentmigrator/fluentmigrator/pull/1908
- feat: Analyzers by @benmccallum in https://github.com/fluentmigrator/fluentmigrator/pull/1240
Bug Fixes
- Fix Snowflake CurrentDateTime to return TIMESTAMP_NTZ compatible value by @Copilot in https://github.com/fluentmigrator/fluentmigrator/pull/2149
- Fix duplicate clustered index issue when both CreateWithPrimaryKey and UniqueIndexName are set by @Copilot in https://github.com/fluentmigrator/fluentmigrator/pull/2160
- Fix WithGlobalConnectionString silent failure with invalid connection strings by @Copilot in https://github.com/fluentmigrator/fluentmigrator/pull/2157
- ADR: Statement Seperators by @jzabroski in https://github.com/fluentmigrator/fluentmigrator/pull/2046
- Make SqlServer2008TypeMap a public class by @jayharris in https://github.com/fluentmigrator/fluentmigrator/pull/2095
- Force integer formatting with invariant culture (fixes [#2063]) by @PhenX in https://github.com/fluentmigrator/fluentmigrator/pull/2118
- Fixes [#2020]: Remove Obsolete interfaces in FluentMigrator.Runner.Postgres by @jzabroski in https://github.com/fluentmigrator/fluentmigrator/pull/2024
- Sample code should have explicit dependabot.yml config by @jzabroski in https://github.com/fluentmigrator/fluentmigrator/pull/2032
- Fixes [#2034]: Make internal field MigrationBase._context private by @jzabroski in https://github.com/fluentmigrator/fluentmigrator/pull/2035
- Fixes [#2054]: Support Insert multiple rows from IEnumerable by @jayharris in https://github.com/fluentmigrator/fluentmigrator/pull/2086
- Fix automapper build break from upgrade to 15.0.0 by @jzabroski in https://github.com/fluentmigrator/fluentmigrator/pull/2123
- Fix sample by @jzabroski in https://github.com/fluentmigrator/fluentmigrator/pull/2122
- GitHub Actions + Coverlet Code Coverage + ubuntu container integration tests + Oracle N_CLOB fix on linux by @jzabroski in https://github.com/fluentmigrator/fluentmigrator/pull/2128
- Make Oracle integration tests run and fix Oracle single statement execution code by @PhenX in https://github.com/fluentmigrator/fluentmigrator/pull/2126
- Fix CS0518: Add IsExternalInit stub for netstandard2.0 in Analyzers by @Copilot in https://github.com/fluentmigrator/fluentmigrator/pull/2178
- Fix MySQL .AsTime() creating DATETIME column instead of TIME by @Copilot in https://github.com/fluentmigrator/fluentmigrator/pull/2190
- Fix RawSql backward compatibility in DELETE and UPDATE WHERE clauses by @Copilot in https://github.com/fluentmigrator/fluentmigrator/pull/2199
Breaking Changes
Runner Behavior Changes
- ListMigrations should not warn when current migration is listed by @jzabroski in https://github.com/fluentmigrator/fluentmigrator/pull/2155
Third Party Database Runners
- Replace DB2 dll with Net.IBM.Data.Db2 nuget package by @jzabroski in https://github.com/fluentmigrator/fluentmigrator/pull/2130
- Improve DB2 loading and fix build error from previous change. by @jzabroski in https://github.com/fluentmigrator/fluentmigrator/pull/2174
Possible ABI Breaking Changes
- Move IQuoter to FluentMigrator.Generation namespace; add compatibility wrapper instead of the TypeForwardedTo to eliminate Obsolete usage warnings by @PhenX in https://github.com/fluentmigrator/fluentmigrator/pull/2142
Removing Obsolete APIs
- Remove obsolete IMigrationProcessor.ConnectionString (fixes [#2036]) by @PhenX in https://github.com/fluentmigrator/fluentmigrator/pull/2120
- Remove obsolete constructor in DotConnectOracleDbFactory by @jzabroski in https://github.com/fluentmigrator/fluentmigrator/pull/2133
- Remove obsolete constructors on DefaultVersionTableMetaData by @jzabroski in https://github.com/fluentmigrator/fluentmigrator/pull/2134
-
Remove obsolete ReflectionBasedDbFactory constructors by @jzabroski in https://github.com/fluentmigrator/fluentmigrator/pull/2138
-
Add comprehensive VitePress documentation website for FluentMigrator by @PhenX in https://github.com/fluentmigrator/fluentmigrator/pull/2166
- Fix VitePress base path for organization GitHub Pages deployment by @Copilot in https://github.com/fluentmigrator/fluentmigrator/pull/2177
- Add conditional net48 targeting to FluentMigrator.Analyzers.Tests by @Copilot in https://github.com/fluentmigrator/fluentmigrator/pull/2184
- Configure FluentMigrator-specific Copilot instructions by @Copilot in https://github.com/fluentmigrator/fluentmigrator/pull/2180
- Deploy docs to fluentmigrator/fluentmigrator.github.io repository by @Copilot in https://github.com/fluentmigrator/fluentmigrator/pull/2185
Dependency bumps
- Bump System.ValueTuple and Microsoft.NETFramework.ReferenceAssemblies by @dependabot[bot] in https://github.com/fluentmigrator/fluentmigrator/pull/2017
- Bump FluentMigrator.MSBuild and Microsoft.NETFramework.ReferenceAssemblies by @dependabot[bot] in https://github.com/fluentmigrator/fluentmigrator/pull/2016
- Bump the core-dependencies group with 2 updates by @dependabot[bot] in https://github.com/fluentmigrator/fluentmigrator/pull/2031
- Bump the database-driver-dependencies group with 2 updates by @dependabot[bot] in https://github.com/fluentmigrator/fluentmigrator/pull/2030
- Bump FluentMigrator.MSBuild and Microsoft.NETFramework.ReferenceAssemblies by @dependabot[bot] in https://github.com/fluentmigrator/fluentmigrator/pull/2028
- Bump the test-dependencies group across 1 directory with 4 updates by @dependabot[bot] in https://github.com/fluentmigrator/fluentmigrator/pull/2033
- Bump the database-driver-dependencies group with 3 updates by @dependabot[bot] in https://github.com/fluentmigrator/fluentmigrator/pull/2037
- Bump the other-dependencies group with 2 updates by @dependabot[bot] in https://github.com/fluentmigrator/fluentmigrator/pull/2040
- Bump the database-driver-dependencies group with 2 updates by @dependabot[bot] in https://github.com/fluentmigrator/fluentmigrator/pull/2039
- Bump the core-dependencies group with 10 updates by @dependabot[bot] in https://github.com/fluentmigrator/fluentmigrator/pull/2038
- Bump the database-driver-dependencies group across 1 directory with 7 updates by @dependabot[bot] in https://github.com/fluentmigrator/fluentmigrator/pull/2044
- Bump the test-dependencies group with 4 updates by @dependabot[bot] in https://github.com/fluentmigrator/fluentmigrator/pull/2043
- Bump the database-driver-dependencies group with 2 updates by @dependabot[bot] in https://github.com/fluentmigrator/fluentmigrator/pull/2045
- Bump the database-driver-dependencies group with 3 updates by @dependabot[bot] in https://github.com/fluentmigrator/fluentmigrator/pull/2047
- Bump the database-driver-dependencies group with 2 updates by @dependabot[bot] in https://github.com/fluentmigrator/fluentmigrator/pull/2048
- Add StatementFormat to handle more consistently semicolons by @PhenX in https://github.com/fluentmigrator/fluentmigrator/pull/2025
- Update Autofac to 8.3.0 by @dependabot[bot] in https://github.com/fluentmigrator/fluentmigrator/pull/2050
- Bump FSharp.Core from 9.0.202 to 9.0.303 by @dependabot[bot] in https://github.com/fluentmigrator/fluentmigrator/pull/2114
- Bump Microsoft.Extensions.Configuration.Binder and 7 others by @dependabot[bot] in https://github.com/fluentmigrator/fluentmigrator/pull/2110
- Bump the test-dependencies group with 10 updates by @dependabot[bot] in https://github.com/fluentmigrator/fluentmigrator/pull/2083
- Bump the runner-dependencies group with 1 update by @dependabot[bot] in https://github.com/fluentmigrator/fluentmigrator/pull/2109
Code Infrastructure Improvements / Code Style Clean-up
- Computed columns integration tests by @PhenX in https://github.com/fluentmigrator/fluentmigrator/pull/2131
- Use short get/set syntax for simple properties by @PhenX in https://github.com/fluentmigrator/fluentmigrator/pull/2121
- CS1591 warnings by @jzabroski in https://github.com/fluentmigrator/fluentmigrator/pull/2139
- Create copilot-instructions.md by @jzabroski in https://github.com/fluentmigrator/fluentmigrator/pull/2151
- Change pull_request to pull_request_target event by @jzabroski in https://github.com/fluentmigrator/fluentmigrator/pull/2156
- Improve PR pipeline: more integration envs and test infos to the pipeline by @PhenX in https://github.com/fluentmigrator/fluentmigrator/pull/2148
- Enhance GitHub Actions to build on ubuntu-latest and windows-latest by @Copilot in https://github.com/fluentmigrator/fluentmigrator/pull/2162
- docs: fix typos in some files by @khanhkhanhlele in https://github.com/fluentmigrator/fluentmigrator/pull/2172
- Limit CI test targets by OS: run net8.0 on Linux and net48 on Windows only by @spopp23 in https://github.com/fluentmigrator/fluentmigrator/pull/2173
- Fix .NET Framework 4.8 Developer Pack installation with dynamic URL resolution by @Copilot in https://github.com/fluentmigrator/fluentmigrator/pull/2187
- Update azure-pipelines-pullrequests.yml by @jzabroski in https://github.com/fluentmigrator/fluentmigrator/pull/2096
- Update dependabot.yml by @jzabroski in https://github.com/fluentmigrator/fluentmigrator/pull/2112
New Contributors
- @jayharris made their first contribution in https://github.com/fluentmigrator/fluentmigrator/pull/2095
- @Copilot made their first contribution in https://github.com/fluentmigrator/fluentmigrator/pull/2159
- @khanhkhanhlele made their first contribution in https://github.com/fluentmigrator/fluentmigrator/pull/2172
- @spopp23 made their first contribution in https://github.com/fluentmigrator/fluentmigrator/pull/2173
- @benmccallum made their first contribution in https://github.com/fluentmigrator/fluentmigrator/pull/1240
Full Changelog: https://github.com/fluentmigrator/fluentmigrator/compare/v7.1.0...v7.2.0