Releases: parseablehq/parseable
Releases · parseablehq/parseable
Bug fix release v1.7.1
What's Changed
- chore: helm release v1.7.0 by @nitisht in #1076
- fix: refactor ingestion by @nikhilsinhaparseable in #1073
- feat: trino is no longer supported as a query engine by @de-sh in #1077
- refactor: single
reqwest::Client
for HTTP by @de-sh in #1071 - Bugfix for Correlation by @parmesant in #1078
- ci: remove redundant checks by @de-sh in #1081
- refactor: use
bool
s for flags by @de-sh in #1070 - [Helm] add audit logging by @AdheipSingh in #1082
- Build fix for Kafka by @parmesant in #1079
- [Helm] update configs for helm by @AdheipSingh in #1084
- make about utils public by @nikhilsinhaparseable in #1083
- chore: update deps and improve readability of
Cargo.toml
by @de-sh in #1075 - ci-fix: compile with latest stable by @de-sh in #1085
- prepare for release v1.7.1 by @nitisht in #1086
Full Changelog: v1.7.0...v1.7.1
Feature release v1.7.0
What's Changed
- Schema merge by @nikhilsinhaparseable in #1008
- [Helm] Dynamic namespace, and k8s events via fluentbit by @AdheipSingh in #1010
- update to helm chart 1.6.3 by @nitisht in #1012
- ci: applying clippy suggestions by @de-sh in #1014
- fix: skip null data type fields by @nikhilsinhaparseable in #1016
- Update Parseable Helm Chart by @AdheipSingh in #1023
- enhancement: implement generic flattening by @nikhilsinhaparseable in #1017
- fix: remove custom flattening for otel logs by @nikhilsinhaparseable in #1019
- feat: enable otel metrics and traces by @nikhilsinhaparseable in #1020
- refactor:
log
~>tracing
by @de-sh in #1013 - ci: lint, test and coverage report by @de-sh in #1028
- Improve store secrets enabling by @AdheipSingh in #1029
- point fix release for helm chart by @nitisht in #1030
- fix: convert all number data types to float by @nikhilsinhaparseable in #1027
- helm fixes for distributed mode by @AdheipSingh in #1031
- add support for gcs by @AdheipSingh in #1033
- update readme by @nitisht in #1034
- feat: DEPRECATE caching by @de-sh in #1035
- refactor: improvements to listing code for readability and less copy by @de-sh in #1025
- refactor: utils/time parsing by @de-sh in #1024
- perf: do FAT LTO and singular
codegen-unit
on release by @de-sh in #970 - Revert "fix: convert all number data types to float" by @nitisht in #1038
- helm fixes for warnings and template fluentbit configs by @AdheipSingh in #1041
- update helm release 1.6.6 by @nitisht in #1042
- refactor: clean up parts of the codebase by @de-sh in #981
- Feature: Enable Kafka integration by @parmesant in #1021
- fix: incompatibility from merge by @de-sh in #1046
- Init container on ingestor sts for distributed deployments by @AdheipSingh in #1050
- default pvc size to 5Gi by @AdheipSingh in #1051
- fix: output the general usage of cli by @TwistingTwists in #1053
- fix+refactor: JSON flattening, custom partition check by @de-sh in #1055
- Add Linting (Cargo Clippy & Rust fmt) and Unit tests to CI by @nitisht in #1060
- Feature: Backend for Correlation by @parmesant in #1052
- feat: conditionalize generic flattening and type casting for streams v1+ by @de-sh in #1057
- [Helm ]Enable hot tier + Nginx parser by @AdheipSingh in #1061
- update helm release v1.6.7 by @nitisht in #1062
- fix: hierarchical json flattening restriction by @nikhilsinhaparseable in #1058
- feat: Custom Flattening for OTEL logs, metrics and traces by @nikhilsinhaparseable in #1043
- [Helm] Fix fluentbit template by @AdheipSingh in #1066
- point fix helm chart release by @nitisht in #1068
- fix: convert int to string for otel attributes by @nikhilsinhaparseable in #1065
- feat: audit logging by @de-sh in #1063
- remove: local caching by @nikhilsinhaparseable in #1069
- remove: p-meta and p-tags by @nikhilsinhaparseable in #1067
- BugFix: Fixed query auth by @parmesant in #1048
- release v1.7.0 by @nitisht in #1072
New Contributors
- @TwistingTwists made their first contribution in #1053
Full Changelog: v1.6.3...v1.7.0
Bug fix release v1.6.3
What's Changed
- update helm chart to v1.6.2 by @nitisht in #995
- docs: Added build attestation verification docs by @praveen5959 in #996
- doc: issue template for bug reports by @de-sh in #998
- feat:
env_logger
~>tracing_subscriber
by @de-sh in #997 - Update USERS.md by @nitisht in #1002
- fix: port 80 ignored in ingestor endpoint by @nikhilsinhaparseable in #1004
- fix: ignore invalid/corrupt staging files by @nikhilsinhaparseable in #990
- Ingestor querier sync by @nikhilsinhaparseable in #1003
- refactor: restructure as a library by @de-sh in #1000
- fix: ingest new stream for distributed by @nikhilsinhaparseable in #1005
- prepare for release v1.6.3 by @nitisht in #1007
Full Changelog: v1.6.2...v1.6.3
Bug fix release v1.6.2
What's Changed
- update helm chart to release v1.6.1 by @nitisht in #986
- fix: multiple issues around analytics by @nikhilsinhaparseable in #985
- Artifact attestation by @praveen5959 in #987
- feat: allow stream creation from ingestor in distributed deployments by @Anirudhxx in #980
- fix: server mode from All to Query by @nikhilsinhaparseable in #988
- prepare for release v1.6.2 by @nitisht in #992
- Changed content permissions by @praveen5959 in #993
New Contributors
- @praveen5959 made their first contribution in #987
- @Anirudhxx made their first contribution in #980
Full Changelog: v1.6.1...v1.6.2
Bug fix release v1.6.1
What's Changed
Full Changelog: v1.6.0...v1.6.1
Feature release v1.6.0
What's Changed
- add helm chart for version v1.5.5 by @nitisht in #962
- Support Azure Blob Storage on AKS via access key by @AdheipSingh in #964
- feat: detect schema for a log event by @nikhilsinhaparseable in #966
- retry for S3 and blob store calls by @nikhilsinhaparseable in #968
- chore: update
object_store
by @de-sh in #971 - Fix: path fix for windows by @parmesant in #973
- refactor: use middlewares to reject requests when shutting down by @de-sh in #974
- Fix: Sync Files on Sigterm by @AdheipSingh in #969
- Solves issue #976 (added working link in place of page not found link) by @negativenagesh in #977
- detect datetime column on ingestion by @balaji-jr in #975
- FIX: Windows failing build and querying by @parmesant in #978
- prepare for release v1.6.0 by @nitisht in #979
New Contributors
- @negativenagesh made their first contribution in #977
Full Changelog: v1.5.5...v1.6.0
Feature release v1.5.5
What's Changed
- update helm chart to v1.5.4 by @nitisht in #954
- feat: Azure blob storage support by @nikhilsinhaparseable in #955
- fix: saved filters load issue on server restart by @nikhilsinhaparseable in #957
- Hot tier standalone by @nikhilsinhaparseable in #943
- fix: add hottier APIs for standalone by @nikhilsinhaparseable in #958
- Support SSE-C for S3 object storage by @MihirLuthra in #941
- prepare for release v1.5.5 by @nitisht in #960
- enhancement: azure blob store support with client credentials by @nikhilsinhaparseable in #961
New Contributors
- @MihirLuthra made their first contribution in #941
Full Changelog: v1.5.4...v1.5.5
Bug fix release v1.5.4
What's Changed
- update to new release by @nitisht in #947
- handler separation init by @parmesant in #937
- Upgrade deps by @parmesant in #950
- fix: generate tile_id in POST /dashboards by @nikhilsinhaparseable in #952
- move to new release v1.5.4 by @nitisht in #953
Full Changelog: v1.5.3...v1.5.4
Bugfix release v1.5.3
What's Changed
- update helm chart to v1.5.2 by @nitisht in #940
- fixed redirect url validation and included support for custom err messsge by @balaji-jr in #944
- prepare for release v1.5.3 by @nitisht in #945
New Contributors
- @balaji-jr made their first contribution in #944
Full Changelog: v1.5.2...v1.5.3
Bugfix release v1.5.2
What's Changed
- update helm chart to v1.5.1 by @nitisht in #932
- fix: OAuth error by @nikhilsinhaparseable in #934
- Dashboard graph configs by @nikhilsinhaparseable in #938
- prepare for release v1.5.2 by @nitisht in #939
Full Changelog: v1.5.1...v1.5.2