Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump FluentMigrator.Runner and FluentMigrator.Runner.SQLite #325

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2024

Bumps FluentMigrator.Runner and FluentMigrator.Runner.SQLite. These dependencies needed to be updated together.
Updates FluentMigrator.Runner from 3.3.2 to 5.1.0

Release notes

Sourced from FluentMigrator.Runner's releases.

Version 5.1.0

What's Changed

Contributions

Dependency updates

New Contributors

Full Changelog: fluentmigrator/fluentmigrator@v5.0.0...v5.1.0

Version 5.0.0

What's Changed

Announcements

  • Everything marked as deprecated in this release will be permanently removed in 6.0.0. Plan accordingly.

Breaking Changes

  • Maintenance Migrations that are untagged are now included by default. See: #1689, which addresses various bug reports that would confuse quite a few users of FluentMigrator 3.x. The behavior is now consistent with regular Migrations.
  • IDeleteExpressionRoot interface method IInSchemaSyntax Table(string tableName) is now IIfExistsOrInSchemaSyntax Table(string tableName). The consequence of this is that it is not possible to run 3.x migrations against the 5.0 runner if you reference a Delete expression, with the exception error message Method not found: 'FluentMigrator.Builders.IInSchemaSyntax FluentMigrator.Builders.Delete.IDeleteExpressionRoot.Table(System.String)' (see commit b758e9cbbc8d2e625cf470d7d604ce57236b4e30 for technical details).

In general, we can't provide a backwards compatible interface for this, since C# does not support return type covariance.

In general, we can't provide a backwards compatible interface for this, since C# does not support return type covariance.

End Of Life Support

Big New Features

FluentMigrator now supports .NET 8! FluentMigrator now supports Snowflake, thanks to Ellis Kenyo in the following commit fluentmigrator/fluentmigrator@7f12600 and merged in via 734aa5c588e28717695c0b7045a44ef86dc6db7d Add categories for all tests #671 by @​eloekset

... (truncated)

Commits
  • bf75b3e Merge pull request #1710 from fluentmigrator/dependabot/nuget/Oracle.ManagedD...
  • f5aaa36 Merge pull request #1711 from fluentmigrator/dependabot/nuget/Oracle.ManagedD...
  • 0124bdf Merge pull request #1725 from fluentmigrator/dependabot/nuget/AutoMapper-13.0.0
  • c3afe7b Merge pull request #1720 from fluentmigrator/dependabot/nuget/MySqlConnector-...
  • 0ce8ff6 Merge pull request #1723 from robert-lilleker/security_fix
  • 5163fa3 Merge pull request #1712 from lrobin136/main
  • be873d6 Bump AutoMapper from 12.0.1 to 13.0.0
  • ad20136 Upgrade Microsoft.Data.SqlClient version
  • 513f6d5 Bump MySqlConnector from 2.3.2 to 2.3.5
  • 85e8dca Configure quoter to format guids as string or binary
  • Additional commits viewable in compare view

Updates FluentMigrator.Runner.SQLite from 3.3.2 to 5.1.0

Release notes

Sourced from FluentMigrator.Runner.SQLite's releases.

Version 5.1.0

What's Changed

Contributions

Dependency updates

New Contributors

Full Changelog: fluentmigrator/fluentmigrator@v5.0.0...v5.1.0

Version 5.0.0

What's Changed

Announcements

  • Everything marked as deprecated in this release will be permanently removed in 6.0.0. Plan accordingly.

Breaking Changes

  • Maintenance Migrations that are untagged are now included by default. See: #1689, which addresses various bug reports that would confuse quite a few users of FluentMigrator 3.x. The behavior is now consistent with regular Migrations.
  • IDeleteExpressionRoot interface method IInSchemaSyntax Table(string tableName) is now IIfExistsOrInSchemaSyntax Table(string tableName). The consequence of this is that it is not possible to run 3.x migrations against the 5.0 runner if you reference a Delete expression, with the exception error message Method not found: 'FluentMigrator.Builders.IInSchemaSyntax FluentMigrator.Builders.Delete.IDeleteExpressionRoot.Table(System.String)' (see commit b758e9cbbc8d2e625cf470d7d604ce57236b4e30 for technical details).

In general, we can't provide a backwards compatible interface for this, since C# does not support return type covariance.

In general, we can't provide a backwards compatible interface for this, since C# does not support return type covariance.

End Of Life Support

Big New Features

FluentMigrator now supports .NET 8! FluentMigrator now supports Snowflake, thanks to Ellis Kenyo in the following commit fluentmigrator/fluentmigrator@7f12600 and merged in via 734aa5c588e28717695c0b7045a44ef86dc6db7d Add categories for all tests #671 by @​eloekset

... (truncated)

Commits
  • bf75b3e Merge pull request #1710 from fluentmigrator/dependabot/nuget/Oracle.ManagedD...
  • f5aaa36 Merge pull request #1711 from fluentmigrator/dependabot/nuget/Oracle.ManagedD...
  • 0124bdf Merge pull request #1725 from fluentmigrator/dependabot/nuget/AutoMapper-13.0.0
  • c3afe7b Merge pull request #1720 from fluentmigrator/dependabot/nuget/MySqlConnector-...
  • 0ce8ff6 Merge pull request #1723 from robert-lilleker/security_fix
  • 5163fa3 Merge pull request #1712 from lrobin136/main
  • be873d6 Bump AutoMapper from 12.0.1 to 13.0.0
  • ad20136 Upgrade Microsoft.Data.SqlClient version
  • 513f6d5 Bump MySqlConnector from 2.3.2 to 2.3.5
  • 85e8dca Configure quoter to format guids as string or binary
  • Additional 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [FluentMigrator.Runner](https://github.com/fluentmigrator/fluentmigrator) and [FluentMigrator.Runner.SQLite](https://github.com/fluentmigrator/fluentmigrator). These dependencies needed to be updated together.

Updates `FluentMigrator.Runner` from 3.3.2 to 5.1.0
- [Release notes](https://github.com/fluentmigrator/fluentmigrator/releases)
- [Changelog](https://github.com/fluentmigrator/fluentmigrator/blob/main/CHANGELOG.md)
- [Commits](fluentmigrator/fluentmigrator@v3.3.2...v5.1.0)

Updates `FluentMigrator.Runner.SQLite` from 3.3.2 to 5.1.0
- [Release notes](https://github.com/fluentmigrator/fluentmigrator/releases)
- [Changelog](https://github.com/fluentmigrator/fluentmigrator/blob/main/CHANGELOG.md)
- [Commits](fluentmigrator/fluentmigrator@v3.3.2...v5.1.0)

---
updated-dependencies:
- dependency-name: FluentMigrator.Runner
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: FluentMigrator.Runner.SQLite
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 23, 2024
@VPKSoft VPKSoft merged commit d8b1e0e into master Feb 23, 2024
3 checks passed
@VPKSoft VPKSoft deleted the dependabot/nuget/FluentMigrator.Runner-and-FluentMigrator.Runner.SQLite-5.1.0 branch February 23, 2024 04:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant