Skip to content

Releases: openobserve/o2_report_server

Release v0.11.1

12 Nov 04:29

Choose a tag to compare

What's Changed

  • feat/#16/more-robust-attachements-and-report-options by @Kurloc in #17
  • fix: use tmp folder for user data dir for each concurrent chromium process by @Subhra264 in #19
  • fix: return error if all the dashboard data could not be loaded by @Subhra264 in #20
  • feat: add env variables for print pdf params by @Subhra264 in #22
  • fix: swap width and height to correct default dimensions by @Subhra264 in #23
  • fix: change pdf params env variables to string by @Subhra264 in #24

New Contributors

Full Changelog: v0.11.0...v0.11.1

Release v0.11.0

08 Apr 05:02
70baf7a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.9...v0.11.0

Release v0.0.10-rc3

26 Feb 13:45

Choose a tag to compare

Full Changelog: v0.0.10-rc2...v0.0.10-rc3

New Environment Variable

ZO_CHROME_ADDITIONAL_ARGS - Default is empty string. Accepts , separated chromium arguments.
For example -

ZO_CHROME_ADDITIONAL_ARGS = "--disable-web-security,--ignore-certificate-errors"

ZO_CHROME_DISABLE_DEFAULT_ARGS. Default is false, disables the default chrome arguments if true. Default chrome arguments -

"--disable-background-networking",
    "--enable-features=NetworkService,NetworkServiceInProcess",
    "--disable-background-timer-throttling",
    "--disable-backgrounding-occluded-windows",
    "--disable-breakpad",
    "--disable-client-side-phishing-detection",
    "--disable-component-extensions-with-background-pages",
    "--disable-default-apps",
    "--disable-dev-shm-usage",
    "--disable-extensions",
    "--disable-features=TranslateUI",
    "--disable-hang-monitor",
    "--disable-ipc-flooding-protection",
    "--disable-popup-blocking",
    "--disable-prompt-on-repost",
    "--disable-renderer-backgrounding",
    "--disable-sync",
    "--force-color-profile=srgb",
    "--metrics-recording-only",
    "--no-first-run",
    "--enable-automation",
    "--password-store=basic",
    "--use-mock-keychain",
    "--enable-blink-features=IdleDetection",
    "--lang=en_US",

Release v0.0.10-rc2

26 Feb 11:31

Choose a tag to compare

Release v0.0.10-rc1

25 Feb 11:04

Choose a tag to compare

Release v0.0.9

21 Nov 15:16
6618bad

Choose a tag to compare

What's Changed

  • fix: Use .pdf extension for pdf attachment names by @Subhra264 in #11
  • fix: typo for recepients EmailDetails payload by @Subhra264 in #12
  • fix: sanitize pdf file name while constructing the email message by @Subhra264 in #13
  • fix: use latest chromiumoxide commit 6f2392f by @Subhra264 in #14

Full Changelog: v0.0.8...v0.0.9

Release v0.0.8

17 Sep 05:20
bd521d7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.7...v0.0.8

Release v0.0.7

23 Aug 02:57

Choose a tag to compare

Release v0.0.6

22 Aug 09:16

Choose a tag to compare