Skip to content

Releases: tochka-public/Tochka.JsonRpc

v5.1.0

09 Jul 19:25
f9e3fe5
Compare
Choose a tag to compare

Bug Fixes

  • remove empty tag for controller without prefix (8b2d633)

Features

v5.0.1

09 Jul 06:44
18acc96
Compare
Choose a tag to compare

Bug Fixes

  • error response data logging (08fc776)

v5.0.0

18 Jun 13:01
f717f6e
Compare
Choose a tag to compare

Features

  • add advanced data for JRpcResult + typed methods for client + typed methods for responses (a97937a)
  • JsonRpcClient got extra methods for typed SendRequest<TRequest, TResponse> and SendBatch

BREAKING CHANGES

  • Fields such as 'AsAnyError', 'AsTypedError', 'AsErrorWithExceptionInfo' of ISingleJsonRpcResult and IBatchJsonRpcResult moved to field 'Advanced' and available for use e.g. 'result.Advanced.AsAnyError'

v4.5.0

03 May 11:22
14b7156
Compare
Choose a tag to compare

Bug Fixes

Features

  • autodoc: required properties from nullability state (ae0321b)

v4.4.1

01 Apr 14:26
de16c8c
Compare
Choose a tag to compare

Bug Fixes

  • autodoc: OpenRpcDoc: parse types with generic arguments correctly (d0d12e2)

v4.4.0

01 Apr 11:31
62e3c36
Compare
Choose a tag to compare

Bug Fixes

Features

  • add jsonRpc logging error-responses (8f0013b)

v4.3.1

29 Mar 18:39
5615794
Compare
Choose a tag to compare
Merge pull request #103 from SedativeEffect/feature/C-SHARP-89-float-id

test: invariant culture in tests

v4.3.0

28 Mar 13:49
b0e90a8
Compare
Choose a tag to compare

Bug Fixes

Features

  • http client, add method name in options (4d7d4ec)

v4.2.6

27 Mar 14:36
de80bb7
Compare
Choose a tag to compare

Bug Fixes

  • autodoc: OpenRpcDoc: DateTime, DateTimeOffset, DateOnly, TimeOnly, TimeSpan, Guid format as string by default, instead of object with properties (96da1bd)
  • autodoc: OpenRpcDoc: format enum values as declared (3491504)
  • autodoc: OpenRpcDoc: nullable enum type parse as enum type (88b9c1f)

v4.2.5

27 Mar 08:58
11a2b14
Compare
Choose a tag to compare
Merge pull request #101 from SedativeEffect/feature/C-SHARP-89-float-id

test: add invariant culture to tests