Skip to content

Releases: atidev/ATI.Services.Common

v8.3.2

17 Mar 09:27
d62282f
Compare
Choose a tag to compare

fix exception when calling AddServiceVariables() and AddTracing() on startup.cs

Add Headers to proxy

05 Mar 08:43
440dc7a
Compare
Choose a tag to compare

Add ServiceVariables.HeadersToProxy:

 "ServiceVariablesOptions": {
    "Variables": {
      "HeadersToProxy": ["Header1", "Header2"] // HttpRequest headers to proxy to another services
    }
  }

If you want to disable proxy mechanism on some service, set:

"BaseServiceOptions":{
  "ProxyServiceVariablesHeaders": false
}

v8.2.1

21 Feb 19:59
bccb818
Compare
Choose a tag to compare

Add PatchMethods in TracingHttpClientWrapper

v8.1.1

09 Feb 10:12
91f813d
Compare
Choose a tag to compare

fix nullreference exception "binary annotation value can't be null at zipkin4net.Tracers.Zipkin.ZipkinAnnotationVisitor.GetAnnotationType"

v8.1.1-custom-http-content-v5

02 Feb 13:30
Compare
Choose a tag to compare
Pre-release
Remove const

v8.1.1-custom-http-content-v4

02 Feb 13:17
Compare
Choose a tag to compare
Pre-release
Adds custom content also to DELETE and PUT methods

+ fix error in Post signature

v8.1.1-custom-http-content-v3

02 Feb 12:47
Compare
Choose a tag to compare
Pre-release
HttpContent as response model

v8.1.1-custom-http-content-v2

02 Feb 11:13
Compare
Choose a tag to compare
Pre-release
Custom http content for TracingHttpClientWrapper

v8.1.1-custom-http-content

02 Feb 11:12
96a0b40
Compare
Choose a tag to compare
Pre-release
Update Redis from GitLab (#17)

* Update Redis from GitLab

* delete client_name from CreateControllerMetricsFactory

* Revert "delete client_name from CreateControllerMetricsFactory"

This reverts commit 0e6564d61e2c2d9e0132b32199cb63e98b563df7.

* Try add UserLabels

* Revert "Try add UserLabels"

This reverts commit e11d0d5b787bc8bdf833abc60bf2a44df0ea5f5e.

* Поправил форматирование

* Поправил форматирование

* форматирование

* форматирование

Co-authored-by: RIDOM\artem.s <artem.s@ati.su>

v8.1.0

31 Jan 14:01
96a0b40
Compare
Choose a tag to compare

Add new methods to work with Redis