Skip to content

Releases: atidev/ATI.Services.Common

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

fix NullReferenceException

25 Jan 14:30
Compare
Choose a tag to compare
Pre-release

fix error:
An error occured while recording the annotation: System.NullReferenceException: Binary annotation value can't be null at zipkin4net.Tracers.Zipkin.ZipkinAnnotationVisitor.GetAnnotationType(Object annotationValue) at zipkin4net.Tracers.Zipkin.ZipkinAnnotationVisitor.AddBinaryAnnotation(String annotationKey, Object annotationValue, String serviceName, IPEndPoint endpoint) at zipkin4net.Tracers.Zipkin.ZipkinTracer.Record(Record record) at zipkin4net.TraceManager.Push(Record record)

v8.0.1

09 Dec 13:25
d768d21
Compare
Choose a tag to compare

Adds new loggin field exceptionPretty, that contains exception stacktrace in human readable format.

v8.0.0

08 Dec 11:32
5899a99
Compare
Choose a tag to compare

Add Serializer field to RedisOptions.
By default, it's SerializerType.SystemTextJson.
It can break some existing caches.

 public enum SerializerType
    {
        Newtonsoft = 0,
        SystemTextJson = 1
    }

v7.9.0

06 Dec 14:46
7109934
Compare
Choose a tag to compare

Add additional user's metrics. Use MetricsOptions class.

v7.9.2-tfz

28 Oct 12:07
Compare
Choose a tag to compare
v7.9.2-tfz Pre-release
Pre-release

try fix null reference errors in zipkin

v7.8.5

20 Oct 13:26
0023f3a
Compare
Choose a tag to compare

Изменения

Обновлён SqlClient v1.1.1 => v3.0.1

v7.8.4

07 Oct 11:25
6a23f2a
Compare
Choose a tag to compare

Добавил IncreaseAsync() в RedisCache

v7.7.3

27 Sep 17:30
92c88ad
Compare
Choose a tag to compare