Bump FluentMigrator.Runner.Core and FluentMigrator.Runner.Postgres #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated FluentMigrator.Runner.Core from 6.2.0 to 8.0.1.
Release notes
Sourced from FluentMigrator.Runner.Core's releases.
8.0.1
What's Changed
New Contributors
Full Changelog: fluentmigrator/fluentmigrator@v8.0.0...v8.0.1
Milestone log: https://github.com/fluentmigrator/fluentmigrator/milestone/62
8.0.0
What's Changed
Full Changelog: fluentmigrator/fluentmigrator@v7.2.0...v8.0.0
Milestone log: https://github.com/fluentmigrator/fluentmigrator/milestone/61
7.2.0
What's Changed
Features
Bug Fixes
Breaking Changes
Runner Behavior Changes
Third Party Database Runners
Possible ABI Breaking Changes
Removing Obsolete APIs
Remove obsolete IMigrationProcessor.ConnectionString (fixes #2036) by @PhenX in Remove obsolete IMigrationProcessor.ConnectionString (fixes #2036) fluentmigrator/fluentmigrator#2120
Remove obsolete constructor in DotConnectOracleDbFactory by @jzabroski in Remove obsolete constructor in DotConnectOracleDbFactory fluentmigrator/fluentmigrator#2133
Remove obsolete constructors on DefaultVersionTableMetaData by @jzabroski in Remove obsolete constructors on DefaultVersionTableMetaData fluentmigrator/fluentmigrator#2134
Remove obsolete ReflectionBasedDbFactory constructors by @jzabroski in Remove obsolete ReflectionBasedDbFactory constructors fluentmigrator/fluentmigrator#2138
Add comprehensive VitePress documentation website for FluentMigrator by @PhenX in Add comprehensive VitePress documentation website for FluentMigrator fluentmigrator/fluentmigrator#2166
Fix VitePress base path for organization GitHub Pages deployment by @Copilot in Fix VitePress base path for organization GitHub Pages deployment fluentmigrator/fluentmigrator#2177
Add conditional net48 targeting to FluentMigrator.Analyzers.Tests by @Copilot in Add conditional net48 targeting to FluentMigrator.Analyzers.Tests fluentmigrator/fluentmigrator#2184
... (truncated)
7.1.0
What's Changed
New Features
As part of fixing #2018, IMigrationGenerator now has explicit GeneratorId and GeneratorIdAliases properties.
Bug Fixes
Planned Obsolesence
ProcessorIdconstants class is now namedProcessorIdConstants. There is now a parallelGeneratorIdConstantsclass. Generally, these will be 1:1, but there may be useful scenarios to decouple the two.Breaking Changes
As part of fixing #2018,
AddPostgresno longer registersPostgresProcessorandPostgresGenerator(the base interfaces). It will now always register the "latest" database version. Currently,Postgres15_0ProcessorandPostgres15_0Generator. Generally, this should have minimal impact to end users as the main impact would be if you were on a 14 year old version of Postgres.Full Changelog: fluentmigrator/fluentmigrator@v7.0.0...v7.1.0
7.0.0
What's Changed
End of Life Support Changes
Bug fixes
Removing Code that has been marked Obsolete for 7 years :) 🥳
Dependency Injection improvements
Generator improvements
AppliedOnby @nathanpovo in Use database function to set the value ofAppliedOnfluentmigrator/fluentmigrator#1847MySQL improvements
FluentMigrator.MSBuild improvements
MicrosoftBuildLogger. by @teo-tsirpanis in ImproveMicrosoftBuildLogger. fluentmigrator/fluentmigrator#1905Testing improvements
Dependency Bumps
... (truncated)
Commits viewable in compare view.
Updated FluentMigrator.Runner.Postgres from 6.2.0 to 8.0.1.
Release notes
Sourced from FluentMigrator.Runner.Postgres's releases.
8.0.1
What's Changed
New Contributors
Full Changelog: fluentmigrator/fluentmigrator@v8.0.0...v8.0.1
Milestone log: https://github.com/fluentmigrator/fluentmigrator/milestone/62
8.0.0
What's Changed
Full Changelog: fluentmigrator/fluentmigrator@v7.2.0...v8.0.0
Milestone log: https://github.com/fluentmigrator/fluentmigrator/milestone/61
7.2.0
What's Changed
Features
Bug Fixes
Breaking Changes
Runner Behavior Changes
Third Party Database Runners
Possible ABI Breaking Changes
Removing Obsolete APIs
Remove obsolete IMigrationProcessor.ConnectionString (fixes #2036) by @PhenX in Remove obsolete IMigrationProcessor.ConnectionString (fixes #2036) fluentmigrator/fluentmigrator#2120
Remove obsolete constructor in DotConnectOracleDbFactory by @jzabroski in Remove obsolete constructor in DotConnectOracleDbFactory fluentmigrator/fluentmigrator#2133
Remove obsolete constructors on DefaultVersionTableMetaData by @jzabroski in Remove obsolete constructors on DefaultVersionTableMetaData fluentmigrator/fluentmigrator#2134
Remove obsolete ReflectionBasedDbFactory constructors by @jzabroski in Remove obsolete ReflectionBasedDbFactory constructors fluentmigrator/fluentmigrator#2138
Add comprehensive VitePress documentation website for FluentMigrator by @PhenX in Add comprehensive VitePress documentation website for FluentMigrator fluentmigrator/fluentmigrator#2166
Fix VitePress base path for organization GitHub Pages deployment by @Copilot in Fix VitePress base path for organization GitHub Pages deployment fluentmigrator/fluentmigrator#2177
Add conditional net48 targeting to FluentMigrator.Analyzers.Tests by @Copilot in Add conditional net48 targeting to FluentMigrator.Analyzers.Tests fluentmigrator/fluentmigrator#2184
... (truncated)
7.1.0
What's Changed
New Features
As part of fixing #2018, IMigrationGenerator now has explicit GeneratorId and GeneratorIdAliases properties.
Bug Fixes
Planned Obsolesence
ProcessorIdconstants class is now namedProcessorIdConstants. There is now a parallelGeneratorIdConstantsclass. Generally, these will be 1:1, but there may be useful scenarios to decouple the two.Breaking Changes
As part of fixing #2018,
AddPostgresno longer registersPostgresProcessorandPostgresGenerator(the base interfaces). It will now always register the "latest" database version. Currently,Postgres15_0ProcessorandPostgres15_0Generator. Generally, this should have minimal impact to end users as the main impact would be if you were on a 14 year old version of Postgres.Full Changelog: fluentmigrator/fluentmigrator@v7.0.0...v7.1.0
7.0.0
What's Changed
End of Life Support Changes
Bug fixes
Removing Code that has been marked Obsolete for 7 years :) 🥳
Dependency Injection improvements
Generator improvements
AppliedOnby @nathanpovo in Use database function to set the value ofAppliedOnfluentmigrator/fluentmigrator#1847MySQL improvements
FluentMigrator.MSBuild improvements
MicrosoftBuildLogger. by @teo-tsirpanis in ImproveMicrosoftBuildLogger. fluentmigrator/fluentmigrator#1905Testing improvements
Dependency Bumps
... (truncated)
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)