Skip to content

Releases: daycry/restserver

v5.0.0

25 Apr 08:57
Compare
Choose a tag to compare
  • Introducing tatter/schemas and tatter/relations

v4.0.21

13 Apr 14:13
Compare
Choose a tag to compare

Full Changelog: v4.0.20...v4.0.21

v4.0.20

13 Apr 09:17
Compare
Choose a tag to compare
Update RestServer.php

v4.0.18

13 Apr 08:46
Compare
Choose a tag to compare
  • Fixes block too many requests

v4.0.17

12 Apr 17:41
Compare
Choose a tag to compare

Full Changelog: v4.0.16...v4.0.17

  • Change RestServer config file
    ** Add **
/*
    |--------------------------------------------------------------------------
    | Enable block Invalid Attempts
    |--------------------------------------------------------------------------
    |
    | IP blocking on consecutive failed attempts
    |
    */
    public $restEnableInvalidAttempts = true;
    public $restInvalidAttemptsTable = 'restserver_attempts';
    public $restMaxAttempts = 3;
    public $restTimeBlocked = 3600;

And run migrate command.

php spark migrate --all

v4.0.16

12 Apr 12:12
Compare
Choose a tag to compare
  • Fixes

Change to int the response_code field in log table

v4.0.15

04 Apr 15:31
Compare
Choose a tag to compare
  • Fix: error $this->content is null
  • php-cs-fixer

v4.0.14

30 Mar 09:45
Compare
Choose a tag to compare

Full Changelog: v4.0.13...v4.0.14

v4.0.13

30 Mar 09:39
Compare
Choose a tag to compare
  • Filter params in validation method

Full Changelog: v4.0.12...v4.0.13

v4.0.12

25 Mar 10:31
Compare
Choose a tag to compare
  • Custom Library Interface