Releases: openobserve/o2_report_server
Releases · openobserve/o2_report_server
Release v0.11.1
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
What's Changed
- A bit better documentation by @kevingatera in #15
- fix: permission of data directory by @hengfeiyang in #18
New Contributors
- @kevingatera made their first contribution in #15
- @hengfeiyang made their first contribution in #18
Full Changelog: v0.0.9...v0.11.0
Release v0.0.10-rc3
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
Full Changelog: v0.0.10-rc1...v0.0.10-rc2
Release v0.0.10-rc1
Full Changelog: v0.0.9...v0.0.10-rc1
Release v0.0.9
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
What's Changed
- feat: Add support for destination-less report by @Subhra264 in #2
- fix: use
browser.wait()afterbrowser.close()by @Subhra264 in #7 - fix: add more error logs by @Subhra264 in #8
New Contributors
- @Subhra264 made their first contribution in #2
Full Changelog: v0.0.7...v0.0.8
Release v0.0.7
Full Changelog: v0.0.6...v0.0.7
Release v0.0.6
Full Changelog: v0.0.5...v0.0.6