Skip to content

Releases: dapper91/pjrpc

release 2.1.2

15 Nov 08:59
d68c330

Choose a tag to compare

  • fix: exceptions not frozen dataclasses anymore (cause errors in pytest).
  • fix: '.' replaced by '_' in openapi model prefix.

release 2.1.1

07 Nov 19:49
12aeb3d

Choose a tag to compare

  • fix: pydantic specification extractor fixed.

release 2.1.0

31 Oct 17:55
e77e174

Choose a tag to compare

  • client and server exceptions separated.

release 2.0.1

27 Oct 19:17
fc1a6ae

Choose a tag to compare

  • pydantic v1 validator/generator bugs fixed.
  • aiohttp subapp specification wrong method path fixed.
  • dispatcher middleware invocation order fixed.
  • documentation fixed.

release 2.0.0

25 Oct 12:01
e6714d6

Choose a tag to compare

  • client batch reqeust api simplified.
  • client tracers replaced by middlewares
  • server method params validation performance improved
  • server schema generation bugs fixed
  • client/server typing improved

release 1.15.0

18 May 17:02
4da8588

Choose a tag to compare

  • request validator refactored. Validator is built once on method initialization to increase request handling performance.

release 1.14.0

08 May 17:56
4bec2cb

Choose a tag to compare

  • pydantic 2.11 compatibility.
  • request kwargs passed to a tracer.
  • pydantic validator model cached.

release 1.13.0

15 Feb 17:57
e2132c0

Choose a tag to compare

  • initialize dispatcher middleware stack in constructor.
  • generic context type added.

release 1.12.2

15 Jan 18:37
1f490d3

Choose a tag to compare

  • aiohttp integration specification wrong path bug fixed.

release 1.12.1

19 Dec 19:09
f09e767

Choose a tag to compare

  • method context passing bugs fixed.