Skip to content

Releases: KxSystems/csharpkdb

Version 1.3.0

25 Aug 08:33
489d33b
Compare
Choose a tag to compare

Can throw a KException (rather than a general Exception) when Serialize fails.

Version 1.2.0

15 Jun 11:59
bf5ce9c
Compare
Choose a tag to compare

now offers new awaitable async methods for any method that made use of the underlying TCP stream synchronously but described itself as async

Version 1.1.0

05 Jan 11:13
efe6aff
Compare
Choose a tag to compare
Issue 38 (#52)

Version 1.1.0-beta

22 Dec 15:52
efe6aff
Compare
Choose a tag to compare
Version 1.1.0-beta Pre-release
Pre-release

Add IsZipEnabled and Compress functionality for Serialize method

Renamed u() to UnCompress()

Add properties for if the current message is IsResponse, IsSync or IsCompressed

Expose ability to read from stream and write bytes directly to stream to protected level to support IPC operations for client implementations

Reduce code repetition and bring into line with java code-base
Refactor k() to
-> k0
-> ParseHeader
-> ParseException

Refactor w to use Serialize method

Added additional
public void ks(object x)
public void kn(object x)
public void kr(object x)

Changes to unit-tests

added constructor for injecting mock stream
added unit-tests for sync write to underlying client-stream
added unit-tests for async write to underlying client-stream

Version 1.0.0

17 Dec 12:14
a283383
Compare
Choose a tag to compare

Initial release of C# API to KDB+

Version 0.1.1-beta

08 Dec 11:56
0408297
Compare
Choose a tag to compare
Version 0.1.1-beta Pre-release
Pre-release

Includes fix for nuget release

Initial public release

08 Dec 10:53
b57b74f
Compare
Choose a tag to compare
Pre-release

Initial release representing new build system, quality checks & xml docs.