Releases: parseablehq/parseable
Releases · parseablehq/parseable
Bugfix release v1.7.5
What's Changed
- chore(deps): bump zip from 2.2.2 to 2.3.0 by @dependabot in #1246
- feat: prism post datasets API by @de-sh in #1236
- fix: prism home api by @nikhilsinhaparseable in #1245
- add time field names to the list by @nikhilsinhaparseable in #1244
- fix: file pruning with notEq operator by @nikhilsinhaparseable in #1249
- fix: datasets API edgecase where stream is not hottiered by @de-sh in #1252
- update batch size in session config by @nikhilsinhaparseable in #1250
- update Dockerfile to not cache builds by @nitisht in #1254
- prepare for release v1.7.5 by @nitisht in #1256
Full Changelog: v1.7.4...v1.7.5
Bugfix Release v1.7.4
What's Changed
- update helm chart to release v1.7.3 by @nitisht in #1121
- feat: use
debug_assertions
instead of custom feature by @de-sh in #1104 - [Helm] add affinity by @AdheipSingh in #1131
- refactor: ingestion data flow by @de-sh in #1100
- chore: remove unused deps by @de-sh in #1119
- fix: run
fields_mismatch
againststatic_schema
data also by @de-sh in #1123 - fix: listing, no manifest setup by @nikhilsinhaparseable in #1122
- chore: remove
dead_code
by @de-sh in #1132 - fix: default value when not set by @de-sh in #1127
- fix: limit JSON payload size to 10MB by @de-sh in #1133
- chore: remove unused code by @de-sh in #1134
- fix: fetch first-event-at from storage by @nikhilsinhaparseable in #1130
- refactor: Correlations by @de-sh in #1115
- refactor: parts of hottier by @de-sh in #1022
- feat: cache dep builds by @de-sh in #1105
- fix: unoptimized deps for debug build by @de-sh in #1140
- ci: only run certain checks against PRs, not main by @de-sh in #1142
- refactor: simply store
StreamType
by @de-sh in #1136 - change parquet compression algorithm by @nikhilsinhaparseable in #1145
- Alerts Redesign by @parmesant in #1101
- refactor: only compare names by @de-sh in #1141
- refactor: reuse
TimeRange
by @de-sh in #1146 - fix: bug introduced in #1136 by @de-sh in #1151
- ci: use qemu v8.1.5 to fix cc seg fault by @de-sh in #1153
- test + refactor: staging by @de-sh in #1129
- ci: verify only code by @de-sh in #1158
- Feat: Add Kafka integration for Parseable server #936 . by @hippalus in #1047
- fix: build push kafka edge by @de-sh in #1159
- log: default to warn level in release builds by @de-sh in #1160
- Fix quick start links to docker image and executable binary by @arpit-saxena in #1162
- fix: kafka build on aarch64 by @de-sh in #1161
- ci: remove kafak integration test by @de-sh in #1164
- split arrow conversion and sync by @parmesant in #1138
- ci: remove unnecessary
=
in build workflow file by @de-sh in #1167 - ci: run on self-hosted runners by @nitisht in #1174
- feat: sync from dedicated thread by @de-sh in #1168
- fix: ignore corrupt parquet files by @de-sh in #1169
- refactor: associate conversion with
STAGING
, not storage by @de-sh in #1176 - refactor:
Parseable
as the main interface by @de-sh in #1143 - Revert "ci: run on self-hosted runners (#1174)" by @de-sh in #1184
- fix: wait for healthy services by @de-sh in #1183
- chore: remove unused dep
nom
by @de-sh in #1175 - fix: bugs introduced in #1143 by @de-sh in #1185
- perf: save on clone cost during ingestion by @de-sh in #1178
- refactor: specialized flatten happens at the same semantic location by @de-sh in #1177
- updated alerts module's visibility by @parmesant in #1195
- fix: otel traces flattening fix by @nikhilsinhaparseable in #1196
- refactor: process ain't async by @de-sh in #1180
- refactor: DRY
object_storage
by @de-sh in #1147 - fix: query staging(in-mem) when concerned with the past 5 minutes by @de-sh in #1194
- feat: query parquet files still in staging by @de-sh in #1199
- refactor: use appropriate error types by @de-sh in #1201
- chore: remove useless conversion by @de-sh in #1202
- feat: dont allow custom and time partition together by @nikhilsinhaparseable in #1205
- fix: staging files count in metrics by @nikhilsinhaparseable in #1207
- feat: merge finish
.arrows
and convert to.parquet
by @de-sh in #1200 - refactor: capture ingestion time at receive by @de-sh in #1210
- fix: capture time created from metadata not filename by @de-sh in #1211
- fix: ensure panic safety by @de-sh in #1212
- refactor:
Event
per log, streamline data handling by @de-sh in #1209 - refactor: remove use of
lazy_static
by @de-sh in #1216 - refactor: replace anyhow with custom StaticSchemaError by @7h3cyb3rm0nk in #1208
- Changes required for Parseable Enterprise by @parmesant in #1215
- Feat: Prism APIs by @parmesant in #1188
- refactor: utility
Minute
handles slotting by minute by @de-sh in #1203 - Updates for Prism by @parmesant in #1224
- fix: multi threaded query execution by @nikhilsinhaparseable in #1220
- update: remove time partition stream creation by @nikhilsinhaparseable in #1227
- perf: don't construct a tokio runtime for each query by @de-sh in #1226
- chore(deps): bump ring from 0.17.8 to 0.17.13 by @dependabot in #1229
- Create CONTRIBUTING.md by @nitisht in #1233
- update to SessionConfig by @nikhilsinhaparseable in #1234
- test: recordbatch+row ordering by @de-sh in #1237
- fix: data type for static schema by @nikhilsinhaparseable in #1235
- update log source in stream info by @nikhilsinhaparseable in #1231
- chore: update arrow to v54 and datafusion to v45 by @de-sh in #1221
- fix: ensure current slot data goes into current slot file and isn't flushed until end of the slot by @de-sh in #1238
- ci: specify/restrict testing by @de-sh in #1243
- prepare for release v1.7.4 by @nitisht in #1166
New Contributors
- @hippalus made their first contribution in #1047
- @arpit-saxena made their first contribution in #1162
- @7h3cyb3rm0nk made their first contribution in #1208
Full Changelog: v1.7.3...v1.7.4
Bugfix release v1.7.3
What's Changed
- update helm chart to v1.7.2 by @nitisht in #1097
- modified correlation API response by @parmesant in #1099
- refactor: signal handling is not related to http alone by @de-sh in #1094
- refactor: use
clap::Parser
for readability by @de-sh in #1088 - feat: add log source to stream info by @nikhilsinhaparseable in #1092
- delete correlation API response change by @nikhilsinhaparseable in #1102
- feat: API for date_bin query by @parmesant in #1093
- feat: rename API
datebin
tocounts
by @de-sh in #1103 - prepare for release v1.7.3 by @nitisht in #1108
- fix: add start and end timestamp to counts api response by @nikhilsinhaparseable in #1109
- feat: standardize field names for counts API by @de-sh in #1111
- fix: correlations CRUD operations by @nikhilsinhaparseable in #1114
- ci: build for all release targets to ensure PRs are compatible by @de-sh in #1112
- update to console release v0.9.18 by @nitisht in #1116
- fix: oidc connection by @nikhilsinhaparseable in #1117
- fix: arg name and error print by @de-sh in #1118
Full Changelog: v1.7.2...v1.7.3
Bug fix release v1.7.2
What's Changed
- update helm chart to version 1.7.1 by @nitisht in #1089
- refactor and expose ingest server util by @de-sh in #1091
- fixes for kafka on mac by @AdheipSingh in #1090
- chore: update to release v1.7.2 by @nitisht in #1095
Full Changelog: v1.7.1...v1.7.2
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