Release/13.2.0 (#834) #835
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix formatting in getting started page (Fix formatting in getting started page #752)
updated release docs (updated release docs #745)
Update README.md (Update README.md #756)
Fixed typo "Ocleot"
Fixed typo there => their (Fixed typo there => their #763)
Some Typo fixes (Some Typo fixes #765)
Typo algorythm => algorithm (Typo algorythm => algorithm #764)
Typo querystring => query string (Typo querystring => query string #766)
Typo usual => usually (Typo usual => usually #767)
Typos (Typos #768)
kubernetes provider (kubernetes provider #772)
feat: Kubernetes ServiceDiscoveryProvider
编写k8s测试例子
feat:fix kube config
feat: remove port
feat : complete the k8s test
feat : add kubeserviceDiscovery test
feat : add kube provider unittest
feat :add kubetnetes docs
how to use ocelot with kubetnetes docs
keep the configuration as simple as possible, no qos, no cache
fix: use http
add PollingKubeServiceDiscovery
feat : refactor logger
feat : add pollkube docs
feat:Remove unnecessary code
feat : code-block json
fix issue Smarter Aggregate base on ForeignKey fields #661 for Advanced aggregations (#661 Advanced aggregations #704)
Add Advanced Aggregation Feature
fix overwrite error
distinct data for better performance
remove constructor parameter
fix tests issue
fix tests
fix tests issue
Add UnitTest and AcceptanceTest
fix responseKeys typo
Update SimpleJsonResponseAggregator.cs
change port
Fix code example for SSL Errors (Fix code example for SSL Errors #780)
DangerousAcceptAnyServerCertificateValidator has to be set to "true" to disable certification validation, not "false".
Just some wording changes for clarification.
Ignore response content if null (fix Null dereference when delegating handler returns a content-less HttpResponseMessage #785) (Ignore response content if null (fix #785) #786)
fix bug Pollkube not work when LoadBalancerOptions.Type set to empty string which in Kubernets provider #791 (Fixes #791 Pollkube not work when LoadBalancerOptions.Type set to empty string #795)
Update loadbalancer.rst (Update loadbalancer.rst #796)
UriBuilder - remove leading question mark Query params start with ?? #747 (UriBuilder - remove leading question mark #747 #794)
Update qualityofservice.rst (Update qualityofservice.rst #801)
Tiny typo
K8s package (K8s package #804)
feat: Kubernetes ServiceDiscoveryProvider
编写k8s测试例子
feat:fix kube config
feat: remove port
feat : complete the k8s test
feat : add kubeserviceDiscovery test
feat : add kube provider unittest
feat :add kubetnetes docs
how to use ocelot with kubetnetes docs
keep the configuration as simple as possible, no qos, no cache
fix: use http
add PollingKubeServiceDiscovery
feat : refactor logger
feat : add pollkube docs
feat:Remove unnecessary code
feat : code-block json
feat: publish package Ocelot.Provider.Kubernetes
Okta integration (Okta integration #807)
Okta integration
update cliamsParser (update cliamsParser #798)
update cliamsParser
update using
IOcelotBuilder opens the IMvcCoreBuilder property for easy customization (IOcelotBuilder opens the IMvcCoreBuilder property for easy customization #790)
IOcelotBuilder opens the IMvcCoreBuilder property for easy customization
Adjustment code
nuget package (nuget package #809)
feat: Kubernetes ServiceDiscoveryProvider
编写k8s测试例子
feat:fix kube config
feat: remove port
feat : complete the k8s test
feat : add kubeserviceDiscovery test
feat : add kube provider unittest
feat :add kubetnetes docs
how to use ocelot with kubetnetes docs
keep the configuration as simple as possible, no qos, no cache
fix: use http
add PollingKubeServiceDiscovery
feat : refactor logger
feat : add pollkube docs
feat:Remove unnecessary code
feat : code-block json
feat: publish package Ocelot.Provider.Kubernetes
feat : nuget package
fix: Namesapce Spelling wrong
fix:Namesapce Spelling Wrong
Fix: errors when using rate limiting (Fix: errors when using rate limiting #811)
Fix: errors when using rate limiting
Add: QuotaExceededError class for requesting too much
Add: QuotaExceededError error code
Add: Add an error when limit is reached
Reflact: Extract GetResponseMessage method for getting default or configured response message for requ
Fix: modify check_we_have_considered_all_errors_in_these_tests for adding a new OcelotErrorCode
added missing COPY csproj files (added missing COPY csproj files #821)
Add note on In-Process hosting (Add note on In-Process hosting #816)
When using ASP.NET Core 2.2 with In-Process hosting in IIS it's important to use .UseIIS() instead of .UseIISIntegration().
If the registered Consul node is unexpectedly down and not restarted immediately, other services should continue to find the registered service.
Fixed Dockerfile (missing Kubernetes)
Revert "Fix bug: (If the registered Consul node is unexpectedly down and not restarted immediately, other services should continue to find the registered service. #810)" (Revert "If the registered Consul node is unexpectedly down and not restarted immediately, other services should continue to find the registered service." #823)
This reverts commit 19c80af.
remove duplicate
IHttpRequester
register (remove duplicateIHttpRequester
register #819)remove duplicate
IHttpRequester
registerreserve the first
fix HttpRequesterMiddleware does not call next bug (fix HttpRequesterMiddleware does not call next bug #830)
call next so that we can do something with the response, such as add some custom header etc...
Removed Packing to fix issues, will be sorted out after create a nuget package on Nuget.Org (Removed Packing to fix issues, will be sorted out after create a nuge… #831)
Allows access to unpass node (Allows access to unpass node #825)
Fix bug:
If the registered Consul node is unexpectedly down and not restarted immediately, other services should continue to find the registered service.
fix bug:
If the registered Consul node is unexpectedly down and not restarted immediately, other services should continue to find the registered service.
Updated FluentValidations Nuget Package (Updated FluentValidations Nuget Package #833)
Fixes / New Feature #
Proposed Changes