Releases: 1ma/JsonRpc
Releases · 1ma/JsonRpc
v4.2.0
v4.1.0
- (Improvement) Support PHP 8.2, contributed by @o-perator
v4.0.2
v4.0.1
v4.0.0
- (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