Python-openobserve

Latest version: v0.1.4

Safety actively analyzes 707299 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 17

0.10.0

📢 **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
1. 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.
2. We only support `MySQL` and `PostgreSQL` as metadata store for cluster mode from this version, and support `SQLite` as default for local mode.
3. 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`.
4. ⚠️⚠️⚠️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
- Multiple bug fixes addressing issues from cache handling, page loading states, to schema settings retention and search functionalities. (e.g., 2955, 2970, 2971, 2972, 2989, 2993, 2998, 2999, 3007, 3008, 3027, 3028, 3032, 3036, 3037, 3040, 3043, 3048, 3049, 3052, 3059, 3064, 3066, 3068, 3072, 3075, 3079, 3082, 3083, 3085, 3093, 3101, 3103, 3105, 3106, 3108, 3114, 3117, 3123, 3126, 3127, 3128, 3133, 3135, 3137, 3138, 3140, 3142, 3144, 3145, 3146, 3147, 3149, 3151, 3155, 3162, 3164, 3166, 3167, 3169, 3170, 3181, 3183, 3184, 3186, 3187, 3189, 3191, 3192, 3193, 3194, 3195, 3196, 3200, 3205, 3206, 3208, 3210, 3213, 3223, 3224, 3225, 3227, 3228, 3229, 3237, 3238, 3239, 3242, 3243)
- Addressed UI issues in RUM error explorer, dashboard variable dropdowns, and custom logo spacing.
- Resolved critical issues such as root user access, duplicate requests, and stream page loading states.
- Corrected typos and updated dependencies for better performance and security.

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:
- https://gallery.ecr.aws/zinclabs/openobserve
- https://hub.docker.com/r/openobserve/openobserve/tags

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
* taimingl made their first contribution in https://github.com/openobserve/openobserve/pull/3041
* worrycare made their first contribution in https://github.com/openobserve/openobserve/pull/3104
* deterclosed made their first contribution in https://github.com/openobserve/openobserve/pull/3080
* RanolP made their first contribution in https://github.com/openobserve/openobserve/pull/3151
* yonas made their first contribution in https://github.com/openobserve/openobserve/pull/3164

**Full Changelog**: https://github.com/openobserve/openobserve/compare/v0.9.1...v0.10.0

0.9.2rc1

What's Changed
* fix: cache latest file & cache stream fields by hengfeiyang in https://github.com/openobserve/openobserve/pull/2955
* fix: allowed "-" & "_" in saved view name by bjp232004 in https://github.com/openobserve/openobserve/pull/2968
* fix: duplicate request on page refresh while sql mode on by bjp232004 in https://github.com/openobserve/openobserve/pull/2970
* fix: stream page loading state by bjp232004 in https://github.com/openobserve/openobserve/pull/2971
* fix: field not found when merging by hengfeiyang in https://github.com/openobserve/openobserve/pull/2972
* fix: added v-else by bjp232004 in https://github.com/openobserve/openobserve/pull/2977
* fix: search field not found by hengfeiyang in https://github.com/openobserve/openobserve/pull/2989
* fix: root user should have access to everything by oasisk in https://github.com/openobserve/openobserve/pull/2993
* fix: RUM error explorer UI issues (2990) by omkarK06 in https://github.com/openobserve/openobserve/pull/2998
* fix: search field not found by hengfeiyang in https://github.com/openobserve/openobserve/pull/2999
* fix: set rum user for non cloud by bjp232004 in https://github.com/openobserve/openobserve/pull/3008
* fix: search field not found by hengfeiyang in https://github.com/openobserve/openobserve/pull/3007
* feat: merge dev into main by hengfeiyang in https://github.com/openobserve/openobserve/pull/3016
* fix: Disabled user email field for filtering RUM sessions by omkarK06 in https://github.com/openobserve/openobserve/pull/3027
* fix: loading state while clicking on refresh streams by bjp232004 in https://github.com/openobserve/openobserve/pull/3028
* fix: removed redirection by bjp232004 in https://github.com/openobserve/openobserve/pull/3032
* feat: update datafusion to 36 by hengfeiyang in https://github.com/openobserve/openobserve/pull/3035
* fix: report user email for values & search around by oasisk in https://github.com/openobserve/openobserve/pull/3036
* test: prepopulate the amount of data for each test 3000 by ansrivas in https://github.com/openobserve/openobserve/pull/3031
* fix: pagination disable on limit query by bjp232004 in https://github.com/openobserve/openobserve/pull/3037


🐳 Docker Images

Available at:
- https://gallery.ecr.aws/zinclabs/openobserve
- https://hub.docker.com/r/openobserve/openobserve/tags

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**: https://github.com/openobserve/openobserve/compare/v0.9.1...v0.9.2-rc1

0.9.1

What's Changed
* feat: Sankey chart by ktx-vaidehi in https://github.com/openobserve/openobserve/pull/2678
* chore: role mapping issues by oasisk in https://github.com/openobserve/openobserve/pull/2707
* fix: Update ja.json by kenshirobot in https://github.com/openobserve/openobserve/pull/2702
* perf: improve traces ingestion by hengfeiyang in https://github.com/openobserve/openobserve/pull/2708
* fix: pagination sorting issue by bjp232004 in https://github.com/openobserve/openobserve/pull/2713
* fix: added missing test id's in IAM by omkarK06 in https://github.com/openobserve/openobserve/pull/2715
* fix: fixed editing non aggregated alerts by omkarK06 in https://github.com/openobserve/openobserve/pull/2718
* feat: add freqency for alert API by hengfeiyang in https://github.com/openobserve/openobserve/pull/2719
* fix: added frequency input in alerts by omkarK06 in https://github.com/openobserve/openobserve/pull/2720
* fix: chart type switching with sankey by ktx-vaidehi in https://github.com/openobserve/openobserve/pull/2721
* fix: templates & destination permissions by oasisk in https://github.com/openobserve/openobserve/pull/2724
* fix: fixed filtering on stream resources in IAM by omkarK06 in https://github.com/openobserve/openobserve/pull/2723
* perf: optimize file_list table index by hengfeiyang in https://github.com/openobserve/openobserve/pull/2727
* fix: pagination unwanted call by bjp232004 in https://github.com/openobserve/openobserve/pull/2729
* fix: map group claim to role by oasisk in https://github.com/openobserve/openobserve/pull/2732
* perf: cache latest files by hengfeiyang in https://github.com/openobserve/openobserve/pull/2734
* chore(deps): bump EmbarkStudios/cargo-deny-action from 1.5.13 to 1.5.15 by dependabot in https://github.com/openobserve/openobserve/pull/2730
* fix: added dashboard id in column by ktx-vaidehi in https://github.com/openobserve/openobserve/pull/2735
* fix: generate password by oasisk in https://github.com/openobserve/openobserve/pull/2736
* fix(alert): support sql mode in alert_url by haohuaijin in https://github.com/openobserve/openobserve/pull/2738
* feat: unit for dashboard table chart by ktx-abhay in https://github.com/openobserve/openobserve/pull/2739
* fix: set node online again by hengfeiyang in https://github.com/openobserve/openobserve/pull/2741
* feat: dashboard drilldown to another dashboard by ktx-abhay in https://github.com/openobserve/openobserve/pull/2660
* fix: _value API with query_context by hengfeiyang in https://github.com/openobserve/openobserve/pull/2744
* fix: capture payment detail by bjp232004 in https://github.com/openobserve/openobserve/pull/2726
* fix: dashboard permissions issue by oasisk in https://github.com/openobserve/openobserve/pull/2745
* fix: performance improvement by bjp232004 in https://github.com/openobserve/openobserve/pull/2743
* feat: IAM adding permissions in JSON format by omkarK06 in https://github.com/openobserve/openobserve/pull/2742
* perf: improve per thread lock by hengfeiyang in https://github.com/openobserve/openobserve/pull/2752
* fix: create file logs for ingester by hengfeiyang in https://github.com/openobserve/openobserve/pull/2753
* fix: streams optimization by omkarK06 in https://github.com/openobserve/openobserve/pull/2748
* fix: dashboard streams not loaded when switched between chart types like HTML and Markdown by ktx-kirtan in https://github.com/openobserve/openobserve/pull/2756
* fix: RUM UI fixes by omkarK06 in https://github.com/openobserve/openobserve/pull/2599
* fix: on chart type change stream field list rendering issue in add panel by ktx-abhay in https://github.com/openobserve/openobserve/pull/2757
* fix: refresh stats adding streams on list by bjp232004 in https://github.com/openobserve/openobserve/pull/2758
* fix: unit test issue by oasisk in https://github.com/openobserve/openobserve/pull/2761
* fix: dashboard maps filters by ktx-vaidehi in https://github.com/openobserve/openobserve/pull/2522
* fix: dashboard drilldown url creation issue for new tab by ktx-abhay in https://github.com/openobserve/openobserve/pull/2763
* perf: improve enrichmentTable by hengfeiyang in https://github.com/openobserve/openobserve/pull/2764
* fix: RBAC get all streams issues by omkarK06 in https://github.com/openobserve/openobserve/pull/2768
* feat: add an option to enable bloom filter on all fields by hengfeiyang in https://github.com/openobserve/openobserve/pull/2769
* fix: on folder delete show correct error message by ktx-abhay in https://github.com/openobserve/openobserve/pull/2766
* fix: rewrite count(distinct(field)) to three phase to get correct result by haohuaijin in https://github.com/openobserve/openobserve/pull/2770
* fix: dashboard geomap initial saved panels size by ktx-vaidehi in https://github.com/openobserve/openobserve/pull/2781
* fix: add some debug for stream stats by hengfeiyang in https://github.com/openobserve/openobserve/pull/2782
* fix: dashboard tooltip and drilldown issue by ktx-abhay in https://github.com/openobserve/openobserve/pull/2783
* feat: Updated stream creation and stream settings by omkarK06 in https://github.com/openobserve/openobserve/pull/2778
* fix: list should return only allowed objects by oasisk in https://github.com/openobserve/openobserve/pull/2785
* fix: can't create same name alerts by hengfeiyang in https://github.com/openobserve/openobserve/pull/2786
* fix: histogram fix by bjp232004 in https://github.com/openobserve/openobserve/pull/2791
* fix: Search around logs page by bjp232004 in https://github.com/openobserve/openobserve/pull/2795
* fix: watchers to read from db by oasisk in https://github.com/openobserve/openobserve/pull/2798
* fix: fixed issues in add and update streams by omkarK06 in https://github.com/openobserve/openobserve/pull/2797
* fix: organization change not loads stream data by bjp232004 in https://github.com/openobserve/openobserve/pull/2802
* fix: change ZO_RESTRICTED_ROUTES_ON_EMPTY_DATA default to false by prabhatsharma in https://github.com/openobserve/openobserve/pull/2803
* fix: organization change not refresh the page data by bjp232004 in https://github.com/openobserve/openobserve/pull/2806
* fix: streams filtering by omkarK06 in https://github.com/openobserve/openobserve/pull/2808
* test: removed stream settings testcase by neha00290 in https://github.com/openobserve/openobserve/pull/2809
* feat: introduce SMTP env configurations by Subhra264 in https://github.com/openobserve/openobserve/pull/2810
* perf: add a new configure to enable infer schema in datafusion by hengfeiyang in https://github.com/openobserve/openobserve/pull/2811
* fix: added test id for stream search input by omkarK06 in https://github.com/openobserve/openobserve/pull/2814
* perf: Imporve ingester speed by haohuaijin in https://github.com/openobserve/openobserve/pull/2794
* feat: merge setting fields and default fields by hengfeiyang in https://github.com/openobserve/openobserve/pull/2816
* fix: issue 2793 by bjp232004 in https://github.com/openobserve/openobserve/pull/2817
* perf: optimize `select *` when the table have more than 1000 fields by haohuaijin in https://github.com/openobserve/openobserve/pull/2813
* feat: inverted index v1 by ansrivas in https://github.com/openobserve/openobserve/pull/2821
* fix: Improve Korean translations by lens0021 in https://github.com/openobserve/openobserve/pull/2818
* fix: change value length for meta in MySQL by hengfeiyang in https://github.com/openobserve/openobserve/pull/2823
* fix: change the placeholders by oasisk in https://github.com/openobserve/openobserve/pull/2830
* fix: Incorrect logs displayed on switching sql mode on and off & fixe… by bjp232004 in https://github.com/openobserve/openobserve/pull/2824
* fix: pin rye to 0.27.0 by ansrivas in https://github.com/openobserve/openobserve/pull/2835
* test: run logs breaking testcase by neha00290 in https://github.com/openobserve/openobserve/pull/2833
* fix: schema evolution by hengfeiyang in https://github.com/openobserve/openobserve/pull/2838
* fix: inverted index failure by oasisk in https://github.com/openobserve/openobserve/pull/2837
* feat: dashboard print by ktx-vaidehi in https://github.com/openobserve/openobserve/pull/2760
* perf: tradeof between query performance and ingester performance by haohuaijin in https://github.com/openobserve/openobserve/pull/2842
* feat: introduce alert emails in backend by Subhra264 in https://github.com/openobserve/openobserve/pull/2825
* feat: impl FIFO for query cache by haohuaijin in https://github.com/openobserve/openobserve/pull/2834
* chore(deps): bump axios and start-server-and-test in /web by dependabot in https://github.com/openobserve/openobserve/pull/2754
* fix: some comments by cuishuang in https://github.com/openobserve/openobserve/pull/2843
* fix: UI improvements in alerts by omkarK06 in https://github.com/openobserve/openobserve/pull/2845
* fix: inverted index issue by oasisk in https://github.com/openobserve/openobserve/pull/2847
* perf: let parquet_max_row_group_size configurable by hengfeiyang in https://github.com/openobserve/openobserve/pull/2850
* fix: inverted index min ts issue by oasisk in https://github.com/openobserve/openobserve/pull/2854
* chore(deps): bump eifinger/setup-rye from 1 to 2 by dependabot in https://github.com/openobserve/openobserve/pull/2853
* chore(deps): bump mio from 0.8.10 to 0.8.11 by dependabot in https://github.com/openobserve/openobserve/pull/2855
* fix: missing drilldown name data-test id by ktx-abhay in https://github.com/openobserve/openobserve/pull/2859
* fix: search got parquet not found by hengfeiyang in https://github.com/openobserve/openobserve/pull/2860
* fix: inverted index switch file format by oasisk in https://github.com/openobserve/openobserve/pull/2857
* fix: pagination issue while histogram disabled by bjp232004 in https://github.com/openobserve/openobserve/pull/2861
* fix: provide stream names for deleting function by oasisk in https://github.com/openobserve/openobserve/pull/2862
* fix: data-test for drilldown pop up by ktx-abhay in https://github.com/openobserve/openobserve/pull/2864
* fix: inverted index ensure only utf8 columns by ansrivas in https://github.com/openobserve/openobserve/pull/2865
* fix: merge failed with inverted index by hengfeiyang in https://github.com/openobserve/openobserve/pull/2870
* test: alerts testcases run by neha00290 in https://github.com/openobserve/openobserve/pull/2867
* fix: functions issue add same function again by oasisk in https://github.com/openobserve/openobserve/pull/2875
* fix: added test id's for functions by omkarK06 in https://github.com/openobserve/openobserve/pull/2872
* feat: fast mode added on logs page by bjp232004 in https://github.com/openobserve/openobserve/pull/2871
* fix: limit got removed in full sql mode with partition implementation. by bjp232004 in https://github.com/openobserve/openobserve/pull/2880
* feat: add fast mode for query by hengfeiyang in https://github.com/openobserve/openobserve/pull/2876
* test: parallelize the unit tests by ansrivas in https://github.com/openobserve/openobserve/pull/2881
* fix: remove functions via watchers only by oasisk in https://github.com/openobserve/openobserve/pull/2883
* fix: add prometheus operator CRDs by prabhatsharma in https://github.com/openobserve/openobserve/pull/2884
* fix: add some debug logs for index by hengfeiyang in https://github.com/openobserve/openobserve/pull/2886
* fix: logout user functionality by bjp232004 in https://github.com/openobserve/openobserve/pull/2888
* fix: generate index with array distinct by hengfeiyang in https://github.com/openobserve/openobserve/pull/2889
* test: fastmode testcases by neha00290 in https://github.com/openobserve/openobserve/pull/2890
* fix: Custom logo text single line by bjp232004 in https://github.com/openobserve/openobserve/pull/2895
* fix: optimise inverted index generation by oasisk in https://github.com/openobserve/openobserve/pull/2896
* fix: config variables by oasisk in https://github.com/openobserve/openobserve/pull/2898
* test: remove quick mode testcases by neha00290 in https://github.com/openobserve/openobserve/pull/2900
* fix: added new spark icon by bjp232004 in https://github.com/openobserve/openobserve/pull/2901
* feat: fast_mode rebased by oasisk in https://github.com/openobserve/openobserve/pull/2902
* fix: count on inverted index by hengfeiyang in https://github.com/openobserve/openobserve/pull/2903
* fix: spell wrong by hengfeiyang in https://github.com/openobserve/openobserve/pull/2904
* fix: total with limit in sql_mode by hengfeiyang in https://github.com/openobserve/openobserve/pull/2905
* fix: changed hits to events and limit count fix by bjp232004 in https://github.com/openobserve/openobserve/pull/2907
* test: add functions testcases by neha00290 in https://github.com/openobserve/openobserve/pull/2910
* fix: after reset filter records per page not getting reflected by bjp232004 in https://github.com/openobserve/openobserve/pull/2912
* fix: fast mode field not found by hengfeiyang in https://github.com/openobserve/openobserve/pull/2911
* fix: cache latest schema by oasisk in https://github.com/openobserve/openobserve/pull/2915
* test: fix logs testcases by neha00290 in https://github.com/openobserve/openobserve/pull/2917
* test: logs limit testcases by neha00290 in https://github.com/openobserve/openobserve/pull/2918
* chore: shortened slack link by prabhatsharma in https://github.com/openobserve/openobserve/pull/2919
* feat: dashboard tutorial button by ktx-vaidehi in https://github.com/openobserve/openobserve/pull/2920
* fix: about text by bjp232004 in https://github.com/openobserve/openobserve/pull/2922
* fix: fix for delete track_total_flag for sql mode with limit by bjp232004 in https://github.com/openobserve/openobserve/pull/2923
* fix: debug inverted index by hengfeiyang in https://github.com/openobserve/openobserve/pull/2926
* fix: inverted index count by hengfeiyang in https://github.com/openobserve/openobserve/pull/2928
* test: inverted index value for queries testcase by neha00290 in https://github.com/openobserve/openobserve/pull/2931
* fix: issue 2921 by hengfeiyang in https://github.com/openobserve/openobserve/pull/2933
* fix: debug quick mode by hengfeiyang in https://github.com/openobserve/openobserve/pull/2934

🐳 Docker Images

Available at:
- https://gallery.ecr.aws/zinclabs/openobserve
- https://hub.docker.com/r/openobserve/openobserve/tags

Version tags:
- `public.ecr.aws/zinclabs/openobserve:v0.9.1`
- `public.ecr.aws/zinclabs/openobserve:v0.9.1-simd`
- `openobserve/openobserve:v0.9.1`
- `openobserve/openobserve:v0.9.1-simd`

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

New Contributors
* kenshirobot made their first contribution in https://github.com/openobserve/openobserve/pull/2702
* haohuaijin made their first contribution in https://github.com/openobserve/openobserve/pull/2738
* Subhra264 made their first contribution in https://github.com/openobserve/openobserve/pull/2810
* lens0021 made their first contribution in https://github.com/openobserve/openobserve/pull/2818
* cuishuang made their first contribution in https://github.com/openobserve/openobserve/pull/2843

**Full Changelog**: https://github.com/openobserve/openobserve/compare/v0.8.1...v0.9.1

0.9.0rc8

What's Changed
* fix: debug inverted index by hengfeiyang in https://github.com/openobserve/openobserve/pull/2926
* fix: inverted index count by hengfeiyang in https://github.com/openobserve/openobserve/pull/2928


**Full Changelog**: https://github.com/openobserve/openobserve/compare/v0.9.0-rc7...v0.9.0-rc8

0.9.0rc7

What's Changed
* test: fix logs testcases by neha00290 in https://github.com/openobserve/openobserve/pull/2917
* test: logs limit testcases by neha00290 in https://github.com/openobserve/openobserve/pull/2918
* chore: shortened slack link by prabhatsharma in https://github.com/openobserve/openobserve/pull/2919
* feat: dashboard tutorial button by ktx-vaidehi in https://github.com/openobserve/openobserve/pull/2920
* fix: about text by bjp232004 in https://github.com/openobserve/openobserve/pull/2922
* fix: fix for delete track_total_flag for sql mode with limit by bjp232004 in https://github.com/openobserve/openobserve/pull/2923


**Full Changelog**: https://github.com/openobserve/openobserve/compare/v0.9.0-rc6...v0.9.0-rc7

0.9.0rc6

What's Changed
* fix: total with limit in sql_mode by hengfeiyang in https://github.com/openobserve/openobserve/pull/2905
* fix: changed hits to events and limit count fix by bjp232004 in https://github.com/openobserve/openobserve/pull/2907
* test: add functions testcases by neha00290 in https://github.com/openobserve/openobserve/pull/2910
* fix: after reset filter records per page not getting reflected by bjp232004 in https://github.com/openobserve/openobserve/pull/2912
* fix: fast mode field not found by hengfeiyang in https://github.com/openobserve/openobserve/pull/2911
* fix: cache latest schema by oasisk in https://github.com/openobserve/openobserve/pull/2915


**Full Changelog**: https://github.com/openobserve/openobserve/compare/v0.9.0-rc5...v0.9.0-rc6

Page 9 of 17

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.