Skip to content

Releases: sajya/server

4.0.6

24 Jan 19:56
Compare
Choose a tag to compare

4.0.6 - 2022-01-24

Fixed

  • Problem with request with big payload #27

Full Changelog: 4.0.5...4.0.6

4.0.5

21 Jan 03:41
Compare
Choose a tag to compare

4.0.5 - 2022-01-21

Changed

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

What's Changed

Full Changelog: 4.0.4...4.0.5

4.0.4

26 Dec 20:13
Compare
Choose a tag to compare

4.0.4 - 2021-12-26

Added

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

Full Changelog: 4.0.3...4.0.4

4.0.3

22 Oct 00:47
7c31f1d
Compare
Choose a tag to compare

4.0.3 - 2021-10-22

Fixed

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

4.0.2

20 Aug 15:25
6d94084
Compare
Choose a tag to compare

4.0.2 - 2021-08-20

Fixed

  • Cyrillic display in generated documentation #20

4.0.1

17 Aug 14:59
Compare
Choose a tag to compare

4.0.1 - 2021-08-17

Changed

  • Return nothing on notifications #19

4.0.0

17 Aug 12:47
Compare
Choose a tag to compare

4.0.0 - 2021-08-17

Added

  • Route binding #18

Changed

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

3.0.0

01 Apr 22:00
ea4f409
Compare
Choose a tag to compare

3.0.0 - 2021-04-02

Added

  • Command for generating documentation

Changed

  • Procedures no longer use controller traits

2.4.0

12 Feb 14:50
e000834
Compare
Choose a tag to compare

2.4.0 - 2021-02-12

Added

  • Middleware for compressing the response

2.3.0

05 Feb 12:47
f97d49a
Compare
Choose a tag to compare

2.3.0 - 2021-02-05

Added

  • Trait to make testing easier