Skip to content

Releases: buggregator/server

1.14.0-dev

27 Nov 05:59
0a6773f

Choose a tag to compare

1.14.0-dev Pre-release
Pre-release

What's Changed

Full Changelog: 1.13.5...1.14.0-dev

1.13.5

11 Sep 13:53
9630949

Choose a tag to compare

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

Full Changelog: 1.13.2...1.13.5

1.13.4-dev

16 Apr 16:33

Choose a tag to compare

1.13.4-dev Pre-release
Pre-release
fix

1.13.2

21 Feb 07:44
158a8d4

Choose a tag to compare

What's Changed

Full Changelog: 1.13.0...1.13.2

1.13.1

21 Feb 07:13
6efd000

Choose a tag to compare

Merge pull request #271 from buggregator/hotfix/rr-config

Fixed rr config for centrifugo plugin

1.13.0

21 Feb 06:59
6efd000

Choose a tag to compare

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

03 Jan 09:49

Choose a tag to compare

1.13.0.beta1 Pre-release
Pre-release

Full Changelog: 1.12.1...1.13.0.beta1

v1.12.1

02 Oct 21:53
76290b2

Choose a tag to compare

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

Full Changelog: 1.12.0...1.12.1

v1.12.0

03 Sep 07:00
1e287da

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.11.3...1.12.0

v1.11.3

13 Aug 06:27
e6bd036

Choose a tag to compare

What's Changed

  • Reverted Dolt DB back to the previous stable version 1.42.8 by @butschster in #240

Full Changelog: 1.11.2...1.11.3