Ocelot 24.0.1

Ocelot Logo

Release Status Development Status ReadTheDocs Coveralls License: MIT NuGet Downloads

About

Ocelot is a .NET API gateway. This project is aimed at people using .NET running a microservices (service-oriented) architecture that needs a unified point of entry into their system. However, it will work with anything that speaks HTTP(S) and runs on any platform that ASP.NET Core supports.

Ocelot consists of a series of ASP.NET Core middlewares arranged in a specific order.

Ocelot custom middlewares manipulate the HttpRequest object into a state specified by its configuration until it reaches a request builder middleware, where it creates a HttpRequestMessage object, which is used to make a request to a downstream service. The middleware that makes the request is the last thing in the Ocelot pipeline. It does not call the next middleware. The response from the downstream service is retrieved as the request goes back up the Ocelot pipeline. There is a piece of middleware that maps the HttpResponseMessage onto the HttpResponse object, and that is returned to the client. That is basically it, with a bunch of other features!

Features

A concise list of Ocelot's capabilities, for further details refer to Documentation

Install

Ocelot is designed to work with ASP.NET Core and it targets net8.0 LTS and net9.0 STS target framework monikers (TFMs). 4

Install Ocelot package and its dependencies using NuGet package manager:

Install-Package Ocelot

Or via the .NET CLI:

dotnet add package Ocelot

All versions are available on NuGet.

Documentation

  • RST-sources: This includes the source code for the documentation (in reStructuredText format, .rst files), which is up to date for the current development. And the rendered HTML documentation is available here.
  • Read the Docs: This official website, in HTML format, contains a wealth of information and will be helpful if you want to understand the features that Ocelot currently offers. The rendered HTML documentation, which is currently in development, is available here.
  • Ask Ocelot Guru: It is an AI focused on Ocelot, designed to answer your questions. 5

Coming up

You can see what we are working on in the backlog.

Contributing

We love to receive contributions from the community, so please keep them coming. Pull requests, issues, and commentary welcome! octocat

Please complete the relevant template for issues and pull requests. Sometimes it's worth getting in touch with us to discuss changes before doing any work in case this is something we are already doing or it might not make sense. We can also give advice on the easiest way to do things octocat

Finally, we mark all existing issues as label: help wanted label: small effort label: medium effort label: large effort. 6 If you want to contribute for the first time, we suggest looking at a label: help wanted label: small effort label: good first issue octocat

Notes


  1. Ocelot does not directly support GraphQL. Developers can easily integrate the GraphQL for .NET library.

  2. Ocelot supports the following service discovery providers: (1) Consul through the Ocelot.Provider.Consul extension package, (2) Kubernetes via the Ocelot.Provider.Kubernetes extension package, and (3) Netflix Eureka, which utilizes the Steeltoe.Discovery.Eureka package referenced within the Ocelot.Provider.Eureka extension package. Additionally, Ocelot supports (4) Azure Service Fabric for service discovery, along with special modes such as Dynamic Routing and Custom Providers.

  3. Retry policies only via Polly library referenced within the Ocelot.Provider.Polly extension package.

  4. Starting with version 21 and higher, the solution's code base supports Multitargeting as SDK-style projects. It should be easier for teams to migrate to the currently supported .NET 8 and 9 frameworks. Also, new features will be available for all .NET SDKs that we support via multitargeting. Find out more here: Target frameworks in SDK-style projects

  5. Ocelot Guru is an unofficial tool to get answers regarding Ocelot: please consider it an advanced search tool. Thus, we have an official Questions & Answers category in the Discussions space.

  6. See all labels for the repository, which are useful for searching and filtering.

Showing the top 20 packages that depend on Ocelot.

Packages Downloads
MMLib.SwaggerForOcelot
Swagger generator for Ocelot downstream services.
14
MMLib.SwaggerForOcelot
Swagger generator for Ocelot downstream services.
15
MMLib.SwaggerForOcelot
Swagger generator for Ocelot downstream services.
16
MMLib.SwaggerForOcelot
Swagger generator for Ocelot downstream services.
17
MMLib.SwaggerForOcelot
Swagger generator for Ocelot downstream services.
21
Ocelot.Provider.Consul
Provides Ocelot extensions to use Consul
14

Upgrade to .NET 9 with supported TFMs (net8.0;net9.0)

Version Downloads Last updated
24.0.1 7 07/18/2025
24.0.0 6 05/02/2025
23.5.0-beta.5 7 04/19/2025
23.5.0-beta.4 8 04/28/2025
23.5.0-beta.3 7 04/08/2025
23.5.0-beta.2 6 04/08/2025
23.5.0-beta.1 6 04/08/2025
23.4.3 14 01/18/2025
23.4.2 10 01/18/2025
23.4.1 9 01/18/2025
23.4.0 9 01/18/2025
23.3.6 11 01/18/2025
23.3.4 9 01/18/2025
23.3.3 13 06/28/2024
23.3.0 11 06/28/2024
23.2.2 14 06/03/2024
23.2.0 12 06/29/2024
23.1.0 12 03/26/2024
23.0.0 8 03/12/2024
22.0.1 10 01/05/2024
22.0.0 13 03/02/2024
21.0.0 9 03/13/2024
20.0.0 13 11/15/2023
19.0.4 10 03/12/2024
19.0.3 15 03/02/2024
19.0.2 12 03/02/2024
19.0.1 11 03/02/2024
19.0.0 13 03/02/2024
18.0.0 17 08/18/2023
17.0.1 11 03/02/2024
17.0.0 11 03/02/2024
16.0.2 11 11/19/2023
16.0.1 12 03/02/2024
16.0.0 13 03/02/2024
15.0.7 11 03/03/2024
15.0.6 11 03/16/2024
15.0.5 11 11/23/2023
15.0.4 14 03/02/2024
15.0.3 12 03/12/2024
15.0.2 13 11/18/2023
15.0.1 13 11/15/2023
15.0.0 11 11/15/2023
14.1.3 13 03/02/2024
14.1.2 11 11/15/2023
14.1.1 10 03/02/2024
14.1.0 13 11/17/2023
14.0.12 9 11/17/2023
14.0.11 12 03/17/2024
14.0.10 10 11/16/2023
14.0.9 9 03/14/2024
14.0.8 10 03/03/2024
14.0.7 12 11/15/2023
14.0.6 11 03/16/2024
14.0.5 13 11/16/2023
14.0.4 12 11/16/2023
14.0.3 12 11/13/2023
14.0.2 11 03/02/2024
14.0.1 13 03/24/2024
14.0.0 12 11/16/2023
13.9.0-alpha0115 13 03/09/2024
13.8.5 10 11/15/2023
13.8.4 10 03/17/2024
13.8.3 10 03/17/2024
13.8.2 12 03/03/2024
13.8.1 13 11/14/2023
13.8.0 14 11/13/2023
13.8.0-alpha0022 12 03/18/2024
13.8.0-alpha0019 11 03/06/2024
13.8.0-alpha0018 12 11/16/2023
13.8.0-alpha0017 10 03/18/2024
13.8.0-alpha0016 10 03/06/2024
13.8.0-alpha0015 9 03/18/2024
13.8.0-alpha0014 12 03/02/2024
13.8.0-alpha0010 10 03/22/2024
13.8.0-alpha0008 15 03/19/2024
13.8.0-alpha0006 13 03/08/2024
13.8.0-alpha0005 14 03/18/2024
13.8.0-alpha0003 13 03/06/2024
13.8.0-alpha0002 13 03/06/2024
13.7.0-alpha0011 11 03/08/2024
13.7.0-alpha0010 10 03/20/2024
13.7.0-alpha0009 13 03/20/2024
13.7.0-alpha0008 11 03/20/2024
13.7.0-alpha0007 11 03/19/2024
13.7.0-alpha0006 15 03/02/2024
13.7.0-alpha0005 12 03/20/2024
13.7.0-alpha0004 13 03/06/2024
13.7.0-alpha0003 12 11/13/2023
13.7.0-alpha0002 12 03/19/2024
13.6.0-alpha0014 11 03/09/2024
13.6.0-alpha0012 12 11/13/2023
13.6.0-alpha0011 11 03/09/2024
13.6.0-alpha0010 12 11/14/2023
13.6.0-alpha0008 15 03/08/2024
13.6.0-alpha0007 13 03/06/2024
13.6.0-alpha0006 15 11/12/2023
13.6.0-alpha0004 12 03/06/2024
13.6.0-alpha0002 14 03/06/2024
13.6.0-alpha0001 13 11/12/2023
13.5.2 14 03/02/2024
13.5.1 11 03/02/2024
13.5.0 12 11/15/2023
13.5.0-alpha0056 13 11/16/2023
13.5.0-alpha0055 13 03/19/2024
13.5.0-alpha0054 13 11/15/2023
13.5.0-alpha0053 9 03/18/2024
13.5.0-alpha0001 12 03/06/2024
13.4.1 13 11/14/2023
13.4.0-alpha0001 12 03/21/2024
13.3.0-alpha0001 13 03/05/2024
13.2.0-alpha0033 12 03/20/2024
13.2.0-alpha0031 11 03/08/2024
13.2.0-alpha0030 14 11/15/2023
13.2.0-alpha0026 15 11/14/2023
13.2.0-alpha0024 11 03/18/2024
13.2.0-alpha0023 11 11/17/2023
13.2.0-alpha0022 11 11/17/2023
13.2.0-alpha0021 13 11/13/2023
13.2.0-alpha0020 10 03/09/2024
13.2.0-alpha0015 11 11/16/2023
13.2.0-alpha0010 11 03/06/2024
13.2.0-alpha0009 16 03/08/2024
13.2.0-alpha0008 11 03/18/2024
13.2.0-alpha0007 11 03/22/2024
13.2.0-alpha0006 13 03/19/2024
13.2.0-alpha0004 13 11/21/2023
13.2.0-alpha0003 12 06/07/2024
13.2.0-alpha0001 12 11/15/2023
13.1.0-alpha0003 12 03/06/2024
13.1.0-alpha0002 11 03/18/2024
13.1.0-alpha0001 11 03/18/2024
13.0.0 13 11/14/2023
13.0.0-alpha0028 11 11/18/2023
12.1.0-unstable0009 10 03/06/2024
12.1.0-unstable0007 13 11/16/2023
12.1.0-unstable0005 13 03/06/2024
12.1.0-unstable0004 10 03/19/2024
12.1.0-unstable0003 11 11/15/2023
12.1.0-unstable0002 13 03/06/2024
12.1.0-unstable0001 11 11/15/2023
12.1.0-alpha0027 10 11/24/2023
12.1.0-alpha0026 12 03/19/2024
12.1.0-alpha0025 11 03/06/2024
12.1.0-alpha0024 15 03/06/2024
12.1.0-alpha0020 13 03/06/2024
12.1.0-alpha0019 11 03/06/2024
12.1.0-alpha0015 11 03/06/2024
12.1.0-alpha0014 11 03/22/2024
12.1.0-alpha0013 12 03/20/2024
12.1.0-alpha0011 10 03/20/2024
12.1.0-alpha0010 13 03/06/2024
12.0.1 11 03/02/2024
12.0.0 12 11/11/2023
11.1.0-unstable0009 12 11/16/2023
11.1.0-unstable0008 12 03/18/2024
11.1.0-unstable0007 11 11/12/2023
11.1.0-unstable0006 11 03/06/2024
11.1.0-unstable0005 12 03/06/2024
11.1.0-unstable0003 12 03/05/2024
11.1.0-unstable0002 11 11/17/2023
11.1.0-unstable0001 12 11/18/2023
11.0.3 13 03/02/2024
11.0.2 16 03/02/2024
11.0.1 12 03/13/2024
11.0.0 12 03/02/2024
11.0.0-unstable0021 11 03/20/2024
11.0.0-unstable0020 13 11/11/2023
10.1.0-unstable0019 10 03/05/2024
10.1.0-unstable0018 12 03/17/2024
10.1.0-unstable0017 10 03/05/2024
10.1.0-unstable0016 13 11/15/2023
10.1.0-unstable0015 13 03/16/2024
10.1.0-unstable0013 13 03/06/2024
10.1.0-unstable0012 11 11/15/2023
10.1.0-unstable0011 11 03/06/2024
10.1.0-unstable0010 12 03/16/2024
10.1.0-unstable0009 12 11/15/2023
10.1.0-unstable0008 10 03/16/2024
10.1.0-unstable0007 12 11/13/2023
10.1.0-unstable0006 11 11/16/2023
10.1.0-unstable0005 11 03/16/2024
10.1.0-unstable0004 11 11/15/2023
10.1.0-unstable0003 12 03/05/2024
10.1.0-unstable0002 12 03/05/2024
10.1.0-unstable0001 10 03/17/2024
10.0.4 12 03/02/2024
10.0.3 11 03/12/2024
10.0.2 11 03/02/2024
10.0.1 11 03/02/2024
10.0.0 14 03/02/2024
9.1.0-unstable0001 12 11/15/2023
9.0.0 11 11/16/2023
9.0.0-unstable0041 12 11/20/2023
8.1.0-unstable0040 10 03/19/2024
8.1.0-unstable0039 9 03/22/2024
8.1.0-unstable0037 10 11/17/2023
8.1.0-unstable0036 10 03/19/2024
8.1.0-unstable0035 12 03/19/2024
8.1.0-unstable0034 11 03/06/2024
8.1.0-unstable0031 13 11/15/2023
8.1.0-unstable0030 11 03/19/2024
8.1.0-unstable0029 9 11/16/2023
8.1.0-unstable0028 12 11/16/2023
8.1.0-unstable0027 8 03/06/2024
8.1.0-unstable0026 10 11/17/2023
8.1.0-unstable0025 13 11/17/2023
8.1.0-unstable0023 11 11/18/2023
8.1.0-unstable0022 12 03/18/2024
8.1.0-unstable0021 12 11/16/2023
8.1.0-unstable0020 11 03/19/2024
8.1.0-unstable0019 13 11/14/2023
8.1.0-unstable0018 11 03/18/2024
8.1.0-unstable0017 13 11/14/2023
8.1.0-unstable0016 10 03/28/2024
8.1.0-unstable0015 10 03/06/2024
8.1.0-unstable0014 12 11/15/2023
8.1.0-unstable0013 14 11/13/2023
8.1.0-unstable0012 10 03/22/2024
8.1.0-unstable0011 11 03/19/2024
8.1.0-unstable0010 13 11/14/2023
8.1.0-unstable0009 11 03/06/2024
8.1.0-unstable0008 13 03/06/2024
8.1.0-unstable0006 10 03/19/2024
8.1.0-unstable0005 11 03/06/2024
8.1.0-unstable0004 11 11/19/2023
8.1.0-unstable0003 11 11/16/2023
8.1.0-unstable0002 12 11/17/2023
8.1.0-unstable0001 11 03/17/2024
8.0.8 11 03/17/2024
8.0.7 10 03/16/2024
8.0.6 11 03/24/2024
8.0.5 10 03/02/2024
8.0.4 12 03/02/2024
8.0.3 12 11/14/2023
8.0.2 12 03/02/2024
8.0.1 12 03/02/2024
8.0.0 11 03/02/2024
8.0.0-unstable0044 10 03/19/2024
7.1.0-unstable0043 13 03/06/2024
7.1.0-unstable0042 10 03/06/2024
7.1.0-unstable0041 13 03/16/2024
7.1.0-unstable0040 10 03/17/2024
7.1.0-unstable0039 14 03/16/2024
7.1.0-unstable0038 12 05/25/2024
7.1.0-unstable0037 11 03/22/2024
7.1.0-unstable0036 12 03/17/2024
7.1.0-unstable0035 12 03/08/2024
7.1.0-unstable0034 16 03/06/2024
7.1.0-unstable0033 10 03/18/2024
7.1.0-unstable0031 11 03/03/2024
7.1.0-unstable0030 15 03/22/2024
7.1.0-unstable0029 11 11/11/2023
7.1.0-unstable0028 7 03/16/2024
7.1.0-unstable0027 12 03/06/2024
7.1.0-unstable0026 10 11/15/2023
7.1.0-unstable0025 12 03/06/2024
7.1.0-unstable0023 10 03/16/2024
7.1.0-unstable0022 10 03/16/2024
7.1.0-unstable0020 12 11/15/2023
7.1.0-unstable0019 11 03/16/2024
7.1.0-unstable0017 11 03/16/2024
7.1.0-unstable0016 11 11/16/2023
7.1.0-unstable0014 16 11/16/2023
7.1.0-unstable0013 12 11/13/2023
7.1.0-unstable0012 11 11/13/2023
7.1.0-unstable0011 10 03/17/2024
7.1.0-unstable0010 15 03/14/2024
7.1.0-unstable0009 12 03/06/2024
7.1.0-unstable0007 12 11/16/2023
7.1.0-unstable0006 13 03/03/2024
7.1.0-unstable0005 12 03/16/2024
7.1.0-unstable0002 10 03/13/2024
7.1.0-unstable0001 11 03/13/2024
7.0.9 11 11/12/2023
7.0.8 11 11/16/2023
7.0.7 11 11/13/2023
7.0.6 11 03/13/2024
7.0.5 12 03/02/2024
7.0.4 13 03/02/2024
7.0.3 15 03/05/2024
7.0.1 12 03/02/2024
7.0.0 12 11/12/2023
7.0.0-unstable0024 12 03/05/2024
6.1.0-unstable0019 12 03/06/2024
6.0.0 10 11/14/2023
6.0.0-unstable0064 11 03/19/2024
5.6.0-unstable0032 12 11/16/2023
5.6.0-unstable0031 10 02/28/2024
5.6.0-unstable0030 12 11/15/2023
5.6.0-unstable0028 9 03/06/2024
5.6.0-unstable0027 9 03/18/2024
5.6.0-unstable0025 11 11/15/2023
5.6.0-unstable0024 9 03/06/2024
5.6.0-unstable0023 10 03/19/2024
5.6.0-unstable0022 11 03/19/2024
5.6.0-unstable0021 11 11/15/2023
5.6.0-unstable0020 10 03/20/2024
5.6.0-unstable0006 11 03/28/2024
5.6.0-unstable0005 15 03/22/2024
5.6.0-unstable0004 12 03/19/2024
5.6.0-unstable0002 12 03/18/2024
5.6.0-unstable0001 13 11/15/2023
5.5.7 11 03/02/2024
5.5.6 11 11/13/2023
5.5.5 12 03/02/2024
5.5.4 11 03/02/2024
5.5.3 13 11/16/2023
5.5.2 11 03/02/2024
5.5.1 13 03/02/2024
5.5.0 10 03/01/2024
5.4.0-unstable0004 9 03/20/2024
5.4.0-unstable0003 9 03/21/2024
5.4.0-unstable0002 15 03/20/2024
5.4.0-unstable0001 10 03/18/2024
5.3.1 10 03/01/2024
5.3.0 11 11/14/2023
5.3.0-unstable0004 13 03/18/2024
5.3.0-unstable0003 18 11/16/2023
5.3.0-unstable0002 12 03/16/2024
5.2.0 14 11/12/2023
5.2.0-unstable0001 10 03/18/2024
5.1.0 11 03/01/2024
5.1.0-unstable0010 11 11/15/2023
5.1.0-unstable0009 10 03/19/2024
5.1.0-unstable0008 11 11/13/2023
5.1.0-unstable0007 11 11/21/2023
5.1.0-unstable0006 11 03/06/2024
5.1.0-unstable0005 10 03/19/2024
5.1.0-unstable0004 10 03/18/2024
5.1.0-unstable0002 12 11/21/2023
5.1.0-unstable0001 11 03/05/2024
5.0.1 12 03/02/2024
5.0.0 11 11/14/2023
4.1.0-unstable0001 11 03/18/2024
4.0.0 11 11/14/2023
4.0.0-unstable0013 11 11/16/2023
3.2.0-unstable0044 11 11/17/2023
3.2.0-unstable0040 12 03/18/2024
3.2.0-unstable0039 12 03/17/2024
3.2.0-unstable0038 11 03/06/2024
3.2.0-unstable0037 11 03/18/2024
3.2.0-unstable0033 12 11/17/2023
3.2.0-unstable0018 11 03/06/2024
3.2.0-unstable0017 12 03/06/2024
3.2.0-unstable0016 12 03/17/2024
3.2.0-unstable0015 14 03/17/2024
3.2.0-unstable0013 13 03/06/2024
3.2.0-unstable0012 12 03/06/2024
3.2.0-unstable0009 11 11/14/2023
3.2.0-unstable0008 11 11/16/2023
3.2.0-unstable0006 12 03/06/2024
3.2.0-unstable0005 12 03/17/2024
3.2.0-unstable0004 12 11/15/2023
3.2.0-unstable0002 10 03/16/2024
3.2.0-unstable0001 12 03/17/2024
3.1.9 13 03/02/2024
3.1.8 14 03/02/2024
3.1.7 13 11/12/2023
3.1.6 13 03/01/2024
3.1.5 13 03/02/2024
3.1.4 12 11/18/2023
3.1.0-unstable0012 10 03/06/2024
3.1.0-unstable0010 14 03/17/2024
3.1.0-unstable0007 11 03/22/2024
3.1.0-unstable0006 10 03/18/2024
3.1.0-unstable0005 13 11/17/2023
3.1.0-unstable0004 12 11/14/2023
3.1.0-unstable0003 11 03/05/2024
3.1.0-unstable0002 13 03/16/2024
3.1.0-unstable0001 13 11/13/2023
3.0.3 12 03/12/2024
3.0.2 11 01/17/2024
3.0.1 12 11/12/2023
3.0.0 12 03/01/2024
3.0.0-unstable0059 10 03/18/2024
2.1.0-unstable0058 9 11/20/2023
2.1.0-unstable0057 12 03/19/2024
2.1.0-unstable0056 9 03/19/2024
2.1.0-unstable0055 12 03/06/2024
2.1.0-unstable0053 11 03/19/2024
2.1.0-unstable0052 11 03/20/2024
2.1.0-unstable0051 13 03/19/2024
2.1.0-unstable0050 11 03/22/2024
2.1.0-unstable0049 10 11/15/2023
2.1.0-unstable0048 15 11/14/2023
2.1.0-unstable0047 11 11/17/2023
2.1.0-unstable0046 11 03/06/2024
2.1.0-unstable0045 13 03/18/2024
2.1.0-unstable0044 11 11/15/2023
2.1.0-unstable0043 10 03/17/2024
2.1.0-unstable0042 12 11/14/2023
2.1.0-unstable0041 11 03/19/2024
2.1.0-unstable0037 10 03/06/2024
2.1.0-unstable0036 11 03/19/2024
2.0.11 14 03/13/2024
2.0.10 13 03/02/2024
2.0.8 12 03/03/2024
2.0.7 13 03/02/2024
2.0.6 11 03/01/2024
2.0.5 11 03/02/2024
2.0.4 12 03/02/2024
2.0.3 11 03/12/2024
2.0.2 11 03/02/2024
2.0.1 11 03/02/2024
2.0.0 11 11/17/2023
1.5.0-unstable0158 10 03/06/2024
1.5.0-unstable0154 10 11/18/2023
1.5.0-unstable0151 10 11/14/2023
1.5.0-unstable0149 11 03/06/2024
1.5.0-unstable0144 11 03/20/2024
1.5.0-unstable0134 11 03/06/2024
1.5.0-unstable0131 9 03/19/2024
1.5.0-unstable0130 11 11/15/2023
1.5.0-unstable0122 10 03/19/2024
1.5.0-unstable0115 11 11/14/2023
1.5.0-unstable0111 10 03/19/2024
1.5.0-unstable0107 9 03/18/2024
1.5.0-unstable0103 8 03/22/2024
1.5.0-unstable0079 9 03/06/2024
1.5.0-unstable0072 7 03/18/2024
1.5.0-unstable0071 13 03/06/2024
1.5.0-unstable0067 10 11/23/2023
1.5.0-unstable0059 10 03/19/2024
1.5.0-unstable0053 11 03/06/2024
1.5.0-unstable0043 11 11/16/2023
1.5.0-unstable0033 12 03/06/2024
1.5.0-unstable0031 11 03/06/2024
1.5.0-unstable0029 10 11/16/2023
1.5.0-unstable0028 10 03/06/2024
1.5.0-unstable0027 10 03/22/2024
1.5.0-unstable0004 11 03/06/2024
1.4.20 11 11/14/2023
1.4.11 11 11/14/2023
1.4.10 13 03/18/2024
1.4.9 12 03/02/2024
1.4.8 11 03/02/2024
1.4.7 11 03/02/2024
1.4.6 12 03/02/2024
1.4.5 11 03/24/2024
1.4.4 11 03/02/2024
1.4.3 10 03/16/2024
1.4.2 11 03/13/2024
1.4.1 11 03/06/2024
1.4.0-unstable0110 11 03/21/2024
1.4.0-unstable0108 14 11/17/2023
1.4.0-unstable0106 11 03/06/2024
1.4.0-unstable0105 10 03/20/2024
1.4.0-unstable0104 12 11/11/2023
1.4.0-unstable0103 12 11/12/2023
1.4.0-unstable0102 14 11/15/2023
1.4.0-unstable0092 11 03/06/2024
1.4.0-unstable0091 10 03/20/2024
1.4.0-unstable0090 12 03/06/2024
1.4.0-unstable0089 9 11/13/2023
1.4.0-unstable0064 12 03/06/2024
1.4.0-unstable0058 9 03/20/2024
1.4.0-unstable0056 9 03/06/2024
1.4.0-unstable0055 13 11/18/2023
1.4.0-unstable0051 10 03/06/2024
1.4.0-unstable0030 11 11/12/2023
1.4.0-unstable0026 11 03/06/2024
1.4.0-unstable0023 12 11/12/2023
1.4.0-set-up-admin-api0001 10 03/06/2024
1.4.0-qos-documentatio0001 10 03/03/2024
1.4.0-pullrequest0047 11 11/15/2023
1.4.0-pullrequest0039 10 03/21/2024
1.4.0-publish-unable-a0001 11 03/04/2024
1.4.0-nuget-package-de0001 16 03/06/2024
1.4.0-beta0001 15 03/03/2024
1.3.3-pullrequest0054 12 03/06/2024
1.3.2 9 03/13/2024
1.3.2-pullrequest0045 15 11/14/2023
1.3.2-pullrequest0037 14 03/20/2024
1.3.1 11 03/19/2024
1.3.0-unstable0002 12 03/05/2024
1.2.0-unstable0033 11 03/06/2024
1.1.0 11 03/02/2024
1.1.0-beta0001 11 03/03/2024
1.0.123 11 03/02/2024
1.0.122 10 03/20/2024
1.0.120 13 03/03/2024
1.0.117 12 03/03/2024
1.0.115-rc1 9 03/21/2024
1.0.114-rc1 11 03/06/2024
1.0.112-rc1 10 11/12/2023
1.0.111-rc1 10 11/25/2023
1.0.110-rc1 9 03/20/2024
1.0.109-rc1 15 11/11/2023
1.0.108-rc1 12 11/15/2023
1.0.107-rc1 9 03/27/2024
1.0.106-rc1 10 03/19/2024
1.0.104-rc1 11 03/21/2024
1.0.103-rc1 10 03/06/2024
1.0.102-rc1 12 11/16/2023
1.0.101-rc1 11 11/18/2023
1.0.100-rc1 11 03/06/2024
1.0.99-rc1 12 11/18/2023
1.0.98-rc1 11 11/20/2023
1.0.97-rc1 12 03/06/2024
1.0.96-rc1 11 11/17/2023
1.0.95-rc1 9 03/20/2024
1.0.94-rc1 10 03/20/2024
1.0.93-rc1 11 11/17/2023
1.0.92-rc1 12 03/06/2024
1.0.91-rc1 10 03/20/2024
1.0.90-rc1 11 03/19/2024
1.0.89-rc1 11 03/03/2024
1.0.88-rc1 10 03/03/2024
1.0.87-rc1 12 03/06/2024
1.0.85-rc1 12 03/06/2024
1.0.84-rc1 12 03/06/2024
1.0.83-rc1 12 03/06/2024
1.0.82-rc1 11 11/15/2023
1.0.81-rc1 10 03/19/2024
1.0.80-rc1 10 03/18/2024
1.0.79-rc1 11 03/03/2024
1.0.78-rc1 12 03/06/2024
1.0.77-rc1 9 03/19/2024
1.0.76-rc1 10 11/15/2023
1.0.75-rc1 11 03/06/2024
1.0.69-rc1 11 03/06/2024
1.0.68-rc1 11 11/15/2023
1.0.67-rc1 10 11/15/2023
1.0.66-rc4 12 11/17/2023
1.0.66-rc3 12 11/14/2023
1.0.66-rc2 10 03/20/2024
1.0.66-rc1 11 03/03/2024
1.0.65-rc2 11 03/06/2024
1.0.65-rc1 12 03/06/2024
1.0.14-rc1 11 03/21/2024
0.0.13-rc1 11 03/06/2024
0.0.12-rc1 11 03/06/2024
0.0.0-dev 7 04/08/2025