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