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

build(deps): bump Ocelot.Cache.CacheManager, Ocelot, FluentValidation, Microsoft.Extensions.Configuration and Microsoft.Extensions.DependencyInjection in /RealEstate.ApiGateway #116

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Bumps Ocelot.Cache.CacheManager, Ocelot, FluentValidation, Microsoft.Extensions.Configuration and Microsoft.Extensions.DependencyInjection. These dependencies needed to be updated together.
Updates Ocelot.Cache.CacheManager from 18.0.0 to 23.3.3

Commits

Updates Ocelot from 19.0.2 to 23.3.3

Release notes

Sourced from Ocelot's releases.

23.3.3

Technical release, version 23.3.3

Features in Release 23.3.3

8c0180a6 by Raman Maksimchuk on Tuesday, June 11 at 16:00 → Pre-Release 23.3.3 artifacts | +semver: patch

23.3.0

Spring 2024 (version 23.3.0) aka Twilight Texas release

Codenamed: Twilight Texas Read the Docs: Ocelot 23.3

What's new?

  • Service Discovery: Introducing a new feature for "Customization of services creation" in two primary service discovery providers: Consul and Kubernetes, developed by @​raman-m. The customization for both Consul and Kube providers in service creation is achieved through the overriding of virtual methods in default implementations. The recommendation was to separate the provider's logic and introduce public virtual and protected virtual methods in concrete classes, enabling:

    • The use of public virtual methods as dictated by interface definitions.
    • The application of protected virtual methods to allow developers to customize atomic operations through inheritance from existing concrete classes.
    • The injection of new interface objects into the provider's constructor.
    • The overriding of the default behavior of classes.

    Ultimately, customization relies on the virtual methods within the default implementation classes, providing developers the flexibility to override them as necessary for highly tailored Consul/K8s configurations in their specific environments. For further details, refer to the respective pull requests for both providers:

  • Routing: Introducing the new "Routing based on Request Header" feature by @​jlukawska. In addition to routing via UpstreamPathTemplate, you can now define an UpstreamHeaderTemplates options dictionary. For a route to match, all headers specified in this section are required to be present in the request headers. For more details, see PR #1312.

  • Configuration: Introducing the "Custom Default Version Policy" feature by @​ibnuda. The configurable HttpRequestMessage.VersionPolicy helps avoid HTTP protocol connection errors and stabilizes connections to downstream services, especially when you're not developing those services, documentation is scarce, or the deployed HTTP protocol version is uncertain. For developers of downstream services, it's possible to ConfigureKestrel server and its endpoints with new protocol settings. However, attention to version policy is also required, and this feature provides precise version settings for HTTP connections. Essentially, this feature promotes the use of HTTP protocols beyond 1.0/1.1, such as HTTP/2 or even HTTP/3. For additional details, refer to PR #1673.

  • Configuration: Introducing the new "Route Metadata" feature by @​vantm. Undoubtedly, this is the standout feature of the release! ⭐ Route metadata enables Ocelot developers to incorporate custom functions that address specific needs or to create their own plugins/extensions. In versions of Ocelot prior to 23.3.0, the configuration was limited to predefined values that Ocelot used internally. This was sufficient for official extensions, but posed challenges for third-party developers who needed to implement configurations not included in the standard FileConfiguration. Applying an option to a specific route required knowledge of the array index and other details that might not be readily accessible using the standard IConfiguration or IOptions<FileConfiguration> models from ASP.NET. Now, metadata can be directly accessed in the DownstreamRoute object. Furthermore, metadata can also be retrieved from the global JSON section via the FileConfiguration.GlobalConfiguration property. For more information, see the details in PR #1843 on this remarkable feature.

Focus On

... (truncated)

Commits
  • 8c0180a Pre-Release 23.3.3 artifacts | +semver: patch
  • 73c4742 Pre-Release 23.3.2 artifacts | +semver: patch
  • 5872731 Pre-Release 23.3.1 Artifacts | +semver: patch
  • 0c13d85 Merge pull request #2088 from ThreeMammals/release/23.3
  • 696fa07 Release 23.3 Artifacts | +semver: minor (#2089)
  • 8c1c61e #2085 Enforce Polly v8 Circuit Breaker as the primary strategy (#2086)
  • a034e8c #2002 Early removal of a replaced placeholder parameter in `DownstreamUrlCrea...
  • ee1fb97 #2078 V7 polly syntax not longer supported (#2079)
  • cc8f5c5 Ocelot NuGet package README file (#2074)
  • 34cb3eb #954 #957 #1026 Customize Consul services creation in Consul service discov...
  • Additional commits viewable in compare view

Updates FluentValidation from 11.5.2 to 11.8.0

Release notes

Sourced from FluentValidation's releases.

11.8.0

Release notes

Please read the upgrade guide if you are moving from 10.x to 11.x

Note that the after 11.1.0 release, the FluentValidation.AspNetCore package has been moved to a separate repository and is now versioned and released separately. These release notes now only apply to the core FluentValidation package. For FluentValidation.AspNetCore release notes, please visit the FluentValidation.AspNetCore repository.

Changes in 11.8.0

  • Added AbstractValidator.OnRuleAdded to allow customization of rule instances after creation (#2114)
  • Fix Serbian translation of LengthValidator (#2147)
  • Fix chinese culture codes (#2151)
  • Add Khmer translations (#2155)
  • Various performance improvements (#2158)
  • Fix ChildRules with class hierarchies (#2165)

Changes in 11.7.1

  • Resolved issue with combining multiple ValidationResult instances where RuleSetsExecuted wasn't properly set on the combined result (#2125)

Changes in 11.7.0

  • Add additional constructor for combining multiple ValidationResult instances (#2125)
  • Add PropertyPath placeholder (#2134)
  • Fix Brazilian Portuguese translation (#2131)

Changes in 11.6.0

  • Add OnFailurecCreated callback in ValidatorOptions.Global (#2120)
  • Fix typo in Russian localization (#2102)
  • Add Tajik language (#2108)
  • Fixed some typos in Validator Extension docblocks (#2118)

Changes in 11.5.2

  • Resolve issue with ruleset propagation for multiple levels of child rules (#2097)

Changes in 11.5.1

  • Deprecated the ability to disable the root model null check via overriding AbstractValidator.EnsureInstanceNotNull (See #2069 for migration steps)
  • Deprecated the Transform and TransformAsync methods (See #2072 for migration steps)

Changes in 11.5.0

  • MemberNameValidatorSelector now supports wildcard indexes in property paths (#2056)
  • Added overload of TestValidateAsync that accepts a context (#2052)
  • Minor optimization to regex validator (#2035)
  • Added Kazakh translations (#2036)
  • Added Catalan translations and updated Spanish translations (#2050)
  • Updates to Uzbek Latin and Cyrillic translations (#2040/#2041/#2045)
  • Updates to Italian translations (#2039)
  • Updates to French translations (#2065)

Changes in 11.4.0

  • Deprecate ScalePrecision validator and introduce PrecisionScale validator as its replacement (#2030)

Changes in 11.3.0

... (truncated)

Changelog

Sourced from FluentValidation's changelog.

11.8.0 - 19 Oct 2023 Added AbstractValidator.OnRuleAdded to allow customization of rule instances after creation (#2114) Fix Serbian translation of LengthValidator (#2147) Fix chinese culture codes (#2151) Add Khmer translations (#2155) Various performance improvements (#2158) Fix ChildRules with class hierarchies (#2165)

11.7.1 - 12 Aug 2023 Resolved issue with combining multiple ValidationResult instances where RuleSetsExecuted wasn't properly set on the combined result (#2125)

11.7.0 - 11 Aug 2023 Add additional constructor for combining multiple ValidationResult instances (#2125) Add PropertyPath placeholder (#2134) Fix Brazilian Portuguese translation (#2131)

11.6.0 - 4 Jul 2023 Add OnFailurecCreated callback in ValidatorOptions.Global (#2120) Fix typo in Russian localization (#2102) Add Tajik language (#2108) Fixed some typos in Validator Extension docblocks (#2118)

Commits
  • c6c48ef Bump version
  • ce11ae3 Update changelog
  • a437761 Fix ChildRules with hierarchies #2165
  • c28c5a4 Update ReadTheDocs packages due to breaking changes in RTD build images
  • a8c112f Add ReadTheDocs config file
  • 701bc75 Merge pull request #2158 from ProfFrugal/perf
  • 44cca0f Revert changes to PropertyChain as they cause baseline compatibility validati...
  • ccc3ebe Move caching of the DisplayName func to RuleBase
  • 7d91ccb Fix bug introduced in AbstractValidator.SetExecutedRuleSets
  • 4140e1f Update EmptyValidator implementation to be consistent with NotEmptyValidator
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.Configuration from 7.0.0 to 8.0.0

Release notes

Sourced from Microsoft.Extensions.Configuration's releases.

.NET 8.0.0

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Extensions.DependencyInjection from 7.0.0 to 8.0.0

Release notes

Sourced from Microsoft.Extensions.DependencyInjection's releases.

.NET 8.0.0

Release

What's Changed

... (truncated)

Commits

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)

…, Microsoft.Extensions.Configuration and Microsoft.Extensions.DependencyInjection

Bumps [Ocelot.Cache.CacheManager](https://github.com/ThreeMammals/Ocelot.Cache.CacheManager), [Ocelot](https://github.com/ThreeMammals/Ocelot), [FluentValidation](https://github.com/JeremySkinner/fluentvalidation), [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) and [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Ocelot.Cache.CacheManager` from 18.0.0 to 23.3.3
- [Release notes](https://github.com/ThreeMammals/Ocelot.Cache.CacheManager/releases)
- [Commits](https://github.com/ThreeMammals/Ocelot.Cache.CacheManager/commits)

Updates `Ocelot` from 19.0.2 to 23.3.3
- [Release notes](https://github.com/ThreeMammals/Ocelot/releases)
- [Changelog](https://github.com/ThreeMammals/Ocelot/blob/develop/Ocelot.Release.sln)
- [Commits](ThreeMammals/Ocelot@19.0.2...23.3.3)

Updates `FluentValidation` from 11.5.2 to 11.8.0
- [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases)
- [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt)
- [Commits](FluentValidation/FluentValidation@11.5.2...11.8.0)

Updates `Microsoft.Extensions.Configuration` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

Updates `Microsoft.Extensions.DependencyInjection` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: Ocelot.Cache.CacheManager
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Ocelot
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: FluentValidation
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.Extensions.Configuration
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Aug 1, 2024
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants