Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Ocelot.Cache.CacheManager.24.0.1.nupkg | 2025-07-16 | 24.0 kB | |
Ocelot.Tracing.Butterfly.24.0.1.nupkg | 2025-07-16 | 28.5 kB | |
Ocelot.Provider.Polly.24.0.1.nupkg | 2025-07-16 | 36.4 kB | |
Ocelot.Provider.Kubernetes.24.0.1.nupkg | 2025-07-16 | 45.6 kB | |
Ocelot.Tracing.OpenTracing.24.0.1.nupkg | 2025-07-16 | 27.3 kB | |
Ocelot.Provider.Consul.24.0.1.nupkg | 2025-07-16 | 43.0 kB | |
Ocelot.Provider.Eureka.24.0.1.nupkg | 2025-07-16 | 25.5 kB | |
Ocelot.24.0.1.nupkg | 2025-07-16 | 330.1 kB | |
24.0.1 source code.tar.gz | 2025-07-16 | 861.4 kB | |
24.0.1 source code.zip | 2025-07-16 | 1.3 MB | |
README.md | 2025-07-16 | 1.9 kB | |
Totals: 11 Items | 2.8 MB | 1 |
:fire: Hotfix for issue [#2299] (version 24.0.1), aka v24.0.0 patch :package:
Read the Docs: Ocelot 24.0 with PDF Hot fixed version: 24.0.0 Milestone: .NET 9
:information_source: About
:fire: Hot fixed issue: [#2299] :heart: A sincere and heartfelt "Thank You" to Gracjan Bryłka, @font3r for reporting the bug.
:warning: Warning
- This patch updates only the Ocelot.Provider.Kubernetes extension package to version 24.0.1.
- No further patches are planned for this major version. The next minor release, version 24.1, codenamed "Globality", is scheduled for Spring–Summer 2025.
:exclamation: Breaking Changes
Interface Breaking Changes:
- IKubeApiClientFactory
interface removal: The ServiceAccountPath
property was removed because it was not intended for public use.
Interface FQN: Ocelot.Provider.Kubernetes.Interfaces.IKubeApiClientFactory
Property FQN: Ocelot.Provider.Kubernetes.Interfaces.IKubeApiClientFactory.ServiceAccountPath
What's Changed
- [#2299] Encapsulate
ServiceAccountPath
as a protected property of the factory to stabilizeKubeApiClient
creation in the Kubernetes provider by @raman-m in https://github.com/ThreeMammals/Ocelot/pull/2302 - Release v24.0.1 | Hotfix for issue [#2299] | .NET 9 release | +semver: patch by @raman-m in https://github.com/ThreeMammals/Ocelot/pull/2303
Full Changelog: https://github.com/ThreeMammals/Ocelot/compare/24.0.0...24.0.1