📢 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