Sajya Server Versions Save

Implement the JSON-RPC 2.0 server specification for @Laravel.

4.0.6

2 years ago

4.0.6 - 2022-01-24

Fixed

  • Problem with request with big payload #27

Full Changelog: https://github.com/sajya/server/compare/4.0.5...4.0.6

4.0.5

2 years ago

4.0.5 - 2022-01-21

Changed

  • Parser: isAssociative() optimization #28
  • Added static method makeFromResult() #30

What's Changed

Full Changelog: https://github.com/sajya/server/compare/4.0.4...4.0.5

4.0.4

2 years ago

4.0.4 - 2021-12-26

Added

  • Tests for PHP 8.1
  • New terminate method for to execute pending tasks

Full Changelog: https://github.com/sajya/server/compare/4.0.3...4.0.4

4.0.3

2 years ago

4.0.3 - 2021-10-22

Fixed

  • Status code is not integer set the code to -1 #22

4.0.2

2 years ago

4.0.2 - 2021-08-20

Fixed

  • Cyrillic display in generated documentation #20

4.0.1

2 years ago

4.0.1 - 2021-08-17

Changed

  • Return nothing on notifications #19

4.0.0

2 years ago

4.0.0 - 2021-08-17

Added

  • Route binding #18

Changed

  • Result for call-in batch mode combined with notification #19

3.0.0

3 years ago

3.0.0 - 2021-04-02

Added

  • Command for generating documentation

Changed

  • Procedures no longer use controller traits

2.4.0

3 years ago

2.4.0 - 2021-02-12

Added

  • Middleware for compressing the response

2.3.0

3 years ago

2.3.0 - 2021-02-05

Added

  • Trait to make testing easier