Skip to content

Releases: openobserve/openobserve

Release v0.10.5

30 Apr 09:30
30d06f1
Compare
Choose a tag to compare

What's Changed

  • fix: include all search events in usage reporting by @Subhra264 in #3370
  • fix: same role and group name in rbac with diff org conflicts by @Subhra264 in #3359
  • fix: introduce realtime alert triggers cache by @Subhra264 in #3340
  • perf: improve wal parquet load speed by @hengfeiyang in #3376
  • perf: improve wal parquet load speed by @hengfeiyang in #3378
  • chore(deps): bump EmbarkStudios/cargo-deny-action from 1.6.2 to 1.6.3 by @dependabot in #3377
  • perf: optimize compactor reduce some optimizers for datafusion by @hengfeiyang in #3382
  • fix: removed clear localstorage for 401 redirection. Selected local s… by @bjp232004 in #3384
  • fix: schema version on new field addition by @oasisk in #3385
  • fix: include next_run_at in the realtime triggers usage reporting by @Subhra264 in #3383

🐳 Docker Images

Available at:

Version tags:

  • public.ecr.aws/zinclabs/openobserve:v0.10.5
  • public.ecr.aws/zinclabs/openobserve:v0.10.5-simd
  • openobserve/openobserve:v0.10.5
  • openobserve/openobserve:v0.10.5-simd

📒 Documentation: https://openobserve.ai/docs/

Full Changelog: v0.10.4...v0.10.5

Release v0.10.4

29 Apr 03:24
15f9788
Compare
Choose a tag to compare

What's Changed

🐳 Docker Images

Available at:

Version tags:

  • public.ecr.aws/zinclabs/openobserve:v0.10.4
  • public.ecr.aws/zinclabs/openobserve:v0.10.4-simd
  • openobserve/openobserve:v0.10.4
  • openobserve/openobserve:v0.10.4-simd

📒 Documentation: https://openobserve.ai/docs/

Full Changelog: v0.10.3...v0.10.4

Release v0.10.3

26 Apr 02:01
138ac5d
Compare
Choose a tag to compare

What's Changed

🐳 Docker Images

Available at:

Version tags:

  • public.ecr.aws/zinclabs/openobserve:v0.10.3
  • public.ecr.aws/zinclabs/openobserve:v0.10.3-simd
  • openobserve/openobserve:v0.10.3
  • openobserve/openobserve:v0.10.3-simd

📒 Documentation: https://openobserve.ai/docs/

Full Changelog: v0.10.2...v0.10.3

Release v0.10.2

24 Apr 12:22
d2278f6
Compare
Choose a tag to compare

What's Changed

🐳 Docker Images

Available at:

Version tags:

  • public.ecr.aws/zinclabs/openobserve:v0.10.2
  • public.ecr.aws/zinclabs/openobserve:v0.10.2-simd
  • openobserve/openobserve:v0.10.2
  • openobserve/openobserve:v0.10.2-simd

📒 Documentation: https://openobserve.ai/docs/

New Contributors

Full Changelog: v0.10.2-rc1...v0.10.2

Release v0.10.2-rc1

19 Apr 02:08
ebdc19d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.1...v0.10.2-rc1

Release v0.10.1

16 Apr 04:29
1c1b5c5
Compare
Choose a tag to compare

What's Changed

🐳 Docker Images

Available at:

Version tags:

  • public.ecr.aws/zinclabs/openobserve:v0.10.1
  • public.ecr.aws/zinclabs/openobserve:v0.10.1-simd
  • openobserve/openobserve:v0.10.1
  • openobserve/openobserve:v0.10.1-simd

📒 Documentation: https://openobserve.ai/docs/

Full Changelog: v0.10.0...v0.10.1

Release v0.10.0

13 Apr 12:22
695403b
Compare
Choose a tag to compare

📢 Breaking change

  1. We changed meta table schema and will add start_dt column and also changed the index, we will auto-backup the meta table and do auto-upgrade, but if you can, please backup your metadata. As part of automatic migration we backup meta table to meta_backup_20240330 ,it has all schema versions of a schema in single DB row
  2. We no longer support DynamoDB and Sled from this version. If you are using them, please use the old version (<= 0.9.2) and migrate to MySQL or PostgreSQL first.
  3. We only support MySQL and PostgreSQL as metadata store for cluster mode from this version, and support SQLite as default for local mode.
  4. We support both NATS and Etcd as cluster coordinator from this version. you can set ZO_CLUSTER_COORDINATOR=nats to enable NATS to replace Etcd.
  5. ⚠️⚠️⚠️Once you start using this version, you shouldn't rollback to 0.9.x version, this version includes db changes , which are incompatible with previous versions. If applications is running in cluster mode please scale all deployments to zero only use single compactor to upgrade to v0.10.0 after upgrade and everything work well, we can scale up application to desired state.

New Features

  • Customization & UI Enhancements:

    • Introduced UI changes for custom logos and interesting fields. Now supports enterprise API for uploading/deleting custom logos. (#3030, #3058, #3034)
    • Dashboard improvements include table text wrap and cascading variables for enhanced user experience. (#3026, #3022)
    • Added regexp_match_to_fields UDF and storage_type label for storage_time to enrich data manipulation capabilities. (#3041, #3063)
    • Implemented dashboard reporting UI for better data visualization and report management. (#3098)
    • Launched super cluster feature for advanced cluster management and performance. (#3039, #3226)
    • Added queue to infrastructure for improved job handling. (#3051)
    • Enhanced trace visibility and added SBOM (Software Bill of Materials) for better security and compliance. (#3095, #3197, #3202)
  • Performance & Optimization:

    • Significant performance improvements in field search by hashmap, ingestion load, and disk cache management. (#3096, #3218, #3196)
    • Optimized ingester functions and introduced backend job for loading disk cache to reduce memory usage. (#3201, #3196)
    • Improved database alert table and node cache status for faster access and reliability. (#3168, #3169)
  • Security & Stability:

    • Enhanced security measures with CSP unsafe-eval fixes, cookie settings as environment variables, and sanitized HTML rendering. (#3118, #3152, #3167)
    • Stability improvements with fixes to WAL on Windows, schema inference issues, and error handling enhancements. (#3184, #3127, #3128, #3187)
  • API & Schema Enhancements:

    • Introduced reports in the backend, replacing TRIGGERS with infra::scheduler, and added new endpoints for health check and logout. (#3086, #3090, #3212)
    • Schema enhancements including lock per request per stream, separate key for schema versions, and complete super cluster implementation. (#3110, #3021, #3226)
  • Developer Experience:

    • Improved secret handling in forks, added database lock to replace etcd lock, and enabled query cancellation by session ID for better control. (#3111, #3107, #3130)
    • Code refactoring and debug enhancements for a smoother development process. (#3141, #3194)

Fixes & Improvements

Testing & Maintenance

  • Enhanced test coverage with new test cases for search queries, aggregation queries, drilldown tests, and quick mode. (e.g., #3031, #3046, #3064, #3070, #3115, #3116, #3124, #3145)
  • Continuous integration improvements with support for JavaScript license file checker and profiling CPU for OpenObserve. (#3203, #3183)

This release brings a plethora of new features, performance optimizations, and bug fixes aimed at improving the user experience, security, and stability of our platform. We thank our contributors for their hard work and dedication.

🐳 Docker Images

Available at:

Version tags:

  • public.ecr.aws/zinclabs/openobserve:v0.10.0
  • public.ecr.aws/zinclabs/openobserve:v0.10.0-simd
  • openobserve/openobserve:v0.10.0
  • openobserve/openobserve:v0.10.0-simd

📒 Documentation: https://openobserve.ai/docs/

New Contributors

Full Changelog: v0.9.1...v0.10.0

Release v0.9.2-rc1

19 Mar 02:01
5300cb1
Compare
Choose a tag to compare

What's Changed

🐳 Docker Images

Available at:

Version tags:

  • public.ecr.aws/zinclabs/openobserve:v0.9.2-rc1
  • public.ecr.aws/zinclabs/openobserve:v0.9.2-rc1-simd
  • openobserve/openobserve:v0.9.2-rc1
  • openobserve/openobserve:v0.9.2-rc1-simd

📒 Documentation: https://openobserve.ai/docs/

Full Changelog: v0.9.1...v0.9.2-rc1

Release v0.9.1

11 Mar 12:50
67078a0
Compare
Choose a tag to compare

What's Changed

Read more

Release v0.9.0-rc8

10 Mar 09:41
7588496
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0-rc7...v0.9.0-rc8