Skip to content

Releases: sajya/server

7.0.0

09 Mar 02:14
Compare
Choose a tag to compare

7.0.0 - 2025-03-09

Added

Changed

  • Migrated from @phpdoc annotations to native PHP attributes for improved type safety and modern standards.
  • Set the default limit for batch requests to 50 items.

Removed

  • Deprecated class Guide has been removed.
  • The entire Annotations namespace has been eliminated as part of the migration to PHP attributes.

Full Changelog: 6.1.0...7.0.0

6.1.0

15 Mar 23:13
Compare
Choose a tag to compare

6.1.0 - 2024-03-16

Added

  • Support Laravel 11.x

New Contributors

Full Changelog: 6.0.1...6.0.3

6.0.1

18 Jun 23:37
56becff
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.0.0...6.0.1

6.0.0

24 Feb 19:18
1c52f7a
Compare
Choose a tag to compare

6.0.0 - 2023-02-24

Added

  • Support Laravel 10.x

Full Changelog: 5.3.0...6.0.0

5.3.0

06 Nov 21:01
a44bef3
Compare
Choose a tag to compare

5.3.0 - 2022-11-06

Added

  • Proxy procedure #47
  • Usage Laravel Pint for code style #46
  • Suggest client

Changed

  • Improve typing
  • Update Bootstrap version for docs

What's Changed

New Contributors

Full Changelog: 5.2.0...5.3.0

5.2.0

02 Sep 01:05
9110491
Compare
Choose a tag to compare

5.2.0 - 2022-09-02

Changed

  • Catching exceptions instead of forcibly suppressing them #38, #39

Full Changelog: 5.1.0...5.2.0

5.1.0

19 Jul 12:46
f933dfd
Compare
Choose a tag to compare

5.1.0 - 2022-07-19

Added

  • Added callHttpProcedure method which calls the procedure without any chained assertions #37

New Contributors

Full Changelog: 5.0.3...5.1.0

5.0.3

12 Jul 19:02
aa4610f
Compare
Choose a tag to compare

5.0.3 - 2022-07-12

Fixed

  • Internal exception when procedure method not exists #34

Full Changelog: 5.0.2...5.0.3

5.0.2

12 Jul 14:46
baaa9dd
Compare
Choose a tag to compare

5.0.2 - 2022-07-12

Fixed

  • Don't use a queue for pending requests

Full Changelog: 5.0.1...5.0.2

5.0.1

25 Apr 13:57
Compare
Choose a tag to compare

5.0.1 - 2022-04-25

Fixed

  • Set $data of InvalidRequestException #32

Full Changelog: 5.0.0...5.0.1