Releases: parseablehq/parseable
Releases · parseablehq/parseable
Bug fix release v2.3.5
What's Changed
- chore: update cargo toml for release 2.3.5 by @nikhilsinhaparseable in #1359
Full Changelog: v2.3.4...v2.3.5
Feature release v2.3.4
What's Changed
- chore: update helm chart to v2.3.3 by @nitisht in #1350
- feat: add stats for each field by @nikhilsinhaparseable in #1340
- Updates for counts API by @parmesant in #1347
- fix: update correct server mode in parseable.json by @nikhilsinhaparseable in #1332
- send analytics flag to analytics server by @nikhilsinhaparseable in #1354
- feat: add resource utilisation middleware to monitor CPU and memory. by @vkhinvasara in #1352
- null checks by @parmesant in #1355
- fix(OIDC): preserve existing OAuth user roles instead of resetting to default by @vkhinvasara in #1356
- fix: filter with LIKE operators by @parmesant in #1357
- chore: update cargo toml for release-v2.3.4 by @nikhilsinhaparseable in #1358
Full Changelog: v2.3.3...v2.3.4
Bugfix release v2.3.3
What's Changed
- chore: update to helm release v2.3.2 by @nitisht in #1337
- fix: Strict JSON value to fail on duplicate keys when ingesting by @vrongmeal in #1334
- chore: update links in readme by @nitisht in #1344
- test: add comprehensive unit tests for OTEL traces flattening functionality. by @vkhinvasara in #1342
- update list filters to support save view in prism by @nikhilsinhaparseable in #1343
- fix: multiple fixes around system stability under load by @nikhilsinhaparseable in #1346
- chore: update cargo toml for release v2.3.3 by @nikhilsinhaparseable in #1349
New Contributors
- @vrongmeal made their first contribution in #1334
- @vkhinvasara made their first contribution in #1342
Full Changelog: v2.3.2...v2.3.3
Bug fix release v2.3.2
What's Changed
- visibility updates by @parmesant in #1325
- chore: upgrade helm chart to v2.3.1 by @nitisht in #1328
- Helper functions for query by @parmesant in #1330
- fix: flattening for kinesis by @nikhilsinhaparseable in #1329
- chore: update release version in cargo toml by @nikhilsinhaparseable in #1333
- chore: add Docker build to tag release workflow by @nitisht in #1336
Full Changelog: v2.3.1...v2.3.2
Bugfix release v2.3.1
What's Changed
- chore: update to helm chart v2.3.0 by @nitisht in #1319
- update docker image repo by @nitisht in #1322
- chore: update README.md by @nitisht in #1323
- feat: add misc fields to filter by @parmesant in #1321
- add env for max level of flattening allowed for events by @nikhilsinhaparseable in #1320
- chore: prepare for release v2.3.1 by @nikhilsinhaparseable in #1326
Full Changelog: v2.3.0...v2.3.1
Feature release v2.3.0
What's Changed
- chore: upgrade helm chart to v2.2.0 by @nitisht in #1301
- fix: alb_log regex by @nikhilsinhaparseable in #1302
- fix: sql query to fetch distinct values in datasets API by @nikhilsinhaparseable in #1304
- update: add custom field p_format_verified by @nikhilsinhaparseable in #1303
- fix: delete date stats by @parmesant in #1306
- revamp home api by @nikhilsinhaparseable in #1307
- Add LLM related actions to roles by @parmesant in #1308
- allow invalid certificate for intra cluster calls by @nikhilsinhaparseable in #1309
- reject event if fields count exceed 250 by @nikhilsinhaparseable in #1311
- Add
count distinct
aggregate function by @parmesant in #1314 - fix: date level stats by @nikhilsinhaparseable in #1312
- feat: streaming response by @nikhilsinhaparseable in #1317
- update parseable version, assets url and sha by @nikhilsinhaparseable in #1315
Full Changelog: v2.2.0...v2.3.0
Bug fix release v2.2.0
What's Changed
- chore: update to helm chart 2.1.0 by @nitisht in #1297
- feat: add querier json by @nikhilsinhaparseable in #1288
- fix: stringify otel attributes of array types by @nikhilsinhaparseable in #1298
- fix: truncate time range to minutes by @nikhilsinhaparseable in #1299
- update cargo.toml to prism v2.2.0 by @nikhilsinhaparseable in #1300
Full Changelog: v2.1.0...v2.2.0
Bug fix release v2.1.0
What's Changed
- Update to coverage by @parmesant in #1285
- chore: update helm to latest parseable release v2.0.0 by @nitisht in #1286
- feat: delete indexer from cluster by @nikhilsinhaparseable in #1284
- LLM related actions by @parmesant in #1287
- hotfix for alerts by @parmesant in #1283
- chore(deps): bump tokio from 1.43.0 to 1.43.1 by @dependabot in #1289
- chore: update to Prism release v2.1.0 by @nikhilsinhaparseable in #1292
- add sql to denied names by @nikhilsinhaparseable in #1293
- Add mandatory kafka env values to parseable helm template by @hippalus in #1291
- update user auth for list filters by @nikhilsinhaparseable in #1295
- prepare for release v2.1.1 by @nikhilsinhaparseable in #1296
Full Changelog: v2.0.0...v2.1.0
Feature Release v2.0.0
What's Changed
- fix: dataloss due to contention at stream creation by @de-sh in #1258
- feat: add custom fields to events by @nikhilsinhaparseable in #1228
- add schema to dataset api response by @nikhilsinhaparseable in #1260
- updates for enterprise by @parmesant in #1247
- log: track conversion times by @de-sh in #1241
- fix: query for datasets api by @nikhilsinhaparseable in #1261
- update helm chart to release v1.7.5 by @bradynwalsh in #1264
- feat: mask PII data if env is set by @nikhilsinhaparseable in #1265
- test: relocate to
utils/json
by @de-sh in #1253 - chore: rm
replace_columns
, unused code by @de-sh in #1251 - test:
arrow_path_to_parquet
by @de-sh in #1239 - add
timeTaken
to query response by @parmesant in #1270 - fix: log source format in stream info by @nikhilsinhaparseable in #1268
- feat: detect and extract json from log-lines by @de-sh in #1248
- restrict otel ingestion by @nikhilsinhaparseable in #1263
- add dataset name and type to home api response by @nikhilsinhaparseable in #1271
- bugfix for oidc by @parmesant in #1272
- fix: home api by @nikhilsinhaparseable in #1273
- updates for prism home api by @parmesant in #1275
- index storage path in env by @nikhilsinhaparseable in #1274
- fix: parallelise datasets API by @nikhilsinhaparseable in #1276
- optimise server start by @nikhilsinhaparseable in #1277
- prepare for release v2.0.0 by @nikhilsinhaparseable in #1278
- prepare for release 2.0.0 by @nikhilsinhaparseable in #1279
- fix: add custom fields for pmeta stream by @nikhilsinhaparseable in #1280
- add indexer to cluster info and metrics by @nikhilsinhaparseable in #1281
- update sha by @nikhilsinhaparseable in #1282
New Contributors
- @bradynwalsh made their first contribution in #1264
Full Changelog: v1.7.5...v2.0.0
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