This repository has been archived by the owner on May 20, 2023. It is now read-only.
Releases: buggregator/laravel-app
Releases · buggregator/laravel-app
v2.0.0-rc.2
First release candidate v2.0.0
What's Changed
- Fixes the problem with var-dumper with long running applications by @butschster in #116
Full Changelog: v2.0.0-beta6...v2.0.0-beta7
v2.0.0-beta6
v2.0.0-beta5
What's Changed
- Fixes delimiter for var dumper logs. by @butschster in #112
Full Changelog: v2.0.0-beta4...v2.0.0-beta5
v2.0.0-beta4
What's Changed
- Fixes problem with receiving logs from monolog in Long running applications by @butschster in #107
- Updates column type for payload field by @butschster in #108
- GUI improvements by @butschster in #110
docker run --pull always -p 23517:8000 -p 1025:1025 -p 9912:9912 -p 9913:9913 butschster/buggregator:v2.0.0-beta4
Full Changelog: v2.0.0-beta3...v2.0.0-beta4
v2.0.0-beta3
What's Changed
- Add projects for events by @js361014 in #92
- Add event_payload_check trigger migration by @js361014 in #89
- Added json link for every event by @AnastasiaArt in #99
- Added performance module by @js361014 in #100
docker run --pull always -p 23517:8000 -p 1025:1025 -p 9912:9912 -p 9913:9913 butschster/buggregator:v2.0.0-beta3
Full Changelog: v2.0.0-beta2...v2.0.0-beta3
v2.0.0-beta2
What's Changed
- Add tag 'beta' for docker builds with for pre releases by @butschster in #95
Not you may use latest beta release with with tag beta
docker run --pull always -p 23517:8000 -p 1025:1025 -p 9912:9912 -p 9913:9913 butschster/buggregator:beta
Full Changelog: v2.0.0-beta1...v2.0.0-beta2
v2.0.0-beta1
There is no more problems with database locking. Since this moment buggregator uses mysql
out of the box, but if you want you may use an external database.
To try the release use command below:
docker run --pull always -p 23517:8000 -p 1025:1025 -p 9912:9912 -p 9913:9913 butschster/buggregator:v2.0.0-beta1
Thank you for using buggregator!
What's Changed
- Adds CORS headers to RoadRunner server by @HazyAlex in #73
- Show all event's exceptions by @js361014 in #82
- Show event's user data by @js361014 in #85
- Showing custom tags by @js361014 in #84
- Show event's contexts by @js361014 in #86
- Show event transaction name by @js361014 in #81
- Added icon of unread event for navigation link by @AnastasiaArt in #88
- Server upgrade by @butschster in #91
New Contributors
Thank you guys for your contribution!
Full Changelog: v2.0.0-beta...v2.0.0-beta1
v1.19.0
v2.0.0-beta
docker run --pull always -p 23517:8000 -p 1025:1025 -p 9912:9912 -p 9913:9913 butschster/buggregator:v2.0.0-beta
What's Changed
- Fixed typo in README.md by @kastahov in #12
- added node in docker-compose.yml by @AnastasiaArt in #19
- Feature/change icons by @AnastasiaArt in #23
- Fix/28 by @butschster in #30
- [feature] Console output in a GUI by @kastahov in #31
- Fixed problem with dissapearing emails from list by @butschster in #32
- Replaces Swoole with Roadrunner by @butschster in #35
- Adds ability to download roadrunner binary via CLI by @butschster in #37
- Added Sentry events in a separate section by @butschster in #40
- Replaces Eloquent with CycleORM v2.x by @butschster in #44
- Replaces Spiral container with laravel ProxyContainer by @butschster in #53
- Adds inspector support with timeline chart by @AnastasiaArt in #50
- Adds ability to enable password protection for dashboard by @butschster in #58
- fixed bug of terminal by @AnastasiaArt in #64
- Starts working on dark theme by @butschster in #49
New Contributors
- @kastahov made their first contribution in #12
- @AnastasiaArt made their first contribution in #19
Full Changelog: v1.18.1...v2.0.0-beta