Releases: tochka-public/Tochka.JsonRpc
Releases · tochka-public/Tochka.JsonRpc
v7.1.0
Features
- not logging raw response content (fcad8fb)
v7.0.0
- BREAKING CHANGE: client context item key changed (a4e49a0)
- BREAKING CHANGE: client context item key changed (88cec7a)
BREAKING CHANGES
- client context item key changed
- client context item key changed
v6.6.0
Bug Fixes
Features
- client context contains call information (c438de3)
v6.5.1
Merge pull request #119 from tochka-public/feature/CSHARP-167
fix: allow PropertyNamingPolicy = null
v6.5.0
Bug Fixes
Features
- add tests (6298a81)
- codestyle and summary (18a1975)
- examples (2167a0d)
- JsonRpc.Server can work with requests without params, JsonRpc.Client has methods without params (d80a3f9)
- minor fixes (d438338)
v6.4.1
Merge pull request #118 from tecAmoRaller/fix/EndpointMetadata
[fix] Endpoint Metadata Validation
v6.4.0
Features
- move pre-defined errors to constants (919cca2)
- rename JsonRpcPreDefinedErrorCodes to JsonRpcErrorCodes (f80e2bf)
v6.3.1
Bug Fixes
- autodoc: remove duplicate endpoints at servers section (bc4bf16)
v6.3.0
Features
- autodoc: show all endpoints (64acd86)