All Versions
24
Latest Version
Avg Release Cycle
41 days
Latest Release
2178 days ago

Changelog History
Page 1

  • v4.0.0

    May 03, 2018
  • v4.0.0-dev

    May 03, 2018
  • v3.2.9 Changes

    August 25, 2020

    ๐Ÿ‘ #1319 - Support OutputSemicolonDelimiter Config Option for Console Runner (@manu-m)
    0๏ธโƒฃ #1325 - Enhance description to disable flag that has default value = true (@igitur)
    ๐Ÿšš #1324 - Remove unnecessary Microsoft.Data.Sqlite dependencies to a lot of the projects. (@igitur)
    #1322 - Oracle: fix query in SequenceExists (@emejibka)
    #1261 - Oracle: add schemaName to sql for create index expressions (@emejibka)

  • v3.2.8 Changes

    July 22, 2020

    ๐Ÿ‘ #1272 - Add support for Postgres 10 Identity fields (@Sohra) cf #1084 (@EduAlbSantos alternative proposal that was built and deserves noteworthy praise for effort)
    #1287 - Add Schema Name to OracleGenerator (@emejibka) R/t #1261
    โœ… #1286 - Support SequenceExists test for OracleProcessorBase (@emejibka) R/t #1261
    #1291 - Sqlite rename column (@Chandler-Davidson). R/t #1290
    #1266 - Fix OracleException ORA-01704 string literal too long. (@fairking) R/t bug from #1265
    #1296 - Add option to output semicolon delimiter (@pedrofernandesfilho) R/t bug from #765
    #1283 - Connection string Password is not replaced (@jzabroski) R/t bug from #1283 (@benjaminrupp)
    ๐Ÿ— #1289 - Fully Deterministic Build with SourceLink (@jzabroski)
    #1278 - Can't create a unique filtered index with included columns. (@jzabroski) R/t bug from #1278 (@Powerz)
    #1304 - PostgreSQL: DbType 'DateTimeOffset' Validate Precision (@jzabroski) R/t bug from @ikusmart)

  • v3.2.7 Changes

    June 08, 2020

    0๏ธโƒฃ #1210 : AddFluentMigratorCore() - Only register default IConventionSet if none registered yet. (@tgharold) Fixes #1194. (@rodrigoramos)
    #1257 : Display preview-only mode header when running migrate:down (@sowings13)
    ๐Ÿ›  #1253 : Do not use Console.WriteLine. (@pergardebrink) Fixes #1252 (@YeskaNova)
    ๐Ÿšš #1243 : Add description to sql statement expression. (@pergardebrink) Addresses feature request #1242 How to remove sensitive information (ex: passwords) from the output (@andrecarlucci)
    ๐Ÿ“š #1130 : Add unmapped subcommands for FluentMgirator.DotNet.Cli. Fixes #1123 dotnet fm rollback all does not work . Documentation was also updated in fluentmigrator/documentation#19 @gandarez
    #1196 : Fix large string literals oracle @PhenX
    โœ… #1187 : Adds tests to reproduce the infinite loop issue in #970 (@PeterKneale)
    ๐Ÿ‘ #1081 : Support for MSSQL index filters and data compression (@gliljas)

  • v3.2.6 Changes

    April 11, 2020

    ๐Ÿš€ This release is exactly like release 3.2.5. It's created just to get our build and release pipelines work correctly, ref issue #1213.

  • v3.2.5 Changes

    April 10, 2020

    ๐Ÿ›  Fixes #1209 (issue is with nuget.org FluentMigrator.Console package, only)

  • v3.2.4 Changes

    February 21, 2020
  • v3.2.2 Changes

    February 16, 2020
    • #970 Infinite loop when AggregateException is thrown
    • #1037 Add explanation for Obsolete interfaces
    • โšก๏ธ #1082 update default-schema-name argument to properly accept a value
    • #1070 Fixing Oracle identity column type issues
    • ๐Ÿ‘ #1060 Support renaming columns in MariaDb 10.2
    • ๐Ÿšš #1058 Remove private XML asset Sap.Data.Hana.v4.5.dll.config
    • #1042 Fix Oracle dialect create sequence NOCACHE
    • #1027 Added ability for TagsAttribute to be applied to and inherited from interface
  • v3.2.1 Changes

    April 16, 2019

    You're now able to disable stripping of comments with the option --strip:false.