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 16 of 17

0.4.3

What's Changed
* feat: schema_validation stream level settings by oasisk in https://github.com/zinclabs/zincobserve/pull/675
* fix: update API desc by oasisk in https://github.com/zinclabs/zincobserve/pull/677
* fix: corrupted WAL file by oasisk in https://github.com/zinclabs/zincobserve/pull/681
* fix: added count distinct to aggregate functions by oasisk in https://github.com/zinclabs/zincobserve/pull/682
* fix: grpc search using root user by oasisk in https://github.com/zinclabs/zincobserve/pull/683
* feat: metrics API by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/686
* fix: logs query editor auto completion popup issues by omkarK06 in https://github.com/zinclabs/zincobserve/pull/687
* ci: move to storage issue by oasisk in https://github.com/zinclabs/zincobserve/pull/691
* fix: rename ZO_DATA_LIFECYCLE to ZO_COMPACT_DATA_RETENTION by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/693
* refactor: use idiomatic Rust in `search` by vvv in https://github.com/zinclabs/zincobserve/pull/694
* fix: root user password change by oasisk in https://github.com/zinclabs/zincobserve/pull/688
* feat: add metadata & hash for metrics by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/698
* feat: implement Prometheus `/metadata` API by vvv in https://github.com/zinclabs/zincobserve/pull/695
* feat: added metrics and traces ingestion UI by omkarK06 in https://github.com/zinclabs/zincobserve/pull/702
* fix: dashboard multiple x axis by ktx-keshavi in https://github.com/zinclabs/zincobserve/pull/704
* feat: embed promql by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/700
* feat: syslog ingestion by oasisk in https://github.com/zinclabs/zincobserve/pull/711
* fix: fix for grafana querying prometheus endpoint by prabhatsharma in https://github.com/zinclabs/zincobserve/pull/713
* fix: subnet overlap check by oasisk in https://github.com/zinclabs/zincobserve/pull/722
* fix: solve menu bar toggle resize issue by ktx-keshavi in https://github.com/zinclabs/zincobserve/pull/723
* fix: check for online nodes by oasisk in https://github.com/zinclabs/zincobserve/pull/724
* fix: removed sentry by oasisk in https://github.com/zinclabs/zincobserve/pull/725
* feat: Filebeat logs ingestion UI by omkarK06 in https://github.com/zinclabs/zincobserve/pull/721
* fix: updated metrics ingestion url and tcp/udp port by omkarK06 in https://github.com/zinclabs/zincobserve/pull/726
* refactor: improve readability of `promql::search` code by vvv in https://github.com/zinclabs/zincobserve/pull/717
* chore: validate metadata parameters by vvv in https://github.com/zinclabs/zincobserve/pull/729
* fix: restart router when there is no nodes by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/728


**Full Changelog**: https://github.com/zinclabs/zincobserve/compare/v0.4.2...v0.4.3

0.4.2

What's Changed
* fix: filebeat with empty API by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/612
* fix: shorten api names by oasisk in https://github.com/zinclabs/zincobserve/pull/622
* fix: dashboard distinct count and add type by ktx-keshavi in https://github.com/zinclabs/zincobserve/pull/625
* feat: functions vrl by oasisk in https://github.com/zinclabs/zincobserve/pull/621
* fix: query offset error when only local cache by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/626
* fix: manage card should be disabled if no card exist by bjp232004 in https://github.com/zinclabs/zincobserve/pull/627
* feat: functions on query result by oasisk in https://github.com/zinclabs/zincobserve/pull/630
* fix: change metrics ingest_records & ingest_bytes to counter by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/629
* fix: query function breaking regular search by oasisk in https://github.com/zinclabs/zincobserve/pull/631
* feat: add UDF date_format by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/633
* fix: vrl compilation errors reporting by oasisk in https://github.com/zinclabs/zincobserve/pull/634
* fix: config for timestamp col by oasisk in https://github.com/zinclabs/zincobserve/pull/637
* fix: search query fixes by oasisk in https://github.com/zinclabs/zincobserve/pull/638
* fix: search query fixes II by oasisk in https://github.com/zinclabs/zincobserve/pull/639
* fix: Logs page function changes by bjp232004 in https://github.com/zinclabs/zincobserve/pull/640
* fix: remove function from stream by oasisk in https://github.com/zinclabs/zincobserve/pull/641
* fix: do not send update call if there is no change by bjp232004 in https://github.com/zinclabs/zincobserve/pull/642
* fix: query with newline by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/644
* fix: added base64 in query fn by bjp232004 in https://github.com/zinclabs/zincobserve/pull/645
* fix: run query not working by bjp232004 in https://github.com/zinclabs/zincobserve/pull/647
* fix: removed un-necessary code by oasisk in https://github.com/zinclabs/zincobserve/pull/648
* fix: vrl version upgrade by oasisk in https://github.com/zinclabs/zincobserve/pull/649
* fix: alerts for all stream types by oasisk in https://github.com/zinclabs/zincobserve/pull/651
* fix: delete alerts of different types by oasisk in https://github.com/zinclabs/zincobserve/pull/652
* feat: traces UI by omkarK06 in https://github.com/zinclabs/zincobserve/pull/589
* feat: save functions by bjp232004 in https://github.com/zinclabs/zincobserve/pull/650
* fix: logs refresh interval and chart issue by omkarK06 in https://github.com/zinclabs/zincobserve/pull/656
* fix: flatten records before functions by oasisk in https://github.com/zinclabs/zincobserve/pull/657
* fix: monaco editor web worker by omkarK06 in https://github.com/zinclabs/zincobserve/pull/661
* fix: removed title from editor section by bjp232004 in https://github.com/zinclabs/zincobserve/pull/663
* feat: add config for enable sql bas64 in UI by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/665
* fix: add user button toggle by bjp232004 in https://github.com/zinclabs/zincobserve/pull/666
* fix: duration in ms by oasisk in https://github.com/zinclabs/zincobserve/pull/667
* feat: encode config in ui logs page by bjp232004 in https://github.com/zinclabs/zincobserve/pull/668
* fix: monaco editor web worker warning by omkarK06 in https://github.com/zinclabs/zincobserve/pull/669
* fix: updated traces query and UI fixes by omkarK06 in https://github.com/zinclabs/zincobserve/pull/660
* fix: dashboard table render by ktx-keshavi in https://github.com/zinclabs/zincobserve/pull/670
* fix: ui changes for function editor by bjp232004 in https://github.com/zinclabs/zincobserve/pull/671
* fix: removed custom monaco editor web worker file by omkarK06 in https://github.com/zinclabs/zincobserve/pull/672
* fix: close button broken image by bjp232004 in https://github.com/zinclabs/zincobserve/pull/673
* fix: reverted vite-plugin-monaco-editor installation in vite config plugins by omkarK06 in https://github.com/zinclabs/zincobserve/pull/674

Docker images are available at: https://gallery.ecr.aws/zinclabs/zincobserve

You should use the following tags:

`public.ecr.aws/zinclabs/zincobserve:v0.4.2` for compatibility

`public.ecr.aws/zinclabs/zincobserve:v0.4.2-simd` for production. ARM processor support is using NEON.







**Full Changelog**: https://github.com/zinclabs/zincobserve/compare/v0.4.1...v0.4.2

0.4.1

📢 This release has a breaking change. We have made the following changes that make it incompatible with the earlier versions:

- Changed Functions structure. You will need to delete functions before upgrading.


What's Changed
* fix: histogram time format by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/482
* fix: format time by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/483
* fix: Alerts fixes & openstack swift support by oasisk in https://github.com/zinclabs/zincobserve/pull/490
* feat: add prefix for s3 bucket by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/492
* feat: add storage operation times by syepes in https://github.com/zinclabs/zincobserve/pull/493
* fix: panic with datafusion 21 by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/496
* fix: _bulk api response changes by oasisk in https://github.com/zinclabs/zincobserve/pull/498
* docs: add commit hash in build message by prabhatsharma in https://github.com/zinclabs/zincobserve/pull/497
* feat: change s3 configure params by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/499
* fix: date picker issue by ktx-keshavi in https://github.com/zinclabs/zincobserve/pull/500
* feat: vrl functions by oasisk in https://github.com/zinclabs/zincobserve/pull/507
* fix: dashboard query params by ktx-keshavi in https://github.com/zinclabs/zincobserve/pull/506
* fix: make zo_functions as default feature by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/508
* fix: s3 prefix by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/515
* feat: Accept cloud watch logs through amazon kinesis firehose by oasisk in https://github.com/zinclabs/zincobserve/pull/512
* feat: Issue 435 single UI repo by bjp232004 in https://github.com/zinclabs/zincobserve/pull/510
* feat: added support for vpc flow logs by oasisk in https://github.com/zinclabs/zincobserve/pull/516
* fix: single ui path resolver by bjp232004 in https://github.com/zinclabs/zincobserve/pull/517
* fix: function navigation link by bjp232004 in https://github.com/zinclabs/zincobserve/pull/518
* fix: implement enum by oasisk in https://github.com/zinclabs/zincobserve/pull/519
* fix: function menu fix using translate by bjp232004 in https://github.com/zinclabs/zincobserve/pull/520
* fix: environemnt variable in docker by bjp232004 in https://github.com/zinclabs/zincobserve/pull/521
* chore: revamp `coverage.sh` by vvv in https://github.com/zinclabs/zincobserve/pull/522
* feat: add "Update a dashboard" API; modify "Create a dashboard" and "List dashboards" APIs by vvv in https://github.com/zinclabs/zincobserve/pull/503
* feat: Filtering logs based on top 10 field values by omkarK06 in https://github.com/zinclabs/zincobserve/pull/524
* fix: table not valid by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/525
* fix: reduced stream field height in logs stream field list by omkarK06 in https://github.com/zinclabs/zincobserve/pull/526
* fix: numeric fields are not being displayed in logs table by omkarK06 in https://github.com/zinclabs/zincobserve/pull/527
* feat: Download logs in .txt file by omkarK06 in https://github.com/zinclabs/zincobserve/pull/528
* feat: apply vrl functions to query result by oasisk in https://github.com/zinclabs/zincobserve/pull/530
* test: added unit test cases for alerts and logs modules by omkarK06 in https://github.com/zinclabs/zincobserve/pull/509
* fix: query results issue by oasisk in https://github.com/zinclabs/zincobserve/pull/535
* fix: refactor ingestion by oasisk in https://github.com/zinclabs/zincobserve/pull/534
* fix: logs table rendering issue by omkarK06 in https://github.com/zinclabs/zincobserve/pull/529
* fix: downloaded logs as csv file by omkarK06 in https://github.com/zinclabs/zincobserve/pull/533
* fix: logs histogram was not getting rendered by omkarK06 in https://github.com/zinclabs/zincobserve/pull/538
* feat: rewrite tmpfs by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/544
* fix: refactor functions by oasisk in https://github.com/zinclabs/zincobserve/pull/545
* docs: add protoc install instructions to CONTRIBUTING.md by SteveLauC in https://github.com/zinclabs/zincobserve/pull/546
* docs: generate OpenAPI specs for the dashboard APIs by vvv in https://github.com/zinclabs/zincobserve/pull/542
* fix: dashboard errors, no data message, filter values api change by ktx-keshavi in https://github.com/zinclabs/zincobserve/pull/539
* chore: compare types, not strings by vvv in https://github.com/zinclabs/zincobserve/pull/543
* fix: add error message when panic by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/550
* fix: update the list of dashboards after deleting one by vvv in https://github.com/zinclabs/zincobserve/pull/541
* feat: dashboard import export by ktx-keshavi in https://github.com/zinclabs/zincobserve/pull/514
* fix: dashboard UI issues by ktx-keshavi in https://github.com/zinclabs/zincobserve/pull/553
* fix: stream name having "/" & "=" issue by oasisk in https://github.com/zinclabs/zincobserve/pull/552
* chore: let Serde fill omitted `Dashboard` fields by vvv in https://github.com/zinclabs/zincobserve/pull/549
* fix: all platform enable default features by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/555
* feat: format time by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/556
* fix: flatten traces by oasisk in https://github.com/zinclabs/zincobserve/pull/557
* fix: delete & partition key fixes by oasisk in https://github.com/zinclabs/zincobserve/pull/558
* feat: added Kinesis Firehose option for ingestion in UI by omkarK06 in https://github.com/zinclabs/zincobserve/pull/559
* feat: update datafusion to 22 by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/560
* fix: cloud login issue fix after code merge by bjp232004 in https://github.com/zinclabs/zincobserve/pull/562
* fix: monaco-editor intellisense issue by omkarK06 in https://github.com/zinclabs/zincobserve/pull/561
* Fix login callback issue by bjp232004 in https://github.com/zinclabs/zincobserve/pull/565
* fix: function update & disble udf by oasisk in https://github.com/zinclabs/zincobserve/pull/564
* refactor: declutter `infra::cluster::get_cached_online_*_nodes` funcs by vvv in https://github.com/zinclabs/zincobserve/pull/568
* chore(deps): bump h2 from 0.3.16 to 0.3.17 by dependabot in https://github.com/zinclabs/zincobserve/pull/566
* fix: use correct number of μs in an hour by vvv in https://github.com/zinclabs/zincobserve/pull/569
* fix: partition key selection by oasisk in https://github.com/zinclabs/zincobserve/pull/572
* feat: delete local search by vvv in https://github.com/zinclabs/zincobserve/pull/570
* feat: Metrics explorer UI by omkarK06 in https://github.com/zinclabs/zincobserve/pull/575
* fix: remove stream function by oasisk in https://github.com/zinclabs/zincobserve/pull/578
* feat: use one_cell lazy by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/580
* refactor: DRY http::request::search and service::search by vvv in https://github.com/zinclabs/zincobserve/pull/579
* feat: use object_store replace aws client by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/581
* fix: fixed metrics querying and metrics chart by omkarK06 in https://github.com/zinclabs/zincobserve/pull/585
* fix: functions updated ui by ktx-keshavi in https://github.com/zinclabs/zincobserve/pull/577
* fix: function UI update and restrict only functions that are not applied to streams by ktx-keshavi in https://github.com/zinclabs/zincobserve/pull/586
* test: search dead lock by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/584
* fix: remove stream function issue by oasisk in https://github.com/zinclabs/zincobserve/pull/587
* test: search dead lock by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/588
* fix: billing changes by bjp232004 in https://github.com/zinclabs/zincobserve/pull/591
* fix: Billing UI changes by bjp232004 in https://github.com/zinclabs/zincobserve/pull/594
* fix: state undefined error fixed by bjp232004 in https://github.com/zinclabs/zincobserve/pull/596
* feat: mlua with luau as sandbox by oasisk in https://github.com/zinclabs/zincobserve/pull/597
* fix: route issue without env file by bjp232004 in https://github.com/zinclabs/zincobserve/pull/598
* fix: function lua ui by ktx-keshavi in https://github.com/zinclabs/zincobserve/pull/599
* fix: delete some spans by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/601
* fix: query with brace by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/602
* feat: store _id for bulk API by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/603
* fix: bulk API returns docID by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/604
* feat: support filebeat by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/606
* fix: duplicate call issue fix by bjp232004 in https://github.com/zinclabs/zincobserve/pull/607
* fix: ci with mlua by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/609
* ci: add some depends by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/610

New Contributors
* SteveLauC made their first contribution in https://github.com/zinclabs/zincobserve/pull/546

**Full Changelog**: https://github.com/zinclabs/zincobserve/compare/v0.3.2...v0.4.1
Docker container images are available at:

https://gallery.ecr.aws/zinclabs/zincobserve

public.ecr.aws/zinclabs/zincobserve:v0.4.1
public.ecr.aws/zinclabs/zincobserve:v0.4.1-simd

0.3.2

📢 This release has a breaking change. We have made the following changes that make it incompatible with the earlier versions:

- Changed alert structure. You will need to delete alerts before upgrading.
- Changed dashboard structure. You will need to delete dashboards before upgrading.


What's Changed
* fix: format json code by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/428
* docs: added screenshots by prabhatsharma in https://github.com/zinclabs/zincobserve/pull/429
* fix: query in multiple lines is not working by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/430
* docs: add healthz openapi doc by prabhatsharma in https://github.com/zinclabs/zincobserve/pull/431
* fix: alert destinations and template UI fixes by omkarK06 in https://github.com/zinclabs/zincobserve/pull/432
* fix: functions_refactor by oasisk in https://github.com/zinclabs/zincobserve/pull/439
* ci: delete unused workflow definition by vvv in https://github.com/zinclabs/zincobserve/pull/441
* fix: added support to search streams from dropdown in dashboard fields by omkarK06 in https://github.com/zinclabs/zincobserve/pull/447
* fix: issue 445 by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/448
* fix: removed stream type query param while fetching streams in streams page by omkarK06 in https://github.com/zinclabs/zincobserve/pull/454
* refactor: inline format args; ci: deny clippy warnings by vvv in https://github.com/zinclabs/zincobserve/pull/449
* fix: update Chinese support by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/455
* fix: add instance id to config response by oasisk in https://github.com/zinclabs/zincobserve/pull/459
* ci: update base image rust version by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/458
* ci: test cache by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/460
* fix: dashboard enhancements by ktx-keshavi in https://github.com/zinclabs/zincobserve/pull/457
* fix: removed generating UUID through crypto package ( 451 ) by omkarK06 in https://github.com/zinclabs/zincobserve/pull/462
* fix: replaced declaring variables var with let and added comments by omkarK06 in https://github.com/zinclabs/zincobserve/pull/463
* fix: functions refactor by oasisk in https://github.com/zinclabs/zincobserve/pull/464
* fix: search query type field and fix labels on x axis by ktx-keshavi in https://github.com/zinclabs/zincobserve/pull/465
* feat: dashboard auto-refresh with manual refresh by ktx-keshavi in https://github.com/zinclabs/zincobserve/pull/469
* fix: typed dashboard structs by vvv in https://github.com/zinclabs/zincobserve/pull/466
* feat: stream type in alerts and functions by omkarK06 in https://github.com/zinclabs/zincobserve/pull/475
* fix: dashboard table render issue by ktx-keshavi in https://github.com/zinclabs/zincobserve/pull/476
* fix: added stream type query param while creating alert and function by omkarK06 in https://github.com/zinclabs/zincobserve/pull/477
* fix: rename keys by oasisk in https://github.com/zinclabs/zincobserve/pull/478
* feat: add more log or core by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/481


**Full Changelog**: https://github.com/zinclabs/zincobserve/compare/v0.3.1...v0.3.2


Docker container images are available at:

https://gallery.ecr.aws/zinclabs/zincobserve

public.ecr.aws/zinclabs/zincobserve:v0.3.2
public.ecr.aws/zinclabs/zincobserve:v0.3.2-amd64
public.ecr.aws/zinclabs/zincobserve:v0.3.2-arm64
public.ecr.aws/zinclabs/zincobserve:v0.3.2-simd
public.ecr.aws/zinclabs/zincobserve:v0.3.2-arm64-simd
public.ecr.aws/zinclabs/zincobserve:v0.3.2-amd64-simd

0.3.1

What's Changed
* fix: release action by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/399
* fix: ui path for dashboards by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/407
* fix: report stream size in mb by oasisk in https://github.com/zinclabs/zincobserve/pull/408
* fix: dashboard issues (401, 404) by ktx-keshavi in https://github.com/zinclabs/zincobserve/pull/409
* fix: numeric number not getting displayed by bjp232004 in https://github.com/zinclabs/zincobserve/pull/410
* fix: full width histogram by bjp232004 in https://github.com/zinclabs/zincobserve/pull/413
* fix: syntax guide text by bjp232004 in https://github.com/zinclabs/zincobserve/pull/414
* fix: routing issue by oasisk in https://github.com/zinclabs/zincobserve/pull/415
* fix: path name by bjp232004 in https://github.com/zinclabs/zincobserve/pull/418
* fix: User Management issues 405 by omkarK06 in https://github.com/zinclabs/zincobserve/pull/417
* fix: dashboard issues (419 420 401) by ktx-keshavi in https://github.com/zinclabs/zincobserve/pull/421
* docs: changed URL of example queries by prabhatsharma in https://github.com/zinclabs/zincobserve/pull/423
* fix: fixed template body input issues by omkarK06 in https://github.com/zinclabs/zincobserve/pull/425
* fix: custom query not getting saved (422) by ktx-kirtan in https://github.com/zinclabs/zincobserve/pull/426

New Contributors
* ktx-kirtan made their first contribution in https://github.com/zinclabs/zincobserve/pull/426

**Full Changelog**: https://github.com/zinclabs/zincobserve/compare/v0.3.0...v0.3.1

0.3.0

📢 This release is a breaking release. We have made the following changes that make it incompatible with the earlier versions:

1. Alerts metadata structure has changed. Existing alerts need to be deleted for you to make it work.
2. Field names with , , ., /, \ will be replaced with underscore "_" automatically during ingestion.

You must have a new setup of ZincObserve. You can also delete all the metadata or delete the db folder to start fresh.

What's Changed
* docs: added metric traces to area list by oasisk in https://github.com/zinclabs/zincobserve/pull/210
* fix: openAPI for delete stream by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/214
* docs: fix license format, generate bom (spdx 1.4) by prabhatsharma in https://github.com/zinclabs/zincobserve/pull/216
* refactor: apply `Option::unwrap_or` by vvv in https://github.com/zinclabs/zincobserve/pull/220
* fix: panic when do compact by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/221
* docs: added docs for add user to org by oasisk in https://github.com/zinclabs/zincobserve/pull/222
* feat: support encode SQL by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/223
* docs: update readme by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/224
* fix: error message by bjp232004 in https://github.com/zinclabs/zincobserve/pull/227
* fix: highlight issue for stream name by bjp232004 in https://github.com/zinclabs/zincobserve/pull/228
* fix: encoded transmission by bjp232004 in https://github.com/zinclabs/zincobserve/pull/231
* feat: alert manager as destination for alerts by oasisk in https://github.com/zinclabs/zincobserve/pull/232
* fix: Update alert fix by oasisk in https://github.com/zinclabs/zincobserve/pull/234
* refactor: add alerts page UI improvements by omkarK06 in https://github.com/zinclabs/zincobserve/pull/235
* fix: alert manager & integration test fixes by oasisk in https://github.com/zinclabs/zincobserve/pull/239
* fix: support sub directory by bjp232004 in https://github.com/zinclabs/zincobserve/pull/240
* fix: add more unit tests by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/241
* feat: dashboard feature by bjp232004 in https://github.com/zinclabs/zincobserve/pull/242
* fix: search with blank space and equal mark by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/246
* fix: search with equal sign not working by bjp232004 in https://github.com/zinclabs/zincobserve/pull/247
* fix: issues by bjp232004 in https://github.com/zinclabs/zincobserve/pull/249
* fix: dashboard panel save by ktx-keshavi in https://github.com/zinclabs/zincobserve/pull/248
* fix: fix issue by bjp232004 in https://github.com/zinclabs/zincobserve/pull/250
* docs: Open api specs description by oasisk in https://github.com/zinclabs/zincobserve/pull/254
* feat: support ZO_BASE_URI by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/253
* fix: support minio by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/255
* fix: s3 support by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/260
* fix: openAPI by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/265
* fix: query error with != by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/267
* fix: unit test by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/272
* feat: Add process metrics + dep update by syepes in https://github.com/zinclabs/zincobserve/pull/237
* fix: CI tests error by prabhatsharma in https://github.com/zinclabs/zincobserve/pull/274
* refactor: refactor the unit tests by vvv in https://github.com/zinclabs/zincobserve/pull/271
* feat: Added devcontainers for easy development by prabhatsharma in https://github.com/zinclabs/zincobserve/pull/275
* fix: UI issue fix by bjp232004 in https://github.com/zinclabs/zincobserve/pull/278
* feat: add more metrics by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/276
* fix: compact delete new file but some nodes already know it by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/282
* feat: add more metrics by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/281
* build(deps): bump webpack from 5.75.0 to 5.76.1 in /web by dependabot in https://github.com/zinclabs/zincobserve/pull/284
* fix: metrics for storage by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/286
* fix: prometheus metrics by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/287
* feat: allow ingestion token only for ingest endpoints by oasisk in https://github.com/zinclabs/zincobserve/pull/285
* feat: alert templates & destinations by oasisk in https://github.com/zinclabs/zincobserve/pull/280
* feat: add sub command cli by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/296
* feat: remove org from user login screen by oasisk in https://github.com/zinclabs/zincobserve/pull/298
* fix: added toggle to wrap/fold log details 268 by omkarK06 in https://github.com/zinclabs/zincobserve/pull/295
* feat: Issue 213 url change by bjp232004 in https://github.com/zinclabs/zincobserve/pull/300
* fix: Ingestion token issue by oasisk in https://github.com/zinclabs/zincobserve/pull/302
* feat: format ingest field name 294 by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/301
* fix: add organizations and auth to openAPI by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/303
* ci: build sccache by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/306
* fix: login and default organization issue by bjp232004 in https://github.com/zinclabs/zincobserve/pull/307
* fix: return destination name by oasisk in https://github.com/zinclabs/zincobserve/pull/309
* feat: add error code for search by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/311
* fix: change error logs by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/314
* fix: query condition contains limit by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/317
* fix: search query with limit by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/318
* fix: allow limit zero in context sql_mode by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/320
* fix: dashboard issues and drag-drop fields by ktx-keshavi in https://github.com/zinclabs/zincobserve/pull/308
* fix: left navigation menu ordering by bjp232004 in https://github.com/zinclabs/zincobserve/pull/324
* feat: add kv by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/321
* refactor: updated wrap/fold toggle button position by omkarK06 in https://github.com/zinclabs/zincobserve/pull/325
* fix: loader error message and throw error when limit exist in query i… by bjp232004 in https://github.com/zinclabs/zincobserve/pull/326
* fix: Add alerts & functions to telemetry by oasisk in https://github.com/zinclabs/zincobserve/pull/327
* fix: query errorcode in cluster mode by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/328
* fix: query with histogram 331 by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/332
* fix: copy right text in dashboard by ktx-keshavi in https://github.com/zinclabs/zincobserve/pull/334
* fix: No DOM element fix while navigation by bjp232004 in https://github.com/zinclabs/zincobserve/pull/335
* fix: add log filter local cache(256) by iyikai in https://github.com/zinclabs/zincobserve/pull/323
* fix: full sql_mode allow without order by by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/337
* fix: duplicate call when relative date change by bjp232004 in https://github.com/zinclabs/zincobserve/pull/336
* fix: redrawchart issue by bjp232004 in https://github.com/zinclabs/zincobserve/pull/338
* fix: telemetry flag for ui using config API by oasisk in https://github.com/zinclabs/zincobserve/pull/339
* fix: fix order of inputs for lua multi value by oasisk in https://github.com/zinclabs/zincobserve/pull/341
* fix: field selection on logs page by bjp232004 in https://github.com/zinclabs/zincobserve/pull/340
* fix: updated misleading log by oasisk in https://github.com/zinclabs/zincobserve/pull/343
* perf: improve metrics search response by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/330
* fix: dashboard path & histogram by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/344
* fix: error messages based on error codes by bjp232004 in https://github.com/zinclabs/zincobserve/pull/345
* feat: alert templates and destinations UI by omkarK06 in https://github.com/zinclabs/zincobserve/pull/346
* fix: click on blank area or esc to close log details dialog by omkarK06 in https://github.com/zinclabs/zincobserve/pull/347
* fix: UI fixes in alerts by omkarK06 in https://github.com/zinclabs/zincobserve/pull/350
* fix: send notification error by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/351
* fix: alerts page refresh 404 by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/353
* feat: add top n values for fields by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/354
* docs: added dashboards to isseu template by prabhatsharma in https://github.com/zinclabs/zincobserve/pull/356
* fix: delete alert send notification & destination change fixes by oasisk in https://github.com/zinclabs/zincobserve/pull/360
* fix: delete destination & template validation by oasisk in https://github.com/zinclabs/zincobserve/pull/362
* fix: disable open replay by oasisk in https://github.com/zinclabs/zincobserve/pull/363
* fix: ui path with second level directory by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/361
* fix: search button label by bjp232004 in https://github.com/zinclabs/zincobserve/pull/366
* fix: added notification when deleting used template or destination by omkarK06 in https://github.com/zinclabs/zincobserve/pull/364
* fix: fetch partition keys & partition data by oasisk in https://github.com/zinclabs/zincobserve/pull/370
* fix: file name with partition keys by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/372
* fix: query total size by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/374
* fix: stream page error message by bjp232004 in https://github.com/zinclabs/zincobserve/pull/375
* fix: dashboard feedback by ktx-keshavi in https://github.com/zinclabs/zincobserve/pull/367
* fix: compact with partition keys by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/376
* docs: shorten api description by oasisk in https://github.com/zinclabs/zincobserve/pull/377
* fix: use limits and offset in full sql mode if user provided as a par… by bjp232004 in https://github.com/zinclabs/zincobserve/pull/378
* feat: template variable guide in add templates page by omkarK06 in https://github.com/zinclabs/zincobserve/pull/379
* fix: logs page hide search result and histogram when no result found by bjp232004 in https://github.com/zinclabs/zincobserve/pull/380
* fix: dashboard feedback2 by ktx-keshavi in https://github.com/zinclabs/zincobserve/pull/381
* fix: docker image support some old cpu by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/385
* docs: add request docs by oasisk in https://github.com/zinclabs/zincobserve/pull/382
* fix: add dashboard routing by ktx-keshavi in https://github.com/zinclabs/zincobserve/pull/388
* fix: saved wrap log details state in local storage by omkarK06 in https://github.com/zinclabs/zincobserve/pull/390
* perf: improve error message by hengfeiyang in https://github.com/zinclabs/zincobserve/pull/389
* fix: reversed wrap log details toggle state by omkarK06 in https://github.com/zinclabs/zincobserve/pull/391
* fix: updated template body input height by omkarK06 in https://github.com/zinclabs/zincobserve/pull/392
* fix: removed role from table by bjp232004 in https://github.com/zinclabs/zincobserve/pull/393
* fix: Issue dashboard role by bjp232004 in https://github.com/zinclabs/zincobserve/pull/394
* fix: Updated AM template by oasisk in https://github.com/zinclabs/zincobserve/pull/395
* fix: non-default org user mgmt issue by oasisk in https://github.com/zinclabs/zincobserve/pull/396
* fix: add protoc for musl build by prabhatsharma in https://github.com/zinclabs/zincobserve/pull/397
* fix: add musl-tools by prabhatsharma in https://github.com/zinclabs/zincobserve/pull/398

New Contributors
* vvv made their first contribution in https://github.com/zinclabs/zincobserve/pull/220
* omkarK06 made their first contribution in https://github.com/zinclabs/zincobserve/pull/235
* ktx-keshavi made their first contribution in https://github.com/zinclabs/zincobserve/pull/248
* syepes made their first contribution in https://github.com/zinclabs/zincobserve/pull/237
* iyikai made their first contribution in https://github.com/zinclabs/zincobserve/pull/323

**Full Changelog**: https://github.com/zinclabs/zincobserve/compare/v0.2.0...v0.3.0

Docker container images are available at:

https://gallery.ecr.aws/zinclabs/zincobserve

public.ecr.aws/zinclabs/zincobserve:v0.3.0
public.ecr.aws/zinclabs/zincobserve:v0.3.0-amd64
public.ecr.aws/zinclabs/zincobserve:v0.3.0-arm64
public.ecr.aws/zinclabs/zincobserve:v0.3.0-simd
public.ecr.aws/zinclabs/zincobserve:v0.3.0-arm64-simd
public.ecr.aws/zinclabs/zincobserve:v0.3.0-amd64-simd

Page 16 of 17

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.