Chore: Bump FluentMigrator.Runner.Core and 6 others#179
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps FluentMigrator.Runner.Core from 6.2.0 to 8.0.1 Bumps FluentMigrator.Runner.Postgres from 6.2.0 to 8.0.1 Bumps FluentMigrator.Runner.SQLite from 6.2.0 to 8.0.1 Bumps Npgsql from 9.0.3 to 10.0.1 Bumps RestSharp from 106.15.0 to 114.0.0 Bumps Sentry from 4.0.2 to 6.1.0 Bumps System.Resources.Extensions from 10.0.1 to 10.0.3 --- updated-dependencies: - dependency-name: System.Resources.Extensions dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-nuget-updates - dependency-name: Npgsql dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-nuget-updates - dependency-name: Sentry dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-nuget-updates - dependency-name: FluentMigrator.Runner.Core dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-nuget-updates - dependency-name: FluentMigrator.Runner.Postgres dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-nuget-updates - dependency-name: FluentMigrator.Runner.SQLite dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-nuget-updates - dependency-name: Npgsql dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-nuget-updates - dependency-name: RestSharp dependency-version: 114.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-nuget-updates ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
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.
Updated FluentMigrator.Runner.SQLite from 6.2.0 to 8.0.1.
Release notes
Sourced from FluentMigrator.Runner.SQLite'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 Npgsql from 9.0.3 to 10.0.1.
Release notes
Sourced from Npgsql's releases.
10.0.1
v9.0.4 contains several minor bug fixes.
Milestone issues
Full Changelog: npgsql/npgsql@v10.0.0...v10.0.1
10.0.0
See the release notes.
The full list of changes is available here.
What's Changed
... (truncated)
10.0.0-rc.1
9.0.4
v9.0.4 contains several minor bug fixes.
Milestone issues
Full Changelog: npgsql/npgsql@v9.0.3...v9.0.4
Commits viewable in compare view.
Pinned RestSharp at 114.0.0.
Release notes
Sourced from RestSharp's releases.
114.0.0
What's Changed
Full Changelog: restsharp/RestSharp@113.1.0...114.0.0
113.0
What's Changed
404response code means succes by @jnoordsij in Remove note that404response code means succes restsharp/RestSharp#2281New Contributors
404response code means succes restsharp/RestSharp#2281Full Changelog: restsharp/RestSharp@112.1.0...113.0.0
112.1.0
\tfrom invalid header value characters as the aim was to handle CRLFFull Changelog: restsharp/RestSharp@112.0.0...112.1.0
112.0.0
What's Changed
New Contributors
Full Changelog: restsharp/RestSharp@111.4.1...112.0.0
111.4.1
What's Changed
New Contributors
Full Changelog: restsharp/RestSharp@111.4.0...111.4.1
111.4.0
What's Changed
New Contributors
Full Changelog: restsharp/RestSharp@111.3.0...111.4.0
111.3.0
What's Changed
New Contributors
Full Changelog: restsharp/RestSharp@111.2.0...111.3.0
111.2.0
What's Changed
Execute(request)without methodFull Changelog: restsharp/RestSharp@111.1.0...111.2.0
111.0.0
What's Changed
New Contributors
Full Changelog: restsharp/RestSharp@110.2.0...111.0.0
110.2.0
What's Changed
Full Changelog: restsharp/RestSharp@110.1.0...110.2.0
110.1.0
What's Changed
AddJsonBodyoverload to serialise top-level string by @alexeyzimarev in AddAddJsonBodyoverload to serialise top-level string restsharp/RestSharp#2043Full Changelog: restsharp/RestSharp@110.0.0...110.1.0
110.0.0
What's Changed
Breaking change
The
IRestClientinterface signature is different, so any non-standard implementations need to adopt the changes.To keep
DefaultParametersthread-safe, it got a new typeDefaultParameters, and request propertyParametershas a dedicated typeRequestParameter. Code-wise the change is non-breaking as the signatures are the same, but v110 is not binary compatible with previous versions. The difference is thatDefaultParameterscollection wraps all its mutations in a lock.Full Changelog: restsharp/RestSharp@109.0.1...110.0.0
109.0.1
What's Changed
HttpClient. by @tacosontitan in Fixed a bug causing duplicate user-agent headers when using a sharedHttpClient. restsharp/RestSharp#2008New Contributors
HttpClient. restsharp/RestSharp#2008Full Changelog: restsharp/RestSharp@109.0.0...109.0.1
109.0.0
What's Changed
JwtAuthenticatorwith token includes Bearer prefix by @nivmeshorer in Support constructing JwtAuthenticator with token includes Bearer prefix restsharp/RestSharp#1949CsvConfigurationwhen reading by @electrokit in Use supplied CsvConfiguration when reading restsharp/RestSharp#1965RequestMessageby @adegwerth in fixed access to possible null object RequestMessage restsharp/RestSharp#1989RestRequestExtension.csby @ztl8702 in cleanup: Fix parameter naming case inconsistency inRestRequestExtension.csrestsharp/RestSharp#1986IRestClientinterfaceOptionsproperty is using read-only options class, so it won't be possible to re-assign options that configure HTTP client and message handlerNew Contributors
RestRequestExtension.csrestsharp/RestSharp#1986Full Changelog: restsharp/RestSharp@108.0.3...109.0.0
108.0.3
What's Changed
AddFile(#1953)New Contributors
Full Changelog: restsharp/RestSharp@108.0.2...108.0.3
108.0.2
What's Changed
New Contributors
Full Changelog: restsharp/RestSharp@108.0.1...108.0.2
108.0.1
Full Changelog: restsharp/RestSharp@108.0.0...108.0.1
108.0.0
What's Changed
Description has been truncated