Skip to content

v1.8.0-beta0

Pre-release
Pre-release
Compare
Choose a tag to compare
@butschster butschster released this 29 Apr 07:29

What's Changed

Adds projects support

by @butschster in #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.

Related issues

Adds webhook module

by @butschster in #144

See #124 for details

Other changes

Full Changelog: 1.7.4...1.8.0-beta0