Releases: buggregator/server
v1.11.0
What’s New in Buggregator?
Project Support on the Frontend
In our latest release, we've achieved a significant milestone by completing the development of the projects concept on the frontend. This new functionality revolutionizes how events are managed and organized, offering our users a more structured approach.
With the latest update, a new project titled default is automatically set up when you start Buggregator. All new events will now be automatically linked to this project by @butschster in #227
Note: Read more about projects in our documentation https://docs.buggregator.dev/config/projects.html
Backend Improvements
- New API Endpoint: Introduced a new endpoint
api/events/previewfor enhanced event preview capabilities. by @butschster in #221 - SMTP Enhancements: Resolved an issue with SMTP attachment MIME length by @CasaMare in #225
- File Extension Support: Buggregator now supports both
.yamland.ymlfile extensions, making configuration more flexible by @butschster in #229
Frontend
Sentry
Enhanced sentry page data report
- Added sentry page additional sections: modules, extra
- polish data-table common components
Monolog
Truncated content to max 7 lines (full view is available by click on code-snippet) by @Kreezag in buggregator/frontend#209

New Contributors
Full Changelog: 1.10.4...1.11.0
1.10.5.beta2
What's Changed
- Improves information about default project by @butschster in #231
Full Changelog: 1.10.5.beta1...1.10.5.beta2
1.10.5.beta1
What's Changed
- Add
api/events/previewHTTP endpoint by @butschster in #221 - fix: smtp attachments mime length by @CasaMare in #225
- STMP module improvements by @butschster in #222
- Adds default project on buggregator startup. by @butschster in #227
- Add support for both
yamlandymlfile extensions. by @butschster in #229
New Contributors
Full Changelog: 1.10.4...1.10.5.beta1
v1.10.4
Frontend
- Improve/fix ci build by @Kreezag in buggregator/frontend#174
- #158 update event show animation by @Kreezag in buggregator/frontend#176
- Issue/#156 events counters by @Kreezag in buggregator/frontend#179
- Issue/#177 fix page titles by @Kreezag in buggregator/frontend#180
- DX/update storybook version by @Kreezag in #181
- DX/update page layouts by @Kreezag in #182
- Issue/#183 fix pause functionality by @Kreezag #184
- DX/update api version request by @Kreezag #185
- Issue/#98 open link in ide request by @Kreezag #186
- Issue/#188 fix event download action in preview-card by @Kreezag #191
- Issue/#189 add channel to monolog labels by @Kreezag #192
Backend
New Contributors
Full Changelog: 1.10.3...1.10.4
v1.10.3
Frontend
- Issue/#168 http dump page by @Kreezag in buggregator/frontend#169
- Issue/#166 update var dump context by @Kreezag in buggregator/frontend#171
- #162 fix smtp attachment link by @Kreezag in buggregator/frontend#170
Backend
- Sentry preview event by @butschster in #205
Full Changelog: 1.10.2...1.10.3
v1.10.2
Server
- Adjust the duration for the flamegraph to milliseconds instead of microseconds. by @butschster in #203
Frontend
- Sets Wall Time as a default metric for call graph profiler by @butschster in buggregator/frontend#165
- Fixed Profiler popup Stat-board issues: by @butschster in buggregator/frontend#164
Full Changelog: 1.10.1...1.10.2
v1.10.1
What's Changed
- Fixes problem with sending
bool,intandfloatvariable types by @butschster in #201 - Fixes problem when some array keys are not existed by @butschster in #202
Full Changelog: 1.10.0...1.10.1
v1.10.0
Profiler Module major updates
1. Backend-Driven Data Processing
We've shifted calculations to the backend side, moving away from storing data in event payloads as JSON. This change allows for more complex graph constructions and analysis, enabling developers to compare profiles and conduct thorough analyses. Server-side data generation also opens up opportunities for PHP developers to contribute to data enhancement and bug fixing more easily.
2. Enhanced Flame Chart Visualization
Long-awaited improvements to the flame chart are now live! This update ensures that alongside other profiling data, you can visualize your code's performance from a fresh perspective, with server-side data generation supporting the visualization.
3. Introduction of Top Functions with Sorting Options
Dive into detailed analysis with the new feature that allows you to explore the top 100 function calls. You can sort these based on criteria like Call times, CPU time, wall time, peak memory usage, and memory usage, with exclusive insights available for each function.

UI Improvements
Removes summary from profiles page
The summary section has been removed from the profiles page and is now exclusively available under the top functions tab.

Now it's only on "Top Functions" tab

The call stack display on the left side has been removed to streamline the interface.

Theme and Visual Enhancements
Improved support for both dark and light themes, ensuring a more consistent and visually appealing experience across different user preferences.
Some visual changes
What's Changed
Frontend
- [#157] fix pause removing on empty page by @Kreezag in buggregator/frontend#159
- [#154] add var-dump label by @Kreezag in buggregator/frontend#160
- Improve/event groups by @Kreezag in buggregator/frontend#161
- Refactors profiler module by @butschster in buggregator/frontend#163
Backend
- New Cleanup Commands for Database and Storage Management by @butschster in #196
- Fixes an issue with decoding
nullvalues using the Json Value object. by @butschster in #197
Full Changelog: 1.8.3...1.10.0
v1.9.0
Frontend
-
Issue/#131 open in the new page by @Kreezag in buggregator/frontend#155
- added common pages to
var-dumpandray-dumpevents - added event pages to
var-dumpandray-dumpevents - added new common types event pages to sidebar
- added "open event page" icon to preview cards
- changed clickable area for preview event cards
- fix bug with active icon in the sidebar
- fix styles for
ray-exceptionandray-trace
- added common pages to
-
Issue/#152 fix smpt event processed data by @Kreezag in buggregator/frontend#153
Full Changelog: 1.8.1...1.9.0
v1.8.3
What's Changed
- Fixed issue
There is undefined variable $id in JavascriptAction.php fileby @butschster in #190 - Fixes context source for var-dumper variable by @butschster in #191
- Adds embeddings support by @butschster in #192
Full Changelog: 1.8.1...1.8.3






