Python-openobserve

Latest version: v0.1.4

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

Scan your dependencies

Page 2 of 17

0.13.2rc3

What's Changed
* feat: add more optimize rule for tantivy by hengfeiyang in https://github.com/openobserve/openobserve/pull/5154
* fix: dashboard bugs by ktx-vaidehi in https://github.com/openobserve/openobserve/pull/5159
* fix: don't report dashboard search as logs stream type by Subhra264 in https://github.com/openobserve/openobserve/pull/5162
* fix: order by with histogram logic by hengfeiyang in https://github.com/openobserve/openobserve/pull/5166
* ci: add workspace unit tests to coverage tests by taimingl in https://github.com/openobserve/openobserve/pull/5170
* feat: optimizer select count(*) with inverted index by haohuaijin in https://github.com/openobserve/openobserve/pull/5172
* fix: dashboard org redirection fixes by ktx-kirtan in https://github.com/openobserve/openobserve/pull/5169
* fix: organization assignment check if there is no organization found by bjp232004 in https://github.com/openobserve/openobserve/pull/5174
* fix: undefined call fix by bjp232004 in https://github.com/openobserve/openobserve/pull/5176
* test: Update coverage report by ShyamOOAI in https://github.com/openobserve/openobserve/pull/5107
* fix: compactor: Tiny typo fix by fclairamb in https://github.com/openobserve/openobserve/pull/5178
* feat: add custom tokenizer by hengfeiyang in https://github.com/openobserve/openobserve/pull/5177
* feat: collect stats for count(*) optimizer by haohuaijin in https://github.com/openobserve/openobserve/pull/5179
* fix: local storage doesn't support multi part put by hengfeiyang in https://github.com/openobserve/openobserve/pull/5181
* feat: update traces_span_metrics_enabled by domyway in https://github.com/openobserve/openobserve/pull/5186
* fix: use search type to choose query group on router by hengfeiyang in https://github.com/openobserve/openobserve/pull/5184
* feat: maps-support-for-visualization by ktx-vaidehi in https://github.com/openobserve/openobserve/pull/5182
* fix: serde default & flatten overlap by Loaki07 in https://github.com/openobserve/openobserve/pull/5192
* feat: add `title` param to `ListDashboard` API for cross-folder searching by patrickcsullivan in https://github.com/openobserve/openobserve/pull/5171


🐳 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.13.2-rc3`
- `public.ecr.aws/zinclabs/openobserve:v0.13.2-rc3-simd`
- `openobserve/openobserve:v0.13.2-rc3`
- `openobserve/openobserve:v0.13.2-rc3-simd`

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

New Contributors
* fclairamb made their first contribution in https://github.com/openobserve/openobserve/pull/5178

**Full Changelog**: https://github.com/openobserve/openobserve/compare/v0.13.2-rc2...v0.13.2-rc3

0.13.2rc2

What's Changed
* test: pytest-join-queries testcases by neha00290 in https://github.com/openobserve/openobserve/pull/5128
* feat: allow dynamic stream name in pipeline destinations by taimingl in https://github.com/openobserve/openobserve/pull/5007
* fix: pipeline init error due to functions fail to compile by taimingl in https://github.com/openobserve/openobserve/pull/5112
* feat: move `dashboards` module to `config` crate (part 1/2 of feature 5068) by patrickcsullivan in https://github.com/openobserve/openobserve/pull/5113
* feat: implement preload for tantivy by hengfeiyang in https://github.com/openobserve/openobserve/pull/5130
* fix: add index_condition when do not have index file by haohuaijin in https://github.com/openobserve/openobserve/pull/5137
* fix: set organization details on organization change by bjp232004 in https://github.com/openobserve/openobserve/pull/5135
* fix: consider the org identifier from url by bjp232004 in https://github.com/openobserve/openobserve/pull/5138
* fix: Interesting field desection by bjp232004 in https://github.com/openobserve/openobserve/pull/5129
* ci: update rust version by hengfeiyang in https://github.com/openobserve/openobserve/pull/5143
* feat: JSON-indpendent hashing of dashboard models by patrickcsullivan in https://github.com/openobserve/openobserve/pull/5133
* chore(deps): bump EmbarkStudios/cargo-deny-action from 2.0.1 to 2.0.2 by dependabot in https://github.com/openobserve/openobserve/pull/5148
* chore(deps): bump thehanimo/pr-title-checker from 1.4.2 to 1.4.3 by dependabot in https://github.com/openobserve/openobserve/pull/5147
* refactor: group flight request fields by haohuaijin in https://github.com/openobserve/openobserve/pull/5145
* fix: org selection and change organization flow by bjp232004 in https://github.com/openobserve/openobserve/pull/5140
* fix: sort by time enable in follow by haohuaijin in https://github.com/openobserve/openobserve/pull/5151
* feat: add optimize rule for simple topN by hengfeiyang in https://github.com/openobserve/openobserve/pull/5149
* fix: enterprise build by haohuaijin in https://github.com/openobserve/openobserve/pull/5153
* fix: organization not getting displayed after login by bjp232004 in https://github.com/openobserve/openobserve/pull/5150
* fix: drop problematic `folders.created_at` column by patrickcsullivan in https://github.com/openobserve/openobserve/pull/5155
* feat: migrate dashboards out of `meta` table and into their own table by patrickcsullivan in https://github.com/openobserve/openobserve/pull/5146


**Full Changelog**: https://github.com/openobserve/openobserve/compare/v0.13.2-rc1...v0.13.2-rc2

0.13.2rc1

What's Changed
* feat: we can remove filter in sql when enable inverted index by haohuaijin in https://github.com/openobserve/openobserve/pull/5065
* fix: enterprise build by haohuaijin in https://github.com/openobserve/openobserve/pull/5075
* fix: DerivedStream query period by taimingl in https://github.com/openobserve/openobserve/pull/5062
* fix: Simplify recommended setup for Elastic Beats by gaby in https://github.com/openobserve/openobserve/pull/5083
* feat: compatible new es api by hengfeiyang in https://github.com/openobserve/openobserve/pull/5084
* fix: schema mismatch in memtable by haohuaijin in https://github.com/openobserve/openobserve/pull/5085
* chore: upgrade datafusion to v43 by haohuaijin in https://github.com/openobserve/openobserve/pull/5090
* perf: optimizer generate access plan by haohuaijin in https://github.com/openobserve/openobserve/pull/5088
* fix: mark union queries as complex to avoid adding _timestamp by taimingl in https://github.com/openobserve/openobserve/pull/5099
* feat: add tantivy mmap search by hengfeiyang in https://github.com/openobserve/openobserve/pull/5098
* feat: dashboard geojson map by ktx-vaidehi in https://github.com/openobserve/openobserve/pull/3023
* fix: refactoring organization handling by bjp232004 in https://github.com/openobserve/openobserve/pull/5074
* feat: allow limit in query to have dynamic variables by ktx-vaidehi in https://github.com/openobserve/openobserve/pull/5076
* feat: move `Folder` model into config crate (part 1/3 of feature 5069) by patrickcsullivan in https://github.com/openobserve/openobserve/pull/5095
* feat: move `folders` modules out of parent `dashboards` modules (part 2/3 of feature 5069) by patrickcsullivan in https://github.com/openobserve/openobserve/pull/5096
* feat: self-report for both usage and errors by taimingl in https://github.com/openobserve/openobserve/pull/5053
* fix: report pdf must have .pdf extension by Subhra264 in https://github.com/openobserve/openobserve/pull/5105
* fix: dashboard css & stream select in add panel issue by ktx-vaidehi in https://github.com/openobserve/openobserve/pull/5091
* feat: implement tantivy index cache by hengfeiyang in https://github.com/openobserve/openobserve/pull/5109
* feat: migration to new `folder` table (part 3/3 of feature 5069) by patrickcsullivan in https://github.com/openobserve/openobserve/pull/5100
* chore: set default value for uds fields limit by oasisk in https://github.com/openobserve/openobserve/pull/5110
* fix: add filter back in ingester by haohuaijin in https://github.com/openobserve/openobserve/pull/5111
* fix: distinct query is complex by haohuaijin in https://github.com/openobserve/openobserve/pull/5116
* fix: pipeline custom edge fix by nikhilsaikethe in https://github.com/openobserve/openobserve/pull/5102
* feat: regexp_matches udf by Loaki07 in https://github.com/openobserve/openobserve/pull/5117
* fix: update chromiumoxide by Subhra264 in https://github.com/openobserve/openobserve/pull/5118
* fix: join & subquery related UI changes on logs page by bjp232004 in https://github.com/openobserve/openobserve/pull/5055
* fix: Pipeline minor improvements by nikhilsaikethe in https://github.com/openobserve/openobserve/pull/5120
* fix: Report all stream names for joins when usage reporting by Subhra264 in https://github.com/openobserve/openobserve/pull/5122
* fix: track_totals_hits for union by haohuaijin in https://github.com/openobserve/openobserve/pull/5123
* fix: Interesting field selection join query by bjp232004 in https://github.com/openobserve/openobserve/pull/5125

New Contributors
* patrickcsullivan made their first contribution in https://github.com/openobserve/openobserve/pull/5095

**Full Changelog**: https://github.com/openobserve/openobserve/compare/v0.13.1...v0.13.2-rc1

0.13.1

What's Changed
* feat: Dashboard Config Option by ktx-vaidehi in https://github.com/openobserve/openobserve/pull/4617
* feat: implement job for ingesting self-metrics by YashodhanJoshi1 in https://github.com/openobserve/openobserve/pull/4761
* feat: dashboard table override by ktx-vaidehi in https://github.com/openobserve/openobserve/pull/4798
* test: try_cast test cases by ShyamOOAI in https://github.com/openobserve/openobserve/pull/4939
* feat: Stream name to be available as Dashboard variable by ktx-vaidehi in https://github.com/openobserve/openobserve/pull/4877
* fix:4937 by cnn007 in https://github.com/openobserve/openobserve/pull/4941
* test: add alert integration tests regarding scheduler by Subhra264 in https://github.com/openobserve/openobserve/pull/4929
* fix: dashboard compare against issue by ktx-abhay in https://github.com/openobserve/openobserve/pull/4943
* fix: unit test for join order by haohuaijin in https://github.com/openobserve/openobserve/pull/4948
* feat: color palette for dashboard chart by ktx-abhay in https://github.com/openobserve/openobserve/pull/4774
* chore: don't ignore cargo test failure in unit tests ci by Subhra264 in https://github.com/openobserve/openobserve/pull/4951
* test: clone alert by neha00290 in https://github.com/openobserve/openobserve/pull/4931
* fix: add search_type to search_multi by haohuaijin in https://github.com/openobserve/openobserve/pull/4955
* feat: added Logstash data source in logs by omkarK06 in https://github.com/openobserve/openobserve/pull/4957
* chore(deps): bump elliptic from 6.5.7 to 6.6.0 in /web by dependabot in https://github.com/openobserve/openobserve/pull/4953
* feat: add jobs for compact old data by hengfeiyang in https://github.com/openobserve/openobserve/pull/4952
* fix: parquet move_files split prefix to more columns for prefix_date by taimingl in https://github.com/openobserve/openobserve/pull/4958
* feat: channel-based usage queue for async usage reporting by taimingl in https://github.com/openobserve/openobserve/pull/4949
* fix: issue 4935 by nikhilsaikethe in https://github.com/openobserve/openobserve/pull/4940
* feat: Pipeline integration v2 by nikhilsaikethe in https://github.com/openobserve/openobserve/pull/4732
* fix: prefix partition key with inverted index by hengfeiyang in https://github.com/openobserve/openobserve/pull/4962
* feat: SearchEventContext for search usage reports by taimingl in https://github.com/openobserve/openobserve/pull/4934
* ci: add docker build for Pi by hengfeiyang in https://github.com/openobserve/openobserve/pull/4964
* fix: file list query by hengfeiyang in https://github.com/openobserve/openobserve/pull/4969
* feat: fixing logstash url by chaitanya-sistla in https://github.com/openobserve/openobserve/pull/4970
* fix: capital stream can't search by haohuaijin in https://github.com/openobserve/openobserve/pull/4978
* test: dashboard table transpose by ktx-akshay in https://github.com/openobserve/openobserve/pull/4925
* fix: lower case stream name by hengfeiyang in https://github.com/openobserve/openobserve/pull/4987
* fix: pipeline rbac fixes by Subhra264 in https://github.com/openobserve/openobserve/pull/4976
* feat: UI improvements in Query Management UI by omkarK06 in https://github.com/openobserve/openobserve/pull/4930
* fix: fixed unit test cases by omkarK06 in https://github.com/openobserve/openobserve/pull/4883
* feat: configurable thread number for usage reporting job by taimingl in https://github.com/openobserve/openobserve/pull/4988
* fix: set ownership for metadata streams only in the first time by Subhra264 in https://github.com/openobserve/openobserve/pull/4998
* fix: Do not prefix email subjects by gaby in https://github.com/openobserve/openobserve/pull/4997
* test: e2e test case for report by ShyamOOAI in https://github.com/openobserve/openobserve/pull/4977
* chore(deps-dev): bump happy-dom from 14.12.3 to 15.10.2 in /web by dependabot in https://github.com/openobserve/openobserve/pull/5006
* feat: refactor merge file on compactor by hengfeiyang in https://github.com/openobserve/openobserve/pull/4971
* chore(deps): bump cookie, express and bundled-es-modules/cookie in /web by dependabot in https://github.com/openobserve/openobserve/pull/5005
* fix: search event type error by hengfeiyang in https://github.com/openobserve/openobserve/pull/5014
* fix: fixed issue on aggregating field with non-existent alias and expand log detail by omkarK06 in https://github.com/openobserve/openobserve/pull/5011
* fix: panic when the inverted index file is empty by hengfeiyang in https://github.com/openobserve/openobserve/pull/5020
* feat: Expand logs query editor with a button by nikhilsaikethe in https://github.com/openobserve/openobserve/pull/4961
* feat: improve replay wal to avoid OOM by hengfeiyang in https://github.com/openobserve/openobserve/pull/5021
* docs: update readme by prabhatsharma in https://github.com/openobserve/openobserve/pull/5033
* fix: table chart override popup, if override has duplicate name then show error by ktx-vaidehi in https://github.com/openobserve/openobserve/pull/5026
* fix: dashboard markdown renderer issue by ktx-abhay in https://github.com/openobserve/openobserve/pull/5035
* fix: Added AWS, GCP and Azure Data Sources to recommended tab by omkarK06 in https://github.com/openobserve/openobserve/pull/5037
* feat: dashboard charts colors options by ktx-vaidehi in https://github.com/openobserve/openobserve/pull/4994
* fix: partition key with none-english chars by hengfeiyang in https://github.com/openobserve/openobserve/pull/5034
* fix: delete related pipelines when deleting functions and streams by taimingl in https://github.com/openobserve/openobserve/pull/4995
* fix: cheery-pick ingestion error logging by YashodhanJoshi1 in https://github.com/openobserve/openobserve/pull/4991
* feat: Integrate tantivy as an inverted index substitute by uddhavdave in https://github.com/openobserve/openobserve/pull/4733
* fix: pipeline issues by nikhilsaikethe in https://github.com/openobserve/openobserve/pull/4993
* feat: skip auto-refresh if api is pending by ktx-vaidehi in https://github.com/openobserve/openobserve/pull/5044
* feat: dashboard folder UI changes by ktx-vaidehi in https://github.com/openobserve/openobserve/pull/5040
* test: dashboard settings by ktx-vaidehi in https://github.com/openobserve/openobserve/pull/4990
* fix: e2e test coverage setup by omkarK06 in https://github.com/openobserve/openobserve/pull/4897
* test: e2e-pipeline-testcases by neha00290 in https://github.com/openobserve/openobserve/pull/5017
* fix: parquet and index should have same row by haohuaijin in https://github.com/openobserve/openobserve/pull/5052
* fix: Search history disable when usage report disabled by nikhilsaikethe in https://github.com/openobserve/openobserve/pull/5048
* feat: use range request for tantivy inverted index by hengfeiyang in https://github.com/openobserve/openobserve/pull/5056
* test: dashboard vrl testcases by ktx-akshay in https://github.com/openobserve/openobserve/pull/4130
* fix: clean the session data after merge files by hengfeiyang in https://github.com/openobserve/openobserve/pull/5045
* feat: Add new CRDs by prabhatsharma in https://github.com/openobserve/openobserve/pull/5071

🐳 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.13.1`
- `public.ecr.aws/zinclabs/openobserve:v0.13.1-simd`
- `public.ecr.aws/zinclabs/openobserve:v0.13.1-arm64-pi`
- `public.ecr.aws/zinclabs/openobserve-enterprise:v0.13.1`
- `openobserve/openobserve:v0.13.1`
- `openobserve/openobserve:v0.13.1-simd`

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


New Contributors
* cnn007 made their first contribution in https://github.com/openobserve/openobserve/pull/4941
* chaitanya-sistla made their first contribution in https://github.com/openobserve/openobserve/pull/4970

**Full Changelog**: https://github.com/openobserve/openobserve/compare/v0.13.0...v0.13.1

0.13.1rc3

What's Changed
* fix: capital stream can't search by haohuaijin in https://github.com/openobserve/openobserve/pull/4978
* test: dashboard table transpose by ktx-akshay in https://github.com/openobserve/openobserve/pull/4925
* fix: lower case stream name by hengfeiyang in https://github.com/openobserve/openobserve/pull/4987
* fix: pipeline rbac fixes by Subhra264 in https://github.com/openobserve/openobserve/pull/4976
* feat: UI improvements in Query Management UI by omkarK06 in https://github.com/openobserve/openobserve/pull/4930
* fix: fixed unit test cases by omkarK06 in https://github.com/openobserve/openobserve/pull/4883
* feat: configurable thread number for usage reporting job by taimingl in https://github.com/openobserve/openobserve/pull/4988
* fix: set ownership for metadata streams only in the first time by Subhra264 in https://github.com/openobserve/openobserve/pull/4998
* fix: Do not prefix email subjects by gaby in https://github.com/openobserve/openobserve/pull/4997
* test: e2e test case for report by ShyamOOAI in https://github.com/openobserve/openobserve/pull/4977
* chore(deps-dev): bump happy-dom from 14.12.3 to 15.10.2 in /web by dependabot in https://github.com/openobserve/openobserve/pull/5006
* feat: refactor merge file on compactor by hengfeiyang in https://github.com/openobserve/openobserve/pull/4971
* chore(deps): bump cookie, express and bundled-es-modules/cookie in /web by dependabot in https://github.com/openobserve/openobserve/pull/5005
* fix: search event type error by hengfeiyang in https://github.com/openobserve/openobserve/pull/5014
* fix: fixed issue on aggregating field with non-existent alias and expand log detail by omkarK06 in https://github.com/openobserve/openobserve/pull/5011
* fix: panic when the inverted index file is empty by hengfeiyang in https://github.com/openobserve/openobserve/pull/5020


🐳 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.13.1-rc3`
- `public.ecr.aws/zinclabs/openobserve:v0.13.1-rc3-simd`
- `openobserve/openobserve:v0.13.1-rc3`
- `openobserve/openobserve:v0.13.1-rc3-simd`

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


**Full Changelog**: https://github.com/openobserve/openobserve/compare/v0.13.1-rc2...v0.13.1-rc3

0.13.1rc2

What's Changed
* feat: SearchEventContext for search usage reports by taimingl in https://github.com/openobserve/openobserve/pull/4934
* ci: add docker build for Pi by hengfeiyang in https://github.com/openobserve/openobserve/pull/4964
* fix: file list query by hengfeiyang in https://github.com/openobserve/openobserve/pull/4969
* feat: fixing logstash url by chaitanya-sistla in https://github.com/openobserve/openobserve/pull/4970

🐳 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.13.1-rc2`
- `public.ecr.aws/zinclabs/openobserve:v0.13.1-rc2-simd`
- `openobserve/openobserve:v0.13.1-rc2`
- `openobserve/openobserve:v0.13.1-rc2-simd`

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

New Contributors
* chaitanya-sistla made their first contribution in https://github.com/openobserve/openobserve/pull/4970

**Full Changelog**: https://github.com/openobserve/openobserve/compare/v0.13.1-rc1...v0.13.1-rc2

Page 2 of 17

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.