Skip to content

Latest commit

 

History

History
245 lines (124 loc) · 3.82 KB

CHANGELOG.md

File metadata and controls

245 lines (124 loc) · 3.82 KB

Changelog

All notable changes to laravel-ray will be documented in this file

1.24.2 - 2021-07-23

  • fix origin of query builder ray calls (now for real)

1.24.1 - 2021-07-23

  • fix origin of query builder ray calls

1.24.0 - 2021-07-23

  • add ray macro on query builder

1.23.0 - 2021-06-24

  • allow multiple mailables (#204)

1.22.0 - 2021-06-24

  • when a query exception occurs, the query itself will also be sent to Ray.

1.21.0 - 2021-06-22

  • add countQueries

1.20.2 - 2021-06-21

  • fix mailable when using Mail::fake

1.20.1 - 2021-06-15

  • fix origin of stringable

1.20.0 - 2021-06-15

  • add support for stringables

1.19.1 - 2021-06-11

  • better HTTP Client logging (#201)

1.19.0 - 2021-06-04

  • add http logging methods

1.18.0 - 2021-03-23

  • colorize high severity messages (#197)

1.17.4 - 2021-04-30

  • check if an exception is passed before log dumping

1.17.3 - 2021-04-29

  • the package won't send dumps to Ray when dump sending is disabled

1.17.2 - 2021-04-06

  • Laravel Octane Compatibility (#178)

1.17.1 - 2021-03-14

  • send exceptions by default

1.17.0 - 2021-03-13

  • enable/disable sending exceptions to Ray (#173)

1.16.0 - 2021-03-12

  • allow using env() when config is not available (#172)

1.15.1 - 2021-03-10

  • fix handling of null logs (#171)

1.15.0 - 2021-03-09

  • add env method

1.14.0 - 2021-03-04

  • add support for hostname

1.13.0 - 2021-02-22

  • add exception watcher

1.12.6 - 2021-02-10

  • replace spaces with underscores in env() calls (#154)

1.12.5 - 2021-02-10

  • fix "Package spatie/laravel-ray is not installed" exception (#156)

1.12.4 - 2021-02-10

  • handle edge case where ray proxy would not be set

1.12.3 - 2021-02-08

  • chain colours on show* methods (#149)

1.12.2 - 2021-02-07

  • ignore errors caused by using storage_path

1.12.1 - 2021-02-05

  • register watchers on boot (#138)

1.12.0 - 2021-02-03

  • remove enabled methods (#132)

1.11.2 - 2021-02-02

  • do not blow up when using Mail::fake()

1.11.1 - 2021-02-01

  • update config file

1.11.0 - 2021-01-31

  • add view requests
  • add view cache

1.10.1 - 2021-01-31

  • display logged exceptions

1.10.0 - 2021-01-29

  • add view methods

1.9.3 - 2021-01-28

  • internals cleanup

1.9.2 - 2021-01-28

  • improve dependencies

1.9.1 - 2021-01-25

  • improve service provider

1.9.0 - 2021-01-22

  • add showJobs

1.8.0 - 2021-01-19

  • the package will now select the best payload type when passing something to ray()

1.7.1 - 2021-01-17

  • lower dependencies

1.7.0 - 2021-01-15

  • make model more flexible

1.6.1 - 2021-01-15

  • better support for logged mailables

1.6.0 - 2021-01-15

  • add markdown method

1.5.2 - 2021-01-13

  • fix headers on response payload

1.5.1 - 2021-01-13

  • make the test response macro chainable

1.5.0 - 2021-01-13

  • add testResponse method

1.4.0 - 2021-01-13

  • let the model call accepts multiple models.

1.3.6 - 2021-01-13

  • update str_replace() calls in ray:publish-config with env() usage (#82)

1.3.5 - 2021-01-12

  • improve recognizing mails in logs

1.3.4 - 2021-01-09

  • add env() vars for each Laravel config setting (#55)

1.3.3 - 2021-01-09

  • add enabled() and disabled() methods (#54)

1.3.2 - 2021-01-09

  • fix frame for rd function

1.3.1 - 2021-01-09

  • fix broken queries()-method (#51)

1.3.0 - 2021-01-08

  • Add PublishConfigCommand

1.2.0 - 2021-01-08

  • add support for local_path and remote_path settings

1.1.0 - 2021-01-07

  • add support for Lumen (#22)

1.0.3 - 20201-01-07

  • fix incompatibilities on Windows (#20)
  • fix host settings (#14)

1.0.2 - 2021-01-07

  • fix deps

1.0.1 - 2021-01-07

  • fix deps

1.0.0 - 2021-01-07

  • initial release