Releases: openobserve/o2_report_server
Releases · openobserve/o2_report_server
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
Release v0.0.5
Full Changelog: v0.0.4...v0.0.5
Release v0.0.4
Full Changelog: v0.0.3...v0.0.4