Skip to content

Releases: glesys/butler-service

v0.9.1

09 Apr 08:11
8ede416
Compare
Choose a tag to compare

Changed

  • Don't type hint $user in 'graphql' gate ability

v0.9.0

08 Apr 07:37
acec2c8
Compare
Choose a tag to compare

Changed

v0.8.1

25 Mar 11:46
Compare
Choose a tag to compare
Add foreign_key_constraints to database.php config

v0.8.0

24 Mar 21:12
9b57abd
Compare
Choose a tag to compare

Changed

  • Require Laravel 8.33.
  • BREAKING: Replaced butler-auth with Laravel Sanctum.
    Existing JWT tokens will not work if not migrated or new tokens are created.
    The only way to authenticate now is with the Authorization header.
  • BREAKING: Renamed test method actingAsJwtUser to actingAsConsumer.

v0.7.0

18 Mar 08:39
1b1b143
Compare
Choose a tag to compare

Changed

  • Use the correlation id from butler-audit when logging to graylog to enable tracing requests/executions into graylog.
  • BREAKING: Require butler-graphql 5.0.

v0.6.1

18 Feb 07:58
5fc4ffb
Compare
Choose a tag to compare

Added

  • Abstract class QueueableJob that includes commonly used traits.

v0.6.0

09 Feb 14:05
292e46d
Compare
Choose a tag to compare

Added

  • Custom Bus\Dispatcher to support the new job trait WithCorrelationId.

Changed

v0.5.0

21 Jan 08:24
2bb3770
Compare
Choose a tag to compare

Changed

v0.4.1

18 Dec 10:17
8ae95cd
Compare
Choose a tag to compare

Changed

v0.4.0

14 Dec 14:17
9f61e80
Compare
Choose a tag to compare

Added

  • Butler Service version in "health" route.

Changed

  • Renamed "readme" route to "front" where health checks and graphql schema is shown.
  • "health" route only returns JSON.

Removed

  • "health" view.
  • "schema" view and route.