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 Castle.WcfIntegrationFacility from 5.1.1 to 6.0.0 #78

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 21, 2023

Bumps Castle.WcfIntegrationFacility from 5.1.1 to 6.0.0.

Release notes

Sourced from Castle.WcfIntegrationFacility's releases.

6.0.0

Target Framework changes

Enhancements

  • Added fast lookup to check for already registered types (@​sqeezy, #618)
  • Castle.Windsor.Extensions.DependencyInjection: Change Microsoft.Extensions.Logging dependencies to their abstract counterparts (@​ikkentim, #626, #624)

Bugfixes

Breaking Changes

  • Microsoft.Extensions.Hosting related methods have been moved from the Castle.Windsor.Extensions.DependencyInjection package to the Castle.Windsor.Extensions.Hosting package (@​ikkentim, #625, #628)
  • Obsolete APIs in Castle.Facilities.Logging have been removed. Extensions methods for built-in logging factories have been added, however LogUsing<T> is still ideal. (@​Jevonius, #636)
    • Removed enum Castle.Facilities.Logging.LoggerImplementation
    • Removed constructor Castle.Facilities.Logging.LoggingFacility(LoggerImplementation loggingApi)
    • Removed constructor Castle.Facilities.Logging.LoggingFacility(LoggerImplementation loggingApi, string configFile)
    • Removed constructor Castle.Facilities.Logging.LoggingFacility(string customLoggerFactory, string configFile)
    • Removed method Castle.Facilities.Logging.LoggingFacility.LogUsing(LoggerImplementation loggingApi)
    • Removed method Castle.Facilities.Logging.LoggingFacility.UseLog4Net()
    • Removed method Castle.Facilities.Logging.LoggingFacility.UseLog4Net(string configFile)
    • Removed method Castle.Facilities.Logging.LoggingFacility.UseNLog()
    • Removed method Castle.Facilities.Logging.LoggingFacility.UseNLog(string configFile)

5.1.2

  • Restrict Castle.Core dependency to 4.4.1+ and less than 5.x to prevent NuGet using 5.x which has breaking changes (@​Jevonius, #610)
Changelog

Sourced from Castle.WcfIntegrationFacility's changelog.

6.0.0 (2023-07-20)

Target Framework changes:

Enhancements:

  • Added fast lookup to check for already registered types (@​sqeezy, #618)
  • Castle.Windsor.Extensions.DependencyInjection: Change Microsoft.Extensions.Logging dependencies to their abstract counterparts (@​ikkentim, #626, #624)

Bugfixes:

Breaking Changes:

  • Microsoft.Extensions.Hosting related methods have been moved from the Castle.Windsor.Extensions.DependencyInjection package to the Castle.Windsor.Extensions.Hosting package (@​ikkentim, #625, #628)
  • Obsolete APIs in Castle.Facilities.Logging have been removed. Extensions methods for built-in logging factories have been added, however LogUsing<T> is still ideal. (@​Jevonius, #636)
    • Removed enum Castle.Facilities.Logging.LoggerImplementation
    • Removed constructor Castle.Facilities.Logging.LoggingFacility(LoggerImplementation loggingApi)
    • Removed constructor Castle.Facilities.Logging.LoggingFacility(LoggerImplementation loggingApi, string configFile)
    • Removed constructor Castle.Facilities.Logging.LoggingFacility(string customLoggerFactory, string configFile)
    • Removed method Castle.Facilities.Logging.LoggingFacility.LogUsing(LoggerImplementation loggingApi)
    • Removed method Castle.Facilities.Logging.LoggingFacility.UseLog4Net()
    • Removed method Castle.Facilities.Logging.LoggingFacility.UseLog4Net(string configFile)
    • Removed method Castle.Facilities.Logging.LoggingFacility.UseNLog()
    • Removed method Castle.Facilities.Logging.LoggingFacility.UseNLog(string configFile)

5.1.2 (2022-05-17)

  • Restrict Castle.Core dependency to 4.4.1+ and less than 5.x to prevent NuGet using 5.x which has breaking changes (@​Jevonius, #610)
Commits
  • 215f88d Update README.md
  • fa1436e Update CHANGELOG.md
  • e984117 Merge pull request #636 from Jevonius/remove-obsolete-logging
  • f021840 Update documentation to reflect changes to logging facility
  • c42781e Revert removal of Microsoft.TestPlatform.ObjectModel.11.0.0
  • 1e4dd3c Remove explicit references to Microsoft.TestPlatform.ObjectModel
  • 52e224a Remove CASTLE_SERVICES_LOGGING FEATURE_EVENTLOG conditional compilation symbo...
  • 9b794b5 Rework LoggingFacility to remove obsolete code and LoggerImplementation
  • caf5cb5 Merge pull request #643 from Jevonius/conditional/FEATURE_GAC
  • 44a1db5 Merge branch 'master' into conditional/FEATURE_GAC
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [Castle.WcfIntegrationFacility](https://github.com/castleproject/Windsor) from 5.1.1 to 6.0.0.
- [Release notes](https://github.com/castleproject/Windsor/releases)
- [Changelog](https://github.com/castleproject/Windsor/blob/master/CHANGELOG.md)
- [Commits](castleproject/Windsor@v5.1.1...v6.0.0)

---
updated-dependencies:
- dependency-name: Castle.WcfIntegrationFacility
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 21, 2023

The following labels could not be found: nuget, dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants