Skip to content

Releases: 1ma/JsonRpc

v4.2.0

22 Feb 16:42
@1ma 1ma
dc4a470
Compare
Choose a tag to compare

v4.1.0

26 Apr 08:11
@1ma 1ma
45e1683
Compare
Choose a tag to compare
  • (Improvement) Support PHP 8.2, contributed by @o-perator

v4.0.2

18 Jun 18:00
@1ma 1ma
6df00eb
Compare
Choose a tag to compare
  • (Improvement) Added capacity to pass additional error data to the "invalid params" error, contributed by @FTI-Herbert
  • (Improvement) Set up php-cs-fixer, lint the codebase and clean it up using PHP 7.4+ features

v4.0.1

09 Jun 09:05
@1ma 1ma
486b45f
Compare
Choose a tag to compare
  • (Fix) Allow psr/container 1.x and 2.x

v4.0.0

08 Jun 22:32
@1ma 1ma
99c3575
Compare
Choose a tag to compare
  • (Breaking Change) Bumped minimum version of PHP to 8.0
  • (Breaking Change) Bumped minimum version of psr/container to ^2.0
  • (Breaking Change) Bumped minimum version of opis/json-schema to ^2.0
  • (Breaking Change) Removed ConcurrentServer class
  • (Breaking Change) Made Server class final and their attributes private
  • (Improvement) Made it possible to redefine the Validator through a PSR-11 container service, contributed by @FTI-Herbert
  • (Improvement) Added getMethods() to the Server class, contributed by @FTI-Herbert

v3.0.0

25 Dec 00:27
@1ma 1ma
Compare
Choose a tag to compare

See CHANGELOG.md

v2.1.3

24 Aug 14:06
@1ma 1ma
Compare
Choose a tag to compare

Use static instead of self for late static bindings in Server.

v2.1.2

12 Jan 16:56
@1ma 1ma
Compare
Choose a tag to compare

Relax Server attributes visibility.

v2.1.1

11 Aug 22:31
@1ma 1ma
Compare
Choose a tag to compare

Control simdjson decoding with an extra flag to the server.

v2.1.0

02 Aug 13:59
@1ma 1ma
Compare
Choose a tag to compare

Integrated the simdjson decoder.