Skip to content

Commit bbf7e2c

Browse files
authored
Release 23.4.2 | End of .NET 6, 7 Support | November'24 release | +semver: patch (#2221)
1 parent e8c0b13 commit bbf7e2c

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

ReleaseNotes.md

+12-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
## :package: Routing patch (version {0})
1+
## :package: End of .NET 6, 7 Support (version {0})
22
> Read the Docs: [Ocelot 23.4](https://ocelot.readthedocs.io/en/{0}/) with [PDF](https://ocelot.readthedocs.io/_/downloads/en/{0}/pdf/)
33
> Hot fixed version: [{1}](https://github.com/ThreeMammals/Ocelot/releases/tag/{1})
44
> Milestone: [November'24](https://github.com/ThreeMammals/Ocelot/milestone/10)
55
6-
:heart: A heartfelt "Thank You" to **[Guillaume Gnaegi](https://github.com/ggnaegi)** (@ggnaegi)
6+
This is the last patched version for .NET 6 and 7 frameworks. The upcoming major release, version [24.0](https://github.com/ThreeMammals/Ocelot/milestone/11), will target .NET 9 alongside the LTS .NET 8. Projects targeting .NET 6 or 7 should update to this version while considering an upgrade to .NET 8 or 9 in the future.
77

8-
### :information_source: About
9-
Addressed issues:
10-
- #2165
11-
- #2209
12-
- #2212
8+
### :information_source: About
9+
- All package versions have been updated to latest versions targeting the `net6.0` and `net7.0` frameworks, along with the LTS `net8.0`.
10+
- Dependabot alerts concerning [reported vulnerabilities](https://github.com/ThreeMammals/Ocelot/security/dependabot) related to `IdentityServer4` have not yet been addressed; these will be resolved in the next major release (refer to **Warnings** further information).
11+
12+
### :exclamation: Warning
13+
1. Releasing a patched `23.4.*` is possible.
14+
2. In the next major version, the Ocelot team will remove references to the [IdentityServer4](https://github.comIdentityServer/IdentityServer4) package from testing projects due to its "Public Archive" status; the version, [4.1.2](https://github.comIdentityServer/IdentityServer4/releases/tag/4.1.2), was [released](https://github.com/IdentityServer/IdentityServer4/releases) on July 7, 2021.
15+
3. The main Ocelot package is not integrated with `IdentityServer4`, allowing Ocelot users to utilize [any authentication provider](https://github.com/ThreeMammals/Ocelot/discussions/2194), as Ocelot's [Authentication](https://github.com/ThreeMammals/Ocelot/blob/main/docs/authentication.rst) feature is provider-agnostic.
16+
4. Our plans to utilize the [ASP.NET Core Identity](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/identity) framework in testing projects due to industry standards, instead the `IdentityServer4` library.
17+
5. Following the release of .NET 9, the team will begin the deprecation of the Ocelot extension-packages: `Ocelot.Cache.CacheManager`, `Ocelot.Tracing.Butterfly`, and `Ocelot.Tracing.OpenTracing`.

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _23.4: https://github.com/ThreeMammals/Ocelot/releases/tag/23.4.1
1+
.. _23.4: https://github.com/ThreeMammals/Ocelot/releases/tag/23.4.2
22

33
############################
44
Ocelot `23.4`_ Documentation

docs/releasenotes.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
.. _@jlukawska: https://github.com/jlukawska
55
.. _@kesskalli: https://github.com/kesskalli
66

7-
.. _23.4: https://github.com/ThreeMammals/Ocelot/releases/tag/23.4.1
7+
.. _23.4: https://github.com/ThreeMammals/Ocelot/releases/tag/23.4.2
88
.. _23.4.0: https://github.com/ThreeMammals/Ocelot/releases/tag/23.4.0
99
.. _23.4.1: https://github.com/ThreeMammals/Ocelot/releases/tag/23.4.1
10+
.. _23.4.2: https://github.com/ThreeMammals/Ocelot/releases/tag/23.4.2
1011

1112
.. _1111: https://github.com/ThreeMammals/Ocelot/issues/1111
1213
.. _1307: https://github.com/ThreeMammals/Ocelot/pull/1307
@@ -31,6 +32,7 @@ The major version `23.4.0`_ includes several patches, the history of which is pr
3132
.. admonition:: Patches
3233

3334
- `23.4.1`_, on Nov 22, 2024: Routing patch.
35+
- `23.4.2`_, on Nov 27, 2024: End of .NET 6/7 Support patch.
3436

3537
.. _release-notes:
3638

0 commit comments

Comments
 (0)