Releases: buggregator/server
Releases · buggregator/server
1.14.0-dev
What's Changed
- Rework SMTP server by @butschster in #297
- Migrate var-dumper server to RoadRunner plugin by @butschster in #298
Full Changelog: 1.13.5...1.14.0-dev
1.13.5
What's Changed
- Increased max depth in json_encode for FlameChart by @Den4ik in #275
- docs: agentic-ai setup guidelines by @lotyp in #283
- SMTP module: Fix response code and Cyrillic character handling issues by @butschster in #277
- Profiler: add test payload and fix by @roxblnfk in #217
- Fix inline attachment processing with strategy pattern implementation by @butschster in #284
- fix: 404 when refreshing non-homepage routes by @jinrenjie in #290
New Contributors
- @Den4ik made their first contribution in #275
- @jinrenjie made their first contribution in #290
Full Changelog: 1.13.2...1.13.5
1.13.4-dev
fix
1.13.2
1.13.1
Merge pull request #271 from buggregator/hotfix/rr-config Fixed rr config for centrifugo plugin
1.13.0
ENV Variables
This release enhances the configuration of the rr server via environment variables, providing better flexibility and customization.
Additionally, memory consumption has been reduced by up to 4x, improving server efficiency.
| Variable Name | Description | Default Value |
|---|---|---|
RR_LOG_MODE |
Logging mode: development, production, or raw. |
production |
RR_LOG_ENCODING |
Log encoding format: console or json. It is recommended to use json in production. |
json |
RR_LOG_LEVEL |
Global logging level: panic, error, warn, info, debug. |
warn |
RR_LOG_HTTP_LEVEL |
Logging level for the HTTP plugin: panic, error, warn, info, debug. |
warn |
RR_LOG_TCP_LEVEL |
Logging level for the TCP plugin: panic, error, warn, info, debug. |
warn |
RR_LOG_CENTRIFUGE_LEVEL |
Logging level for the Centrifuge plugin: panic, error, warn, info, debug. |
warn |
RR_LOG_SERVER_LEVEL |
Logging level for the server: panic, error, warn, info, debug. |
warn |
RR_LOG_SERVICE_LEVEL |
Logging level for services: panic, error, warn, info, debug. |
warn |
RR_HTTP_ALLOWED_ORIGIN |
Allowed origins for CORS. Typically set to specific domains or * for all. |
* |
RR_HTTP_ALLOWED_HEADERS |
Allowed headers for CORS. Set * for all or specify headers. |
* |
RR_HTTP_ALLOW_CREDENTIALS |
Specifies if CORS credentials (cookies, authorization) are allowed. | true |
RR_HTTP_NUM_WORKERS |
Number of workers in the HTTP pool. Controls concurrency for HTTP handling. | 1 |
RR_TCP_MONOLOG_ADDR |
Address for the Monolog TCP server. | :9913 |
RR_TCP_VAR_DUMPER_ADDR |
Address for the Var-Dumper TCP server. | :9912 |
RR_TCP_SMTP_ADDR |
Address for the SMTP TCP server. | :1025 |
RR_TCP_READ_BUF_SIZE |
Buffer size for TCP data reading (in bytes). Higher values reduce read system calls for large payloads. | 50485760 (50MB) |
RR_TCP_NUM_WORKERS |
Number of workers in the TCP pool. Controls concurrency for TCP handling. | 2 |
RR_CENTRIFUGE_PROXY_ADDRESS |
Proxy address for the Centrifuge plugin. | (Unset) |
RR_CENTRIFUGE_GRPC_API_ADDRESS |
gRPC API address for the Centrifuge plugin. | (Unset) |
RR_CENTRIFUGE_NUM_WORKERS |
Number of workers in the Centrifuge pool. | 1 |
RR_JOBS_NUM_WORKERS |
Number of workers in the Jobs pool. | 1 |
Updated Frontend
We have successfully migrated away from Nuxt. The frontend of Buggregator now runs on pure Vue.js.
Special thanks to @Kreezag for making this transition possible.
RoadRunner Updates
Thanks to @devnev, RoadRunner has been updated to version 2024.2.1.
Docker Image Update
We reduced the Docker image size by up to 2x. Check out the new Dockerfile for details.
What's Changed
- Add transaction to the Inspector type whitelist by @indykoning
- Apply frontend structure change by @Kreezag
- Add ENV variable support for Buggregator server configuration by @butschster
- Update Dockerfile to the latest RoadRunner by @devnev
New Contributors
- @devnev made their first contribution.
Full Changelog: Compare 1.12.1...1.13.0
1.13.0.beta1
Full Changelog: 1.12.1...1.13.0.beta1
v1.12.1
What's Changed
- Improve docker image deployment action by @Sn0wCrack in #254
- Fix event clearing and deletion issues, ensuring proper cleanup and removal of events. by @butschster in #257
- Fixes problem with SMTP module by @butschster in #258
New Contributors
- @Sn0wCrack made their first contribution in #254
Full Changelog: 1.12.0...1.12.1
v1.12.0
v1.11.3
What's Changed
- Reverted Dolt DB back to the previous stable version
1.42.8by @butschster in #240
Full Changelog: 1.11.2...1.11.3