Buggregator Server Versions Save

Buggregator is a lightweight, standalone server that offers a range of debugging features for PHP applications.

1.8.0

2 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/buggregator/server/compare/1.7.4...1.8.0

1.8.0-beta5

4 weeks ago

What's Changed

Full Changelog: https://github.com/buggregator/server/compare/1.8.0-beta4...1.8.0-beta5

1.8.0-beta4

1 month ago

What's Changed

Full Changelog: https://github.com/buggregator/server/compare/1.8.0-beta3...1.8.0-beta4

1.8.0-beta3

1 month ago

What's Changed

Full Changelog: https://github.com/buggregator/server/compare/1.8.0-beta2...1.8.0-beta3

1.8.0-beta2

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/buggregator/server/compare/1.7.4...1.8.0-beta2

1.8.0-beta0

1 month ago

What's Changed

Adds projects support

by @butschster in https://github.com/buggregator/server/pull/150

See https://github.com/buggregator/server/issues/149 for details.

  • Refactored WS Events to segregate them into projects. Events without a designated project will now route to the events channel, while project-specific events will be directed to events.project.<key> channels.
  • Implemented automatic subscription of users to relevant channels upon WS connection. Users will now be subscribed to both the general events channel and all channels pertaining to projects.
  • Adds events mapper for broadcasting
  • SMTP service refactoring.
  • Improved tests. Use sqlite for tests instead of in-memory.
  • Reduced payload size for preview cards in WS events, optimizing data transmission to clients and HTTP requests for event lists.
  • Resolved issue with event clearing when utilizing the database driver.
  • Addressed sorting inconsistencies with events when utilizing the database driver.

Adds webhook module

by @butschster in https://github.com/buggregator/server/pull/144

See https://github.com/buggregator/server/issues/124 for details

Other changes

Full Changelog: https://github.com/buggregator/server/compare/1.7.4...1.8.0-beta0

1.7.4

1 month ago

What's Changed

Full Changelog: https://github.com/buggregator/server/compare/1.7.3...1.7.4

1.7.3

1 month ago

What's Changed

Full Changelog: https://github.com/buggregator/server/compare/1.7.2...1.7.3

1.7.2

1 month ago

What's Changed

Backend

Bugfixes by @butschster in https://github.com/buggregator/server/pull/127 , https://github.com/buggregator/server/pull/131

  1. SMTP message duplications
  2. Auth headers via WS RPC
  3. Fixes access to some controllers without token
  4. Fixes problem with current session for authenticated user. In some cases it might be wrong session (from another authenticated user).

Frontend

Fixes some auth problems by @butschster in https://github.com/buggregator/frontend/pull/126

  1. Fixes sidebar avatar (SVG) #122

  2. Adds dropdown menu with logout button #123 image

  3. Fixes problem with rendering SMTP body for authenticated user #121 image

  4. Adds a new store for Profile and token

Full Changelog: https://github.com/buggregator/server/compare/1.7.0...1.7.2