Skip to content

Tags: kurrent-io/KurrentDB-Client-Dotnet

Tags

v23.3.8

Toggle v23.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Account for standard ports when collecting tags (#328)

* Account for standard ports when collecting tags

v23.3.7

Toggle v23.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Account for nullable events (#324)

* Account for nullable events

* Fix json vulnerability

* Upgrade deprecated gh actions

* Fix tests

* Remove susbcribe_to_stream test

v23.3.6

Toggle v23.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix channel factory to use root ca if provided (#325)

v23.3.5

Toggle v23.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix check for parent context when extract propagation context fails (#…

…319)

* Fix context check in trace subscription method
* Extract propagation context from Event instead of OriginalEvent

v23.3.4

Toggle v23.3.4's commit message
Bump System.Text.Json to 8.0.4

v23.3.3

Toggle v23.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Tracing improvements (#311)

* Use TryGetProperty when extracting tracing metadata to prevent exception being thrown in absence thereof

* Use JsonDocument.TryParseValue

* Handle empty metadata case and dispose of JsonDocument if instantiated

* Implement short-circuit to improve performance when there are no active diagnostic listeners

v23.3.2

Toggle v23.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix StreamType/EventType filtering cases (#309)

v23.3.1

Toggle v23.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update bouncy castle to 2.3.1 (#306)

v23.2.1

Toggle v23.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #291 from EventStore/w1am/dev-306-net-client-break…

…ing-changes-in-2320

Disable throwing compiler errors for obsolete code

v23.2.0

Toggle v23.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #289 from EventStore/add-certificates-in-http-fall…

…back-handler

DEV-92 - Add certificate in HTTP fallback handler