Skip to content

Releases: buggregator/server

v1.11.0

29 Jul 06:18
ae3e0e6

Choose a tag to compare

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.

image

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/preview for 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 .yaml and .yml file 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
Monosnap Buggregator 2024-07-11 00-28-58 Monosnap Buggregator 2024-07-11 00-28-03

Monolog

Truncated content to max 7 lines (full view is available by click on code-snippet) by @Kreezag in buggregator/frontend#209
image

New Contributors

Full Changelog: 1.10.4...1.11.0

1.10.5.beta2

28 Jul 15:10
ae3e0e6

Choose a tag to compare

1.10.5.beta2 Pre-release
Pre-release

What's Changed

Full Changelog: 1.10.5.beta1...1.10.5.beta2

1.10.5.beta1

28 Jul 10:46
ab82861

Choose a tag to compare

1.10.5.beta1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.10.4...1.10.5.beta1

v1.10.4

04 Jul 09:56
012f878

Choose a tag to compare

Frontend

Backend

  • Enable Rector in CI and process the entire project by @Kaspiman in #214

New Contributors

Full Changelog: 1.10.3...1.10.4

v1.10.3

14 Jun 08:57
b353b8c

Choose a tag to compare

Frontend

Backend

Full Changelog: 1.10.2...1.10.3

v1.10.2

12 Jun 17:53
b7f4379

Choose a tag to compare

Server

  • Adjust the duration for the flamegraph to milliseconds instead of microseconds. by @butschster in #203

Frontend

Full Changelog: 1.10.1...1.10.2

v1.10.1

10 Jun 08:26
b6c6000

Choose a tag to compare

What's Changed

  • Fixes problem with sending bool, int and float variable 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

09 Jun 17:19
5ea86e4

Choose a tag to compare

Profiler Module major updates

Here is an introduction video
Watch the video

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.

image

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.
image

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.
image

Now it's only on "Top Functions" tab
image

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

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

image
image
image
image

What's Changed

Frontend

Backend

  • New Cleanup Commands for Database and Storage Management by @butschster in #196
  • Fixes an issue with decoding null values using the Json Value object. by @butschster in #197

Full Changelog: 1.8.3...1.10.0

v1.9.0

07 Jun 07:30
6a693c3

Choose a tag to compare

Frontend

  • Issue/#131 open in the new page by @Kreezag in buggregator/frontend#155

    • added common pages to var-dump and ray-dump events
    • added event pages to var-dump and ray-dump events
    • 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-exception and ray-trace
  • Issue/#152 fix smpt event processed data by @Kreezag in buggregator/frontend#153

Full Changelog: 1.8.1...1.9.0

v1.8.3

05 Jun 20:03
6a693c3

Choose a tag to compare

What's Changed

Full Changelog: 1.8.1...1.8.3