Recent Releases of parseable

parseable - Bug fix release v2.4.2

What's Changed

  • Time partition fixes by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1405
  • fix: use email as fallback if name not present in oidc login by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1399
  • feat: latesteventat in stream info by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1409
  • optimise first and latest event fetch by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1410
  • limit the age gap between events to 1 hr by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1411
  • Updates by @parmesant in https://github.com/parseablehq/parseable/pull/1408
  • Bugfixes for alerts by @parmesant in https://github.com/parseablehq/parseable/pull/1412
  • chore: update Cargo.toml for release v2.4.2 by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1416

Full Changelog: https://github.com/parseablehq/parseable/compare/v2.4.1...v2.4.2

- Rust
Published by nitisht 10 months ago

parseable - Feature release v2.4.1

What's Changed

  • update rust version to 1.88 in Dockerfiles by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1386
  • chore: upgrade helm chart to latest v2.4.0 by @nitisht in https://github.com/parseablehq/parseable/pull/1387
  • chore: simplify alert creation and evaluation by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1388
  • update: add tags, created to alerts by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1389
  • add telemetry type to a dataset by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1392
  • Protobuf ingestion by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1391
  • Modularize Alerts by @parmesant in https://github.com/parseablehq/parseable/pull/1390
  • Update mod.rs by @parmesant in https://github.com/parseablehq/parseable/pull/1393
  • Added forecast alerts by @parmesant in https://github.com/parseablehq/parseable/pull/1394
  • bugfixes by @parmesant in https://github.com/parseablehq/parseable/pull/1395
  • chore: server side improvements by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1396
  • fix the download url in install script by @nitisht in https://github.com/parseablehq/parseable/pull/1397
  • refactor: fix cargo lint checks for collapsible ifs and mismatchedlifetimesyntaxes by @sainad2222 in https://github.com/parseablehq/parseable/pull/1404
  • refactor: return an explicit error for unrecognized data types in static schema by @sainad2222 in https://github.com/parseablehq/parseable/pull/1402
  • Alerts updates by @parmesant in https://github.com/parseablehq/parseable/pull/1398
  • remove protobuf for oTel ingestion by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1406
  • chore: update cargo toml for release v2.4.1 by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1407

New Contributors

  • @sainad2222 made their first contribution in https://github.com/parseablehq/parseable/pull/1404

Full Changelog: https://github.com/parseablehq/parseable/compare/v2.4.0...v2.4.1

- Rust
Published by nitisht 10 months ago

parseable - Feature release v2.4.0

What's Changed

  • fix: flatten before detect by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1361
  • update dashboard implementation by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1348
  • Bring targets out of alerts by @parmesant in https://github.com/parseablehq/parseable/pull/1353
  • fix: docker image build for amd64 and arm64 separately by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1364
  • bugfixes for target separation by @parmesant in https://github.com/parseablehq/parseable/pull/1365
  • Allow OIDC scopes to be configured via POIDCSCOPE environment variable by @thenodon in https://github.com/parseablehq/parseable/pull/1363
  • chore: improve query performance by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1367
  • dashboard changes by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1362
  • fix: add support for list type data in field stats by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1369
  • feat: Introduce User Groups to Parseable by @parmesant in https://github.com/parseablehq/parseable/pull/1366
  • update: Prism home changes by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1371
  • fix: allow multiple tags in dashboards listbytag API by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1374
  • feat: add api for preparing demo data by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1370
  • feat: gcs support for storage by @solomonope in https://github.com/parseablehq/parseable/pull/1373
  • Bugfixes by @parmesant in https://github.com/parseablehq/parseable/pull/1375
  • update demo script by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1378
  • chore: simplify schema creation from storage by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1368
  • oidc visibility mod by @parmesant in https://github.com/parseablehq/parseable/pull/1377
  • fix: handle proper SQL variable type for operators by @parmesant in https://github.com/parseablehq/parseable/pull/1379
  • chore: find tables from DFParser, schema merge when required by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1380
  • fix: create stream before merge schema by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1381
  • fix: alert query for null trace id in sample dataset by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1382
  • Bump Rust Version by @parmesant in https://github.com/parseablehq/parseable/pull/1383
  • Handled bool column by @parmesant in https://github.com/parseablehq/parseable/pull/1384
  • chore: update cargo toml for release v2.4.0 by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1385

New Contributors

  • @thenodon made their first contribution in https://github.com/parseablehq/parseable/pull/1363
  • @solomonope made their first contribution in https://github.com/parseablehq/parseable/pull/1373

Full Changelog: https://github.com/parseablehq/parseable/compare/v2.3.5...v2.4.0

- Rust
Published by nitisht 11 months ago

parseable - Bug fix release v2.3.5

What's Changed

  • chore: update cargo toml for release 2.3.5 by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1359

Full Changelog: https://github.com/parseablehq/parseable/compare/v2.3.4...v2.3.5

- Rust
Published by nitisht 12 months ago

parseable - Feature release v2.3.4

What's Changed

  • chore: update helm chart to v2.3.3 by @nitisht in https://github.com/parseablehq/parseable/pull/1350
  • feat: add stats for each field by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1340
  • Updates for counts API by @parmesant in https://github.com/parseablehq/parseable/pull/1347
  • fix: update correct server mode in parseable.json by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1332
  • send analytics flag to analytics server by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1354
  • feat: add resource utilisation middleware to monitor CPU and memory. by @vkhinvasara in https://github.com/parseablehq/parseable/pull/1352
  • null checks by @parmesant in https://github.com/parseablehq/parseable/pull/1355
  • fix(OIDC): preserve existing OAuth user roles instead of resetting to default by @vkhinvasara in https://github.com/parseablehq/parseable/pull/1356
  • fix: filter with LIKE operators by @parmesant in https://github.com/parseablehq/parseable/pull/1357
  • chore: update cargo toml for release-v2.3.4 by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1358

Full Changelog: https://github.com/parseablehq/parseable/compare/v2.3.3...v2.3.4

- Rust
Published by nitisht 12 months ago

parseable - Bugfix release v2.3.3

What's Changed

  • chore: update to helm release v2.3.2 by @nitisht in https://github.com/parseablehq/parseable/pull/1337
  • fix: Strict JSON value to fail on duplicate keys when ingesting by @vrongmeal in https://github.com/parseablehq/parseable/pull/1334
  • chore: update links in readme by @nitisht in https://github.com/parseablehq/parseable/pull/1344
  • test: add comprehensive unit tests for OTEL traces flattening functionality. by @vkhinvasara in https://github.com/parseablehq/parseable/pull/1342
  • update list filters to support save view in prism by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1343
  • fix: multiple fixes around system stability under load by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1346
  • chore: update cargo toml for release v2.3.3 by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1349

New Contributors

  • @vrongmeal made their first contribution in https://github.com/parseablehq/parseable/pull/1334
  • @vkhinvasara made their first contribution in https://github.com/parseablehq/parseable/pull/1342

Full Changelog: https://github.com/parseablehq/parseable/compare/v2.3.2...v2.3.3

- Rust
Published by nitisht 12 months ago

parseable - Bug fix release v2.3.2

What's Changed

  • visibility updates by @parmesant in https://github.com/parseablehq/parseable/pull/1325
  • chore: upgrade helm chart to v2.3.1 by @nitisht in https://github.com/parseablehq/parseable/pull/1328
  • Helper functions for query by @parmesant in https://github.com/parseablehq/parseable/pull/1330
  • fix: flattening for kinesis by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1329
  • chore: update release version in cargo toml by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1333
  • chore: add Docker build to tag release workflow by @nitisht in https://github.com/parseablehq/parseable/pull/1336

Full Changelog: https://github.com/parseablehq/parseable/compare/v2.3.1...v2.3.2

- Rust
Published by nitisht about 1 year ago

parseable - Bugfix release v2.3.1

What's Changed

  • chore: update to helm chart v2.3.0 by @nitisht in https://github.com/parseablehq/parseable/pull/1319
  • update docker image repo by @nitisht in https://github.com/parseablehq/parseable/pull/1322
  • chore: update README.md by @nitisht in https://github.com/parseablehq/parseable/pull/1323
  • feat: add misc fields to filter by @parmesant in https://github.com/parseablehq/parseable/pull/1321
  • add env for max level of flattening allowed for events by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1320
  • chore: prepare for release v2.3.1 by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1326

Full Changelog: https://github.com/parseablehq/parseable/compare/v2.3.0...v2.3.1

- Rust
Published by nitisht about 1 year ago

parseable - Feature release v2.3.0

What's Changed

  • chore: upgrade helm chart to v2.2.0 by @nitisht in https://github.com/parseablehq/parseable/pull/1301
  • fix: alb_log regex by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1302
  • fix: sql query to fetch distinct values in datasets API by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1304
  • update: add custom field pformatverified by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1303
  • fix: delete date stats by @parmesant in https://github.com/parseablehq/parseable/pull/1306
  • revamp home api by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1307
  • Add LLM related actions to roles by @parmesant in https://github.com/parseablehq/parseable/pull/1308
  • allow invalid certificate for intra cluster calls by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1309
  • reject event if fields count exceed 250 by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1311
  • Add count distinct aggregate function by @parmesant in https://github.com/parseablehq/parseable/pull/1314
  • fix: date level stats by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1312
  • feat: streaming response by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1317
  • update parseable version, assets url and sha by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1315

Full Changelog: https://github.com/parseablehq/parseable/compare/v2.2.0...v2.3.0

- Rust
Published by nitisht about 1 year ago

parseable - Bug fix release v2.2.0

What's Changed

  • chore: update to helm chart 2.1.0 by @nitisht in https://github.com/parseablehq/parseable/pull/1297
  • feat: add querier json by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1288
  • fix: stringify otel attributes of array types by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1298
  • fix: truncate time range to minutes by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1299
  • update cargo.toml to prism v2.2.0 by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1300

Full Changelog: https://github.com/parseablehq/parseable/compare/v2.1.0...v2.2.0

- Rust
Published by nitisht about 1 year ago

parseable - Bug fix release v2.1.0

What's Changed

  • Update to coverage by @parmesant in https://github.com/parseablehq/parseable/pull/1285
  • chore: update helm to latest parseable release v2.0.0 by @nitisht in https://github.com/parseablehq/parseable/pull/1286
  • feat: delete indexer from cluster by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1284
  • LLM related actions by @parmesant in https://github.com/parseablehq/parseable/pull/1287
  • hotfix for alerts by @parmesant in https://github.com/parseablehq/parseable/pull/1283
  • chore(deps): bump tokio from 1.43.0 to 1.43.1 by @dependabot in https://github.com/parseablehq/parseable/pull/1289
  • chore: update to Prism release v2.1.0 by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1292
  • add sql to denied names by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1293
  • Add mandatory kafka env values to parseable helm template by @hippalus in https://github.com/parseablehq/parseable/pull/1291
  • update user auth for list filters by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1295
  • prepare for release v2.1.1 by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1296

Full Changelog: https://github.com/parseablehq/parseable/compare/v2.0.0...v2.1.0

- Rust
Published by nitisht about 1 year ago

parseable - Feature Release v2.0.0

What's Changed

  • fix: dataloss due to contention at stream creation by @de-sh in https://github.com/parseablehq/parseable/pull/1258
  • feat: add custom fields to events by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1228
  • add schema to dataset api response by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1260
  • updates for enterprise by @parmesant in https://github.com/parseablehq/parseable/pull/1247
  • log: track conversion times by @de-sh in https://github.com/parseablehq/parseable/pull/1241
  • fix: query for datasets api by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1261
  • update helm chart to release v1.7.5 by @bradynwalsh in https://github.com/parseablehq/parseable/pull/1264
  • feat: mask PII data if env is set by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1265
  • test: relocate to utils/json by @de-sh in https://github.com/parseablehq/parseable/pull/1253
  • chore: rmreplace_columns, unused code by @de-sh in https://github.com/parseablehq/parseable/pull/1251
  • test: arrow_path_to_parquet by @de-sh in https://github.com/parseablehq/parseable/pull/1239
  • add timeTaken to query response by @parmesant in https://github.com/parseablehq/parseable/pull/1270
  • fix: log source format in stream info by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1268
  • feat: detect and extract json from log-lines by @de-sh in https://github.com/parseablehq/parseable/pull/1248
  • restrict otel ingestion by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1263
  • add dataset name and type to home api response by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1271
  • bugfix for oidc by @parmesant in https://github.com/parseablehq/parseable/pull/1272
  • fix: home api by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1273
  • updates for prism home api by @parmesant in https://github.com/parseablehq/parseable/pull/1275
  • index storage path in env by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1274
  • fix: parallelise datasets API by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1276
  • optimise server start by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1277
  • prepare for release v2.0.0 by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1278
  • prepare for release 2.0.0 by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1279
  • fix: add custom fields for pmeta stream by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1280
  • add indexer to cluster info and metrics by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1281
  • update sha by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1282

New Contributors

  • @bradynwalsh made their first contribution in https://github.com/parseablehq/parseable/pull/1264

Full Changelog: https://github.com/parseablehq/parseable/compare/v1.7.5...v2.0.0

- Rust
Published by nitisht about 1 year ago

parseable - Bugfix release v1.7.5

What's Changed

  • chore(deps): bump zip from 2.2.2 to 2.3.0 by @dependabot in https://github.com/parseablehq/parseable/pull/1246
  • feat: prism post datasets API by @de-sh in https://github.com/parseablehq/parseable/pull/1236
  • fix: prism home api by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1245
  • add time field names to the list by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1244
  • fix: file pruning with notEq operator by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1249
  • fix: datasets API edgecase where stream is not hottiered by @de-sh in https://github.com/parseablehq/parseable/pull/1252
  • update batch size in session config by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1250
  • update Dockerfile to not cache builds by @nitisht in https://github.com/parseablehq/parseable/pull/1254
  • prepare for release v1.7.5 by @nitisht in https://github.com/parseablehq/parseable/pull/1256

Full Changelog: https://github.com/parseablehq/parseable/compare/v1.7.4...v1.7.5

- Rust
Published by nitisht about 1 year ago

parseable - Bugfix Release v1.7.4

What's Changed

  • update helm chart to release v1.7.3 by @nitisht in https://github.com/parseablehq/parseable/pull/1121
  • feat: use debug_assertions instead of custom feature by @de-sh in https://github.com/parseablehq/parseable/pull/1104
  • [Helm] add affinity by @AdheipSingh in https://github.com/parseablehq/parseable/pull/1131
  • refactor: ingestion data flow by @de-sh in https://github.com/parseablehq/parseable/pull/1100
  • chore: remove unused deps by @de-sh in https://github.com/parseablehq/parseable/pull/1119
  • fix: run fields_mismatch against static_schema data also by @de-sh in https://github.com/parseablehq/parseable/pull/1123
  • fix: listing, no manifest setup by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1122
  • chore: remove dead_code by @de-sh in https://github.com/parseablehq/parseable/pull/1132
  • fix: default value when not set by @de-sh in https://github.com/parseablehq/parseable/pull/1127
  • fix: limit JSON payload size to 10MB by @de-sh in https://github.com/parseablehq/parseable/pull/1133
  • chore: remove unused code by @de-sh in https://github.com/parseablehq/parseable/pull/1134
  • fix: fetch first-event-at from storage by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1130
  • refactor: Correlations by @de-sh in https://github.com/parseablehq/parseable/pull/1115
  • refactor: parts of hottier by @de-sh in https://github.com/parseablehq/parseable/pull/1022
  • feat: cache dep builds by @de-sh in https://github.com/parseablehq/parseable/pull/1105
  • fix: unoptimized deps for debug build by @de-sh in https://github.com/parseablehq/parseable/pull/1140
  • ci: only run certain checks against PRs, not main by @de-sh in https://github.com/parseablehq/parseable/pull/1142
  • refactor: simply store StreamType by @de-sh in https://github.com/parseablehq/parseable/pull/1136
  • change parquet compression algorithm by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1145
  • Alerts Redesign by @parmesant in https://github.com/parseablehq/parseable/pull/1101
  • refactor: only compare names by @de-sh in https://github.com/parseablehq/parseable/pull/1141
  • refactor: reuse TimeRange by @de-sh in https://github.com/parseablehq/parseable/pull/1146
  • fix: bug introduced in #1136 by @de-sh in https://github.com/parseablehq/parseable/pull/1151
  • ci: use qemu v8.1.5 to fix cc seg fault by @de-sh in https://github.com/parseablehq/parseable/pull/1153
  • test + refactor: staging by @de-sh in https://github.com/parseablehq/parseable/pull/1129
  • ci: verify only code by @de-sh in https://github.com/parseablehq/parseable/pull/1158
  • Feat: Add Kafka integration for Parseable server #936 . by @hippalus in https://github.com/parseablehq/parseable/pull/1047
  • fix: build push kafka edge by @de-sh in https://github.com/parseablehq/parseable/pull/1159
  • log: default to warn level in release builds by @de-sh in https://github.com/parseablehq/parseable/pull/1160
  • Fix quick start links to docker image and executable binary by @arpit-saxena in https://github.com/parseablehq/parseable/pull/1162
  • fix: kafka build on aarch64 by @de-sh in https://github.com/parseablehq/parseable/pull/1161
  • ci: remove kafak integration test by @de-sh in https://github.com/parseablehq/parseable/pull/1164
  • split arrow conversion and sync by @parmesant in https://github.com/parseablehq/parseable/pull/1138
  • ci: remove unnecessary = in build workflow file by @de-sh in https://github.com/parseablehq/parseable/pull/1167
  • ci: run on self-hosted runners by @nitisht in https://github.com/parseablehq/parseable/pull/1174
  • feat: sync from dedicated thread by @de-sh in https://github.com/parseablehq/parseable/pull/1168
  • fix: ignore corrupt parquet files by @de-sh in https://github.com/parseablehq/parseable/pull/1169
  • refactor: associate conversion with STAGING, not storage by @de-sh in https://github.com/parseablehq/parseable/pull/1176
  • refactor: Parseable as the main interface by @de-sh in https://github.com/parseablehq/parseable/pull/1143
  • Revert "ci: run on self-hosted runners (#1174)" by @de-sh in https://github.com/parseablehq/parseable/pull/1184
  • fix: wait for healthy services by @de-sh in https://github.com/parseablehq/parseable/pull/1183
  • chore: remove unused dep nom by @de-sh in https://github.com/parseablehq/parseable/pull/1175
  • fix: bugs introduced in #1143 by @de-sh in https://github.com/parseablehq/parseable/pull/1185
  • perf: save on clone cost during ingestion by @de-sh in https://github.com/parseablehq/parseable/pull/1178
  • refactor: specialized flatten happens at the same semantic location by @de-sh in https://github.com/parseablehq/parseable/pull/1177
  • updated alerts module's visibility by @parmesant in https://github.com/parseablehq/parseable/pull/1195
  • fix: otel traces flattening fix by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1196
  • refactor: process ain't async by @de-sh in https://github.com/parseablehq/parseable/pull/1180
  • refactor: DRY object_storage by @de-sh in https://github.com/parseablehq/parseable/pull/1147
  • fix: query staging(in-mem) when concerned with the past 5 minutes by @de-sh in https://github.com/parseablehq/parseable/pull/1194
  • feat: query parquet files still in staging by @de-sh in https://github.com/parseablehq/parseable/pull/1199
  • refactor: use appropriate error types by @de-sh in https://github.com/parseablehq/parseable/pull/1201
  • chore: remove useless conversion by @de-sh in https://github.com/parseablehq/parseable/pull/1202
  • feat: dont allow custom and time partition together by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1205
  • fix: staging files count in metrics by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1207
  • feat: merge finish .arrows and convert to .parquet by @de-sh in https://github.com/parseablehq/parseable/pull/1200
  • refactor: capture ingestion time at receive by @de-sh in https://github.com/parseablehq/parseable/pull/1210
  • fix: capture time created from metadata not filename by @de-sh in https://github.com/parseablehq/parseable/pull/1211
  • fix: ensure panic safety by @de-sh in https://github.com/parseablehq/parseable/pull/1212
  • refactor: Event per log, streamline data handling by @de-sh in https://github.com/parseablehq/parseable/pull/1209
  • refactor: remove use of lazy_static by @de-sh in https://github.com/parseablehq/parseable/pull/1216
  • refactor: replace anyhow with custom StaticSchemaError by @7h3cyb3rm0nk in https://github.com/parseablehq/parseable/pull/1208
  • Changes required for Parseable Enterprise by @parmesant in https://github.com/parseablehq/parseable/pull/1215
  • Feat: Prism APIs by @parmesant in https://github.com/parseablehq/parseable/pull/1188
  • refactor: utility Minute handles slotting by minute by @de-sh in https://github.com/parseablehq/parseable/pull/1203
  • Updates for Prism by @parmesant in https://github.com/parseablehq/parseable/pull/1224
  • fix: multi threaded query execution by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1220
  • update: remove time partition stream creation by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1227
  • perf: don't construct a tokio runtime for each query by @de-sh in https://github.com/parseablehq/parseable/pull/1226
  • chore(deps): bump ring from 0.17.8 to 0.17.13 by @dependabot in https://github.com/parseablehq/parseable/pull/1229
  • Create CONTRIBUTING.md by @nitisht in https://github.com/parseablehq/parseable/pull/1233
  • update to SessionConfig by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1234
  • test: recordbatch+row ordering by @de-sh in https://github.com/parseablehq/parseable/pull/1237
  • fix: data type for static schema by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1235
  • update log source in stream info by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1231
  • chore: update arrow to v54 and datafusion to v45 by @de-sh in https://github.com/parseablehq/parseable/pull/1221
  • fix: ensure current slot data goes into current slot file and isn't flushed until end of the slot by @de-sh in https://github.com/parseablehq/parseable/pull/1238
  • ci: specify/restrict testing by @de-sh in https://github.com/parseablehq/parseable/pull/1243
  • prepare for release v1.7.4 by @nitisht in https://github.com/parseablehq/parseable/pull/1166

New Contributors

  • @hippalus made their first contribution in https://github.com/parseablehq/parseable/pull/1047
  • @arpit-saxena made their first contribution in https://github.com/parseablehq/parseable/pull/1162
  • @7h3cyb3rm0nk made their first contribution in https://github.com/parseablehq/parseable/pull/1208

Full Changelog: https://github.com/parseablehq/parseable/compare/v1.7.3...v1.7.4

- Rust
Published by nitisht about 1 year ago

parseable - Bugfix release v1.7.3

What's Changed

  • update helm chart to v1.7.2 by @nitisht in https://github.com/parseablehq/parseable/pull/1097
  • modified correlation API response by @parmesant in https://github.com/parseablehq/parseable/pull/1099
  • refactor: signal handling is not related to http alone by @de-sh in https://github.com/parseablehq/parseable/pull/1094
  • refactor: use clap::Parser for readability by @de-sh in https://github.com/parseablehq/parseable/pull/1088
  • feat: add log source to stream info by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1092
  • delete correlation API response change by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1102
  • feat: API for date_bin query by @parmesant in https://github.com/parseablehq/parseable/pull/1093
  • feat: rename API datebin to counts by @de-sh in https://github.com/parseablehq/parseable/pull/1103
  • prepare for release v1.7.3 by @nitisht in https://github.com/parseablehq/parseable/pull/1108
  • fix: add start and end timestamp to counts api response by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1109
  • feat: standardize field names for counts API by @de-sh in https://github.com/parseablehq/parseable/pull/1111
  • fix: correlations CRUD operations by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1114
  • ci: build for all release targets to ensure PRs are compatible by @de-sh in https://github.com/parseablehq/parseable/pull/1112
  • update to console release v0.9.18 by @nitisht in https://github.com/parseablehq/parseable/pull/1116
  • fix: oidc connection by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1117
  • fix: arg name and error print by @de-sh in https://github.com/parseablehq/parseable/pull/1118

Full Changelog: https://github.com/parseablehq/parseable/compare/v1.7.2...v1.7.3

- Rust
Published by nitisht over 1 year ago

parseable - Bug fix release v1.7.2

What's Changed

  • update helm chart to version 1.7.1 by @nitisht in https://github.com/parseablehq/parseable/pull/1089
  • refactor and expose ingest server util by @de-sh in https://github.com/parseablehq/parseable/pull/1091
  • fixes for kafka on mac by @AdheipSingh in https://github.com/parseablehq/parseable/pull/1090
  • chore: update to release v1.7.2 by @nitisht in https://github.com/parseablehq/parseable/pull/1095

Full Changelog: https://github.com/parseablehq/parseable/compare/v1.7.1...v1.7.2

- Rust
Published by nitisht over 1 year ago

parseable - Bug fix release v1.7.1

What's Changed

  • chore: helm release v1.7.0 by @nitisht in https://github.com/parseablehq/parseable/pull/1076
  • fix: refactor ingestion by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1073
  • feat: trino is no longer supported as a query engine by @de-sh in https://github.com/parseablehq/parseable/pull/1077
  • refactor: single reqwest::Client for HTTP by @de-sh in https://github.com/parseablehq/parseable/pull/1071
  • Bugfix for Correlation by @parmesant in https://github.com/parseablehq/parseable/pull/1078
  • ci: remove redundant checks by @de-sh in https://github.com/parseablehq/parseable/pull/1081
  • refactor: use bools for flags by @de-sh in https://github.com/parseablehq/parseable/pull/1070
  • [Helm] add audit logging by @AdheipSingh in https://github.com/parseablehq/parseable/pull/1082
  • Build fix for Kafka by @parmesant in https://github.com/parseablehq/parseable/pull/1079
  • [Helm] update configs for helm by @AdheipSingh in https://github.com/parseablehq/parseable/pull/1084
  • make about utils public by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1083
  • chore: update deps and improve readability of Cargo.toml by @de-sh in https://github.com/parseablehq/parseable/pull/1075
  • ci-fix: compile with latest stable by @de-sh in https://github.com/parseablehq/parseable/pull/1085
  • prepare for release v1.7.1 by @nitisht in https://github.com/parseablehq/parseable/pull/1086

Full Changelog: https://github.com/parseablehq/parseable/compare/v1.7.0...v1.7.1

- Rust
Published by nitisht over 1 year ago

parseable - Feature release v1.7.0

What's Changed

  • Schema merge by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1008
  • [Helm] Dynamic namespace, and k8s events via fluentbit by @AdheipSingh in https://github.com/parseablehq/parseable/pull/1010
  • update to helm chart 1.6.3 by @nitisht in https://github.com/parseablehq/parseable/pull/1012
  • ci: applying clippy suggestions by @de-sh in https://github.com/parseablehq/parseable/pull/1014
  • fix: skip null data type fields by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1016
  • Update Parseable Helm Chart by @AdheipSingh in https://github.com/parseablehq/parseable/pull/1023
  • enhancement: implement generic flattening by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1017
  • fix: remove custom flattening for otel logs by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1019
  • feat: enable otel metrics and traces by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1020
  • refactor: log ~> tracing by @de-sh in https://github.com/parseablehq/parseable/pull/1013
  • ci: lint, test and coverage report by @de-sh in https://github.com/parseablehq/parseable/pull/1028
  • Improve store secrets enabling by @AdheipSingh in https://github.com/parseablehq/parseable/pull/1029
  • point fix release for helm chart by @nitisht in https://github.com/parseablehq/parseable/pull/1030
  • fix: convert all number data types to float by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1027
  • helm fixes for distributed mode by @AdheipSingh in https://github.com/parseablehq/parseable/pull/1031
  • add support for gcs by @AdheipSingh in https://github.com/parseablehq/parseable/pull/1033
  • update readme by @nitisht in https://github.com/parseablehq/parseable/pull/1034
  • feat: DEPRECATE caching by @de-sh in https://github.com/parseablehq/parseable/pull/1035
  • refactor: improvements to listing code for readability and less copy by @de-sh in https://github.com/parseablehq/parseable/pull/1025
  • refactor: utils/time parsing by @de-sh in https://github.com/parseablehq/parseable/pull/1024
  • perf: do FAT LTO and singular codegen-unit on release by @de-sh in https://github.com/parseablehq/parseable/pull/970
  • Revert "fix: convert all number data types to float" by @nitisht in https://github.com/parseablehq/parseable/pull/1038
  • helm fixes for warnings and template fluentbit configs by @AdheipSingh in https://github.com/parseablehq/parseable/pull/1041
  • update helm release 1.6.6 by @nitisht in https://github.com/parseablehq/parseable/pull/1042
  • refactor: clean up parts of the codebase by @de-sh in https://github.com/parseablehq/parseable/pull/981
  • Feature: Enable Kafka integration by @parmesant in https://github.com/parseablehq/parseable/pull/1021
  • fix: incompatibility from merge by @de-sh in https://github.com/parseablehq/parseable/pull/1046
  • Init container on ingestor sts for distributed deployments by @AdheipSingh in https://github.com/parseablehq/parseable/pull/1050
  • default pvc size to 5Gi by @AdheipSingh in https://github.com/parseablehq/parseable/pull/1051
  • fix: output the general usage of cli by @TwistingTwists in https://github.com/parseablehq/parseable/pull/1053
  • fix+refactor: JSON flattening, custom partition check by @de-sh in https://github.com/parseablehq/parseable/pull/1055
  • Add Linting (Cargo Clippy & Rust fmt) and Unit tests to CI by @nitisht in https://github.com/parseablehq/parseable/pull/1060
  • Feature: Backend for Correlation by @parmesant in https://github.com/parseablehq/parseable/pull/1052
  • feat: conditionalize generic flattening and type casting for streams v1+ by @de-sh in https://github.com/parseablehq/parseable/pull/1057
  • [Helm ]Enable hot tier + Nginx parser by @AdheipSingh in https://github.com/parseablehq/parseable/pull/1061
  • update helm release v1.6.7 by @nitisht in https://github.com/parseablehq/parseable/pull/1062
  • fix: hierarchical json flattening restriction by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1058
  • feat: Custom Flattening for OTEL logs, metrics and traces by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1043
  • [Helm] Fix fluentbit template by @AdheipSingh in https://github.com/parseablehq/parseable/pull/1066
  • point fix helm chart release by @nitisht in https://github.com/parseablehq/parseable/pull/1068
  • fix: convert int to string for otel attributes by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1065
  • feat: audit logging by @de-sh in https://github.com/parseablehq/parseable/pull/1063
  • remove: local caching by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1069
  • remove: p-meta and p-tags by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1067
  • BugFix: Fixed query auth by @parmesant in https://github.com/parseablehq/parseable/pull/1048
  • release v1.7.0 by @nitisht in https://github.com/parseablehq/parseable/pull/1072

New Contributors

  • @TwistingTwists made their first contribution in https://github.com/parseablehq/parseable/pull/1053

Full Changelog: https://github.com/parseablehq/parseable/compare/v1.6.3...v1.7.0

- Rust
Published by nitisht over 1 year ago

parseable - Bug fix release v1.6.3

What's Changed

  • update helm chart to v1.6.2 by @nitisht in https://github.com/parseablehq/parseable/pull/995
  • docs: Added build attestation verification docs by @praveen5959 in https://github.com/parseablehq/parseable/pull/996
  • doc: issue template for bug reports by @de-sh in https://github.com/parseablehq/parseable/pull/998
  • feat: env_logger ~> tracing_subscriber by @de-sh in https://github.com/parseablehq/parseable/pull/997
  • Update USERS.md by @nitisht in https://github.com/parseablehq/parseable/pull/1002
  • fix: port 80 ignored in ingestor endpoint by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1004
  • fix: ignore invalid/corrupt staging files by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/990
  • Ingestor querier sync by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1003
  • refactor: restructure as a library by @de-sh in https://github.com/parseablehq/parseable/pull/1000
  • fix: ingest new stream for distributed by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/1005
  • prepare for release v1.6.3 by @nitisht in https://github.com/parseablehq/parseable/pull/1007

Full Changelog: https://github.com/parseablehq/parseable/compare/v1.6.2...v1.6.3

- Rust
Published by nitisht over 1 year ago

parseable - Bug fix release v1.6.2

What's Changed

  • update helm chart to release v1.6.1 by @nitisht in https://github.com/parseablehq/parseable/pull/986
  • fix: multiple issues around analytics by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/985
  • Artifact attestation by @praveen5959 in https://github.com/parseablehq/parseable/pull/987
  • feat: allow stream creation from ingestor in distributed deployments by @Anirudhxx in https://github.com/parseablehq/parseable/pull/980
  • fix: server mode from All to Query by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/988
  • prepare for release v1.6.2 by @nitisht in https://github.com/parseablehq/parseable/pull/992
  • Changed content permissions by @praveen5959 in https://github.com/parseablehq/parseable/pull/993

New Contributors

  • @praveen5959 made their first contribution in https://github.com/parseablehq/parseable/pull/987
  • @Anirudhxx made their first contribution in https://github.com/parseablehq/parseable/pull/980

Full Changelog: https://github.com/parseablehq/parseable/compare/v1.6.1...v1.6.2

- Rust
Published by nitisht over 1 year ago

parseable - Bug fix release v1.6.2

What's Changed

  • update helm chart to release v1.6.1 by @nitisht in https://github.com/parseablehq/parseable/pull/986
  • fix: multiple issues around analytics by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/985
  • Artifact attestation by @praveen5959 in https://github.com/parseablehq/parseable/pull/987
  • feat: allow stream creation from ingestor in distributed deployments by @Anirudhxx in https://github.com/parseablehq/parseable/pull/980
  • fix: server mode from All to Query by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/988
  • prepare for release v1.6.2 by @nitisht in https://github.com/parseablehq/parseable/pull/992

New Contributors

  • @praveen5959 made their first contribution in https://github.com/parseablehq/parseable/pull/987
  • @Anirudhxx made their first contribution in https://github.com/parseablehq/parseable/pull/980

Full Changelog: https://github.com/parseablehq/parseable/compare/v1.6.1...v1.6.2

- Rust
Published by nitisht over 1 year ago

parseable - Bug fix release v1.6.1

What's Changed

  • helm release v1.6.0 by @nitisht in https://github.com/parseablehq/parseable/pull/982
  • prepare for release v1.6.1 by @nitisht in https://github.com/parseablehq/parseable/pull/984

Full Changelog: https://github.com/parseablehq/parseable/compare/v1.6.0...v1.6.1

- Rust
Published by nitisht over 1 year ago

parseable - Feature release v1.6.0

What's Changed

  • add helm chart for version v1.5.5 by @nitisht in https://github.com/parseablehq/parseable/pull/962
  • Support Azure Blob Storage on AKS via access key by @AdheipSingh in https://github.com/parseablehq/parseable/pull/964
  • feat: detect schema for a log event by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/966
  • retry for S3 and blob store calls by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/968
  • chore: update object_store by @de-sh in https://github.com/parseablehq/parseable/pull/971
  • Fix: path fix for windows by @parmesant in https://github.com/parseablehq/parseable/pull/973
  • refactor: use middlewares to reject requests when shutting down by @de-sh in https://github.com/parseablehq/parseable/pull/974
  • Fix: Sync Files on Sigterm by @AdheipSingh in https://github.com/parseablehq/parseable/pull/969
  • Solves issue #976 (added working link in place of page not found link) by @negativenagesh in https://github.com/parseablehq/parseable/pull/977
  • detect datetime column on ingestion by @balaji-jr in https://github.com/parseablehq/parseable/pull/975
  • FIX: Windows failing build and querying by @parmesant in https://github.com/parseablehq/parseable/pull/978
  • prepare for release v1.6.0 by @nitisht in https://github.com/parseablehq/parseable/pull/979

New Contributors

  • @negativenagesh made their first contribution in https://github.com/parseablehq/parseable/pull/977

Full Changelog: https://github.com/parseablehq/parseable/compare/v1.5.5...v1.6.0

- Rust
Published by nitisht over 1 year ago

parseable - Feature release v1.5.5

What's Changed

  • update helm chart to v1.5.4 by @nitisht in https://github.com/parseablehq/parseable/pull/954
  • feat: Azure blob storage support by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/955
  • fix: saved filters load issue on server restart by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/957
  • Hot tier standalone by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/943
  • fix: add hottier APIs for standalone by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/958
  • Support SSE-C for S3 object storage by @MihirLuthra in https://github.com/parseablehq/parseable/pull/941
  • prepare for release v1.5.5 by @nitisht in https://github.com/parseablehq/parseable/pull/960
  • enhancement: azure blob store support with client credentials by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/961

New Contributors

  • @MihirLuthra made their first contribution in https://github.com/parseablehq/parseable/pull/941

Full Changelog: https://github.com/parseablehq/parseable/compare/v1.5.4...v1.5.5

- Rust
Published by nitisht over 1 year ago

parseable - Bug fix release v1.5.4

What's Changed

  • update to new release by @nitisht in https://github.com/parseablehq/parseable/pull/947
  • handler separation init by @parmesant in https://github.com/parseablehq/parseable/pull/937
  • Upgrade deps by @parmesant in https://github.com/parseablehq/parseable/pull/950
  • fix: generate tile_id in POST /dashboards by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/952
  • move to new release v1.5.4 by @nitisht in https://github.com/parseablehq/parseable/pull/953

Full Changelog: https://github.com/parseablehq/parseable/compare/v1.5.3...v1.5.4

- Rust
Published by nitisht over 1 year ago

parseable - Bugfix release v1.5.3

What's Changed

  • update helm chart to v1.5.2 by @nitisht in https://github.com/parseablehq/parseable/pull/940
  • fixed redirect url validation and included support for custom err messsge by @balaji-jr in https://github.com/parseablehq/parseable/pull/944
  • prepare for release v1.5.3 by @nitisht in https://github.com/parseablehq/parseable/pull/945

New Contributors

  • @balaji-jr made their first contribution in https://github.com/parseablehq/parseable/pull/944

Full Changelog: https://github.com/parseablehq/parseable/compare/v1.5.2...v1.5.3

- Rust
Published by nitisht over 1 year ago

parseable - Bugfix release v1.5.2

What's Changed

  • update helm chart to v1.5.1 by @nitisht in https://github.com/parseablehq/parseable/pull/932
  • fix: OAuth error by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/934
  • Dashboard graph configs by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/938
  • prepare for release v1.5.2 by @nitisht in https://github.com/parseablehq/parseable/pull/939

Full Changelog: https://github.com/parseablehq/parseable/compare/v1.5.1...v1.5.2

- Rust
Published by nitisht over 1 year ago

parseable - Bug fix release v1.5.1

What's Changed

  • feat: add sidecar option to query node by @nitisht in https://github.com/parseablehq/parseable/pull/898
  • Enhance: Improve query performance by splitting time filters by @parmesant in https://github.com/parseablehq/parseable/pull/900
  • fix: query result with hot tier by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/908
  • Update Helm Identation issue by @AdheipSingh in https://github.com/parseablehq/parseable/pull/911
  • fix: delete hot tier with stream by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/909
  • chore(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in https://github.com/parseablehq/parseable/pull/914
  • fix: restrict user creation without a role by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/913
  • hot tier details in banner and about api response by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/910
  • Handling SIGTERM for Distributed and Standalone Mode by @AdheipSingh in https://github.com/parseablehq/parseable/pull/907
  • fix: helm chart config issues by @nitisht in https://github.com/parseablehq/parseable/pull/912
  • fixes on RBAC by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/916
  • Add dockerfile for using custom console build by @nitisht in https://github.com/parseablehq/parseable/pull/920
  • enhancement: stream name validation by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/921
  • fix: remove user_id from API requests in Dashboards and Filters by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/918
  • fix: remove authorize from login/logout webscope by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/922
  • merge trino query code changes to main by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/923
  • fix: about api access by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/924
  • Update README.md by @nitisht in https://github.com/parseablehq/parseable/pull/925
  • fix: open redirection by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/926
  • enhancement: accept other certificates by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/889
  • feat: RBAC for distributed system by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/878
  • server bug fix by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/927
  • fix dockerhub username in gh actions by @nitisht in https://github.com/parseablehq/parseable/pull/929
  • prepare for release v1.5.1 by @nitisht in https://github.com/parseablehq/parseable/pull/930
  • update actions artifact by @nitisht in https://github.com/parseablehq/parseable/pull/931

Full Changelog: https://github.com/parseablehq/parseable/compare/v1.5.0...v1.5.1

- Rust
Published by nitisht over 1 year ago

parseable - Feature release v1.5.0

What's Changed

  • add helm charts for release v1.4.0 by @nitisht in https://github.com/parseablehq/parseable/pull/876
  • fix: ensure enable flag works for ingestor by @nitisht in https://github.com/parseablehq/parseable/pull/877
  • Helm: Add emptyDir for the querier staging path by @bastjan in https://github.com/parseablehq/parseable/pull/881
  • release helm chart 1.4.1 by @nitisht in https://github.com/parseablehq/parseable/pull/882
  • switched to tokio tasks by @vishalkrishnads in https://github.com/parseablehq/parseable/pull/862
  • fix: query on stream with time partition by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/886
  • enhancement: add stream type to stream definition by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/884
  • feat: hot tier for pmeta by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/883
  • fix: data type for time partition issue by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/887
  • enhancement: change sizes to bytes in hot tier by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/885
  • remove validation for hot tier with time partition by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/891
  • server side fixes by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/892
  • Unit functions added to dashboard by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/890
  • increase s3 client connect timeout by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/894
  • s3 client builder by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/895
  • prepare for release v1.5.0 by @nitisht in https://github.com/parseablehq/parseable/pull/897

New Contributors

  • @bastjan made their first contribution in https://github.com/parseablehq/parseable/pull/881
  • @vishalkrishnads made their first contribution in https://github.com/parseablehq/parseable/pull/862

Full Changelog: https://github.com/parseablehq/parseable/compare/v1.4.0...v1.5.0

- Rust
Published by nitisht almost 2 years ago

parseable - Feature release v1.4.0

What's Changed

  • improved error messages for remove ingestor API by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/843
  • fix for windows powershell issue by @parmesant in https://github.com/parseablehq/parseable/pull/845
  • configure CORS with env var by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/846
  • Fix: Server throws "User Does not have permission to access this" occasionally (arrow flight endpoint) by @dharanad in https://github.com/parseablehq/parseable/pull/847
  • add send_analytics flag in about API response by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/850
  • fix for invalid parquet by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/849
  • fix for otel logs flattening by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/851
  • fix: update banner messaging to be more coherent by @nitisht in https://github.com/parseablehq/parseable/pull/853
  • fix: update stream for custom partition by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/856
  • feat: dashboards APIs by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/854
  • fix for create and update stream validation by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/857
  • update to console release v0.9.2 by @nitisht in https://github.com/parseablehq/parseable/pull/859
  • fix storage class for ingestor by @nitisht in https://github.com/parseablehq/parseable/pull/861
  • release helm chart after ingestor path issue fix by @nitisht in https://github.com/parseablehq/parseable/pull/863
  • Changes to the service account name in the ingestor StatefulSet by @bhargav2427 in https://github.com/parseablehq/parseable/pull/866
  • update: dashboard APIs by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/865
  • fix: use the correct docker compose command in actions by @nitisht in https://github.com/parseablehq/parseable/pull/869
  • feat: Add hot-tier feature for distributed deployments by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/852
  • fix: ingestion with POST /lostream/{logstream} API by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/868
  • fix: update object store crate by @parmesant in https://github.com/parseablehq/parseable/pull/870
  • feat: allow user actions' tracking in MS Clarity by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/872
  • fix: validation error messages and update hot tier by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/874
  • fix: hot tier validation by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/875
  • prepare for next release v1.4.0 by @nitisht in https://github.com/parseablehq/parseable/pull/871

New Contributors

  • @parmesant made their first contribution in https://github.com/parseablehq/parseable/pull/845
  • @dharanad made their first contribution in https://github.com/parseablehq/parseable/pull/847
  • @bhargav2427 made their first contribution in https://github.com/parseablehq/parseable/pull/866

Full Changelog: https://github.com/parseablehq/parseable/compare/v1.3.0...v1.4.0

- Rust
Published by nitisht almost 2 years ago

parseable - Feature release v1.3.0

What's Changed

  • fix: URL validation and error message by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/816
  • S3 calls optimization and server fixes by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/818
  • otel change by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/823
  • fix for stream sync for ingestors by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/826
  • enhancement: saved filters by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/828
  • fix for invalid parquet issue by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/829
  • fix for panic caused due to empty arrow files by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/831
  • enhancement in saved filters API by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/833
  • Enhancement for POST /filters by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/836
  • delete invalid parquet and arrow files by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/835
  • fix for update schema from staging at server start by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/832
  • added validation for the custom partition fields in the log event by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/837
  • saved filters enhancement by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/838
  • prepare for next release v1.3.0 by @nitisht in https://github.com/parseablehq/parseable/pull/839

Full Changelog: https://github.com/parseablehq/parseable/compare/v1.2.0...v1.3.0

- Rust
Published by nitisht almost 2 years ago

parseable - Feature release v1.2.0

What's Changed

  • Impl Arrow Flight Protocol for Querying by @Eshanatnight in https://github.com/parseablehq/parseable/pull/769
  • enhancement to allow custom partitions in ingestion by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/795
  • fix: issues cause by prev commit by @Eshanatnight in https://github.com/parseablehq/parseable/pull/800
  • Stats enhancement by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/799
  • enhancement: added internal stream "meta" by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/801
  • enhancement: added support for HEAD method for health check APIs by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/802
  • Add Users API for Dashboads, caching and filters by @Eshanatnight in https://github.com/parseablehq/parseable/pull/798
  • removed load balancer from docker-compose for distributed by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/809
  • renamed internal stream name to pmeta by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/808
  • rename ingester to ingestor in migration by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/806
  • feat: allow otel ingestion with /v1/logs endpoint by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/803
  • fix for stats for each date by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/805
  • added validation in alert creation by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/807
  • Update stream by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/810
  • fix for daily stats for querier by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/811
  • prepare for release 1.2.0 by @nitisht in https://github.com/parseablehq/parseable/pull/812
  • Include oss in release artefact name by @nitisht in https://github.com/parseablehq/parseable/pull/813
  • fix the gh actions release flow by @nitisht in https://github.com/parseablehq/parseable/pull/815

Full Changelog: https://github.com/parseablehq/parseable/compare/v1.1.0...v1.2.0

- Rust
Published by nitisht about 2 years ago

parseable - Feature Release v1.1.0

What's Changed

  • Multiple Fixes for Distributed Deployments by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/786
  • Alert Path and Query Fix by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/791
  • Allow Ingestion with Time Partition - Till 1 month older events by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/790
  • fix for time partition limit by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/792
  • prepare for next release by @nitisht in https://github.com/parseablehq/parseable/pull/793

Full Changelog: https://github.com/parseablehq/parseable/compare/v1.0.0...v1.1.0

- Rust
Published by nitisht about 2 years ago

parseable - Feature release v1.0.0

What's Changed

  • Bump mio from 0.8.8 to 0.8.11 by @dependabot in https://github.com/parseablehq/parseable/pull/684
  • Ingestion partition change by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/683
  • Remove incorrect release v0.9 by @nitisht in https://github.com/parseablehq/parseable/pull/693
  • Fix for Query Optimization by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/696
  • Removed Time Partition Logic from Ingestion Flow by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/703
  • feat: allow historical ingestion with custom date column in log by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/716
  • feat: add a new stream info API by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/720
  • feat: static schema flag to stream-info API by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/727
  • allow type casting in static schema by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/729
  • Distributed rebased on main by @Eshanatnight in https://github.com/parseablehq/parseable/pull/730
  • fix: delete node endpoint by @Eshanatnight in https://github.com/parseablehq/parseable/pull/731
  • fix: stats response by @Eshanatnight in https://github.com/parseablehq/parseable/pull/733
  • Add node_url field to Cli struct and update related code by @Eshanatnight in https://github.com/parseablehq/parseable/pull/734
  • Update to latest Console release and also update Rust version by @nitisht in https://github.com/parseablehq/parseable/pull/739
  • Rm staging query result by @Eshanatnight in https://github.com/parseablehq/parseable/pull/740
  • chore(deps): bump h2 from 0.3.24 to 0.3.26 by @dependabot in https://github.com/parseablehq/parseable/pull/741
  • fix analytics for the cluster by @Eshanatnight in https://github.com/parseablehq/parseable/pull/732
  • Fix: OAuth User to Role Mapping Fix by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/742
  • cleaned up readme for better readability by @nitisht in https://github.com/parseablehq/parseable/pull/738
  • removing check of ingesters' liveness at query server start by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/744
  • fix for staging size metrics not resetting to 0 by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/743
  • Fetch schema and stream from obj store by @Eshanatnight in https://github.com/parseablehq/parseable/pull/745
  • fix for querier to use manifest list from all ingesters by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/747
  • rename PNODEURL to PINGESTORURL by @nitisht in https://github.com/parseablehq/parseable/pull/748
  • fix extract_cookie function to handle grpc cookies in the header by @Eshanatnight in https://github.com/parseablehq/parseable/pull/746
  • multiple fixes on server by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/753
  • fix for GET /cache API by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/754
  • update to latest console v0.6.1 by @nitisht in https://github.com/parseablehq/parseable/pull/755
  • fixed liveness and readiness api to use base path by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/757
  • fix: readiness api by @Eshanatnight in https://github.com/parseablehq/parseable/pull/758
  • fix for delete stream API for distributed by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/766
  • update files in distributed mode to use hash by @Eshanatnight in https://github.com/parseablehq/parseable/pull/761
  • Fix: Cache fix distributed by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/767
  • fix for retention and get stream info by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/771
  • add distributed option to helm-chart by @nitisht in https://github.com/parseablehq/parseable/pull/749
  • add: script files for easy download by @Eshanatnight in https://github.com/parseablehq/parseable/pull/762
  • more fixes to the download script by @nitisht in https://github.com/parseablehq/parseable/pull/776
  • fix: schema update where querying by @Eshanatnight in https://github.com/parseablehq/parseable/pull/775
  • Update download.sh by @nitisht in https://github.com/parseablehq/parseable/pull/778
  • docker-compose added for distributed by @nikhilsinhaparseable in https://github.com/parseablehq/parseable/pull/777
  • fix win download script by @Eshanatnight in https://github.com/parseablehq/parseable/pull/779
  • update to latest console and update docker registry by @nitisht in https://github.com/parseablehq/parseable/pull/780
  • chore: update depedencies by @Eshanatnight in https://github.com/parseablehq/parseable/pull/782
  • update error handling when parsing recordbatch to rows by @Eshanatnight in https://github.com/parseablehq/parseable/pull/783

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.9.0...v1.0.0

- Rust
Published by nitisht about 2 years ago

parseable - Feature release v0.9.0

What's Changed

  • do not lock PR after merge by @nitisht in https://github.com/parseablehq/parseable/pull/674
  • fix: add stream creation time in get stats api by @gurjotkaur20 in https://github.com/parseablehq/parseable/pull/632
  • fix: avoid removal of retention configuration while updating snapshot by @gurjotkaur20 in https://github.com/parseablehq/parseable/pull/673
  • remove first-event-at from stream.json but keep it in stats api by @nikhilsinhacloudsurfex in https://github.com/parseablehq/parseable/pull/675
  • prepare for release v0.9 by @nitisht in https://github.com/parseablehq/parseable/pull/678
  • fix: Invalid Cargo.toml by @Eshanatnight in https://github.com/parseablehq/parseable/pull/680
  • prepare for next release by @nitisht in https://github.com/parseablehq/parseable/pull/682

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.8.1...v0.9.0

- Rust
Published by nitisht over 2 years ago

parseable - Bug fix release v0.8.1

What's Changed

  • update cargo-about details by @nitisht in https://github.com/parseablehq/parseable/pull/664
  • delete parseable-license.html by @nitisht in https://github.com/parseablehq/parseable/pull/665
  • Revert "fix: avoid removal of retention configuration while updating snapshot" by @nitisht in https://github.com/parseablehq/parseable/pull/666
  • prepare for bugfix release v0.8.1 by @nitisht in https://github.com/parseablehq/parseable/pull/668

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.8.0...v0.8.1

- Rust
Published by nitisht over 2 years ago

parseable - Feature release v0.8.0

What's Changed

  • fix redundant deployment id print by @nitisht in https://github.com/parseablehq/parseable/pull/600
  • Kinesis to Parseable Integration by @nikhilsinhacloudsurfex in https://github.com/parseablehq/parseable/pull/603
  • fix: error handling on server start when s3 bucket is not found by @gurjotkaur20 in https://github.com/parseablehq/parseable/pull/609
  • Update gh workflows for multi arch build by @Eshanatnight in https://github.com/parseablehq/parseable/pull/612
  • Fix: Missing : in build yaml files by @Eshanatnight in https://github.com/parseablehq/parseable/pull/614
  • decode and flatten kinesis log before ingesting to parseable by @nikhilsinhacloudsurfex in https://github.com/parseablehq/parseable/pull/613
  • Update the licence headers by @nitisht in https://github.com/parseablehq/parseable/pull/620
  • tonic feature add 'tls' by @Eshanatnight in https://github.com/parseablehq/parseable/pull/622
  • Fix for Issue 573 by @nikhilsinhacloudsurfex in https://github.com/parseablehq/parseable/pull/619
  • Mutex Poison Error if a large amount of data is sent by @Eshanatnight in https://github.com/parseablehq/parseable/pull/624
  • Revert "Mutex Poison Error if a large amount of data is sent" by @nitisht in https://github.com/parseablehq/parseable/pull/629
  • Bump h2 from 0.3.17 to 0.3.24 by @dependabot in https://github.com/parseablehq/parseable/pull/630
  • Proper Error Message if the Storage is in an invalid state by @Eshanatnight in https://github.com/parseablehq/parseable/pull/623
  • Clean up storage validation logic further by @nitisht in https://github.com/parseablehq/parseable/pull/633
  • Separated out Ingest and Query functionality of the server by @Eshanatnight in https://github.com/parseablehq/parseable/pull/634
  • Fixes #616 feature: allow configurable duration for data push to S3 by @nikhilsinhacloudsurfex in https://github.com/parseablehq/parseable/pull/626
  • Update Error Message by @Eshanatnight in https://github.com/parseablehq/parseable/pull/643
  • update helm chart to correct domain by @nitisht in https://github.com/parseablehq/parseable/pull/647
  • remove collector from helm chart repo by @nitisht in https://github.com/parseablehq/parseable/pull/648
  • Modify init_scheduler by @gurjotkaur20 in https://github.com/parseablehq/parseable/pull/649
  • fix for #651: removed use of env var PSTORAGEUPLOAD_INTERVAL by @nikhilsinhacloudsurfex in https://github.com/parseablehq/parseable/pull/653
  • add license details with cargo-about by @nitisht in https://github.com/parseablehq/parseable/pull/658
  • feature to support OpenTelemetry logs to be ingested on Parseable by @nikhilsinhacloudsurfex in https://github.com/parseablehq/parseable/pull/657
  • fix: absolute url for windows by @Delta456 in https://github.com/parseablehq/parseable/pull/655
  • fix: avoid removal of retention configuration while updating snapshot by @gurjotkaur20 in https://github.com/parseablehq/parseable/pull/661
  • fix: retention cleanup on server startup by @gurjotkaur20 in https://github.com/parseablehq/parseable/pull/662
  • prepare for release v0.8.0 by @nitisht in https://github.com/parseablehq/parseable/pull/663

New Contributors

  • @gurjotkaur20 made their first contribution in https://github.com/parseablehq/parseable/pull/609
  • @Eshanatnight made their first contribution in https://github.com/parseablehq/parseable/pull/612
  • @Delta456 made their first contribution in https://github.com/parseablehq/parseable/pull/655

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.7.3...v0.8.0

- Rust
Published by nitisht over 2 years ago

parseable - Feature release v0.7.3

What's Changed

  • Set the compression to SNAPPY by @theteachr in https://github.com/parseablehq/parseable/pull/578
  • Fix Docker Compose to use correct args for CI by @nitisht in https://github.com/parseablehq/parseable/pull/582
  • fix quest args to use minio endpoint properly by @nitisht in https://github.com/parseablehq/parseable/pull/583
  • Run backward compatiblity code based on first entry's upper bound by @trueleo in https://github.com/parseablehq/parseable/pull/580
  • Add option for keeping local cache of recent data. by @trueleo in https://github.com/parseablehq/parseable/pull/585
  • Fix help messages for environment variables / flags by @nitisht in https://github.com/parseablehq/parseable/pull/588
  • fix: ensure checking the global cache before enabling stream cache by @nitisht in https://github.com/parseablehq/parseable/pull/592
  • relax cors permissions for port 8001 (gRPC) for live tail by @nitisht in https://github.com/parseablehq/parseable/pull/594
  • Update README.md by @nitisht in https://github.com/parseablehq/parseable/pull/595
  • Fix error message duplication by @atamakahere-git in https://github.com/parseablehq/parseable/pull/596
  • add cache information in About API by @nikhilsinhacloudsurfex in https://github.com/parseablehq/parseable/pull/597
  • prepare for new release v0.7.3 by @nitisht in https://github.com/parseablehq/parseable/pull/598

New Contributors

  • @atamakahere-git made their first contribution in https://github.com/parseablehq/parseable/pull/596
  • @nikhilsinhacloudsurfex made their first contribution in https://github.com/parseablehq/parseable/pull/597

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.7.2...v0.7.3

- Rust
Published by nitisht over 2 years ago

parseable - Bug fix release v0.7.2

What's Changed

  • Fix warnings by @trueleo in https://github.com/parseablehq/parseable/pull/557
  • Keep openid user information in metadata by @trueleo in https://github.com/parseablehq/parseable/pull/559
  • Report latency at server startup (#551) by @theteachr in https://github.com/parseablehq/parseable/pull/562
  • Introduce custom table catalog format by @trueleo in https://github.com/parseablehq/parseable/pull/561
  • Fix broken link README.md by @artraf in https://github.com/parseablehq/parseable/pull/565
  • Add support for multiple column names by @nitisht in https://github.com/parseablehq/parseable/pull/567
  • Use custom table provider to reuse statistics. by @trueleo in https://github.com/parseablehq/parseable/pull/566
  • Match table statistics with table schema by @trueleo in https://github.com/parseablehq/parseable/pull/571
  • Set file_size attribute directly from file metadata by @trueleo in https://github.com/parseablehq/parseable/pull/576
  • Transform with table reference by @trueleo in https://github.com/parseablehq/parseable/pull/570
  • prepare for release v0.7.2 by @nitisht in https://github.com/parseablehq/parseable/pull/577

New Contributors

  • @theteachr made their first contribution in https://github.com/parseablehq/parseable/pull/562
  • @artraf made their first contribution in https://github.com/parseablehq/parseable/pull/565

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.7.1...v0.7.2

- Rust
Published by nitisht over 2 years ago

parseable - Bug fix release v0.7.1

What's Changed

  • create checksum.txt from all uploaded binaries by @aldrinjenson in https://github.com/parseablehq/parseable/pull/514
  • Fetch ui version from Cargo toml by @trueleo in https://github.com/parseablehq/parseable/pull/518
  • Add default role api by @trueleo in https://github.com/parseablehq/parseable/pull/517
  • Use clone_from() as it performs better in some cases by @nitisht in https://github.com/parseablehq/parseable/pull/520
  • fix paths by @nitisht in https://github.com/parseablehq/parseable/pull/521
  • fix gh actions by @nitisht in https://github.com/parseablehq/parseable/pull/522
  • update readme by @nitisht in https://github.com/parseablehq/parseable/pull/524
  • Update README.md by @nitisht in https://github.com/parseablehq/parseable/pull/525
  • Bump webpki from 0.22.1 to 0.22.2 by @dependabot in https://github.com/parseablehq/parseable/pull/526
  • Add metric layer to s3 store by @trueleo in https://github.com/parseablehq/parseable/pull/527
  • Flight livetail by @trueleo in https://github.com/parseablehq/parseable/pull/516
  • Include grpc port in about by @trueleo in https://github.com/parseablehq/parseable/pull/531
  • Update datafusion and flight by @trueleo in https://github.com/parseablehq/parseable/pull/532
  • Bump rustix from 0.36.8 to 0.36.16 by @dependabot in https://github.com/parseablehq/parseable/pull/533
  • Add Users page by @nitisht in https://github.com/parseablehq/parseable/pull/536
  • Fix header name by @trueleo in https://github.com/parseablehq/parseable/pull/537
  • Update USERS.md by @stanvanrooy in https://github.com/parseablehq/parseable/pull/538
  • Update USERS.md by @nitisht in https://github.com/parseablehq/parseable/pull/539
  • Mirror CORS request and allow credentials by @trueleo in https://github.com/parseablehq/parseable/pull/541
  • Add dockerignore by @trueleo in https://github.com/parseablehq/parseable/pull/543
  • Add conditional compilation for CORS config by @trueleo in https://github.com/parseablehq/parseable/pull/542
  • Update ingest privilege to ingester by @nitisht in https://github.com/parseablehq/parseable/pull/544
  • Add oidc active to about response by @trueleo in https://github.com/parseablehq/parseable/pull/546
  • Fix CORS on chrome by disabling blockonorigin_mismatch by @trueleo in https://github.com/parseablehq/parseable/pull/547
  • Add alternate arrow reader by @trueleo in https://github.com/parseablehq/parseable/pull/548
  • Fix prefix ordering by @trueleo in https://github.com/parseablehq/parseable/pull/549
  • chore: prepare for release v0.7.1 by @nitisht in https://github.com/parseablehq/parseable/pull/550
  • Pre resolve prefixes for remote query by @trueleo in https://github.com/parseablehq/parseable/pull/552

New Contributors

  • @stanvanrooy made their first contribution in https://github.com/parseablehq/parseable/pull/538

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.7.0...v0.7.1

- Rust
Published by nitisht over 2 years ago

parseable - Feature Release v0.7.0

What's Changed

  • Bump rustls-webpki from 0.101.1 to 0.101.4 by @dependabot in https://github.com/parseablehq/parseable/pull/479
  • Fetch from task iam when env var is found by @trueleo in https://github.com/parseablehq/parseable/pull/480
  • Fix Broken Link in README.md by @AdheipSingh in https://github.com/parseablehq/parseable/pull/482
  • Update the console build to release v0.2.4 by @nitisht in https://github.com/parseablehq/parseable/pull/485
  • Cargo fmt by @trueleo in https://github.com/parseablehq/parseable/pull/486
  • add api route for llm query by @aldrinjenson in https://github.com/parseablehq/parseable/pull/488
  • rename OPENAIAPIkey env variable to be consistent with parseable vars. by @aldrinjenson in https://github.com/parseablehq/parseable/pull/492
  • Move is llm active API to about section API by @aldrinjenson in https://github.com/parseablehq/parseable/pull/493
  • Parse now and duration in start and end time by @trueleo in https://github.com/parseablehq/parseable/pull/494
  • Bump webpki from 0.22.0 to 0.22.1 by @dependabot in https://github.com/parseablehq/parseable/pull/497
  • Assign perms for about and llm api by @trueleo in https://github.com/parseablehq/parseable/pull/495
  • Add Github action workflow for release across Linux, Windows and Mac by @aldrinjenson in https://github.com/parseablehq/parseable/pull/498
  • Fix create stream error response by @trueleo in https://github.com/parseablehq/parseable/pull/502
  • Make the llm prompt stricter by @aldrinjenson in https://github.com/parseablehq/parseable/pull/505
  • Add OAuth support by @trueleo in https://github.com/parseablehq/parseable/pull/484
  • Add new ingest role by @trueleo in https://github.com/parseablehq/parseable/pull/504
  • Add CLA signatures to .github repo by @nitisht in https://github.com/parseablehq/parseable/pull/506
  • Update the CLA workflow with PAT by @nitisht in https://github.com/parseablehq/parseable/pull/507
  • Prepare for the release v0.7.0 by @nitisht in https://github.com/parseablehq/parseable/pull/509
  • Update to console release v0.3.1 by @nitisht in https://github.com/parseablehq/parseable/pull/510

New Contributors

  • @aldrinjenson made their first contribution in https://github.com/parseablehq/parseable/pull/488

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.6.2...v0.7.0

- Rust
Published by nitisht over 2 years ago

parseable - Bug fix release v0.6.2

What's Changed

  • Add /api/v1/about http endpoint by @trueleo in https://github.com/parseablehq/parseable/pull/462
  • Make tag in reader role optional by @trueleo in https://github.com/parseablehq/parseable/pull/463
  • Add list stream permission to all roles by @trueleo in https://github.com/parseablehq/parseable/pull/464
  • Deduplicate privilege entries by @trueleo in https://github.com/parseablehq/parseable/pull/465
  • Return error on requests with root username by @trueleo in https://github.com/parseablehq/parseable/pull/467
  • Check memtable against current minute when loading by @trueleo in https://github.com/parseablehq/parseable/pull/468
  • Query param for attaching fields to response json by @trueleo in https://github.com/parseablehq/parseable/pull/469
  • Attach role to newly created user if provided by @trueleo in https://github.com/parseablehq/parseable/pull/470
  • Prepare for the release v0.6.1 by @nitisht in https://github.com/parseablehq/parseable/pull/471
  • Allow users to fetch self role by @trueleo in https://github.com/parseablehq/parseable/pull/473
  • Add composite alerts by @trueleo in https://github.com/parseablehq/parseable/pull/472
  • Add reset password api by @trueleo in https://github.com/parseablehq/parseable/pull/474
  • Parse escape sequence for string and display errors by @trueleo in https://github.com/parseablehq/parseable/pull/475
  • Prepare for release v0.6.2 by @nitisht in https://github.com/parseablehq/parseable/pull/476
  • update to console release v0.2.3 by @nitisht in https://github.com/parseablehq/parseable/pull/477

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.6.0...v0.6.2

- Rust
Published by nitisht almost 3 years ago

parseable - Feature release v0.6.0

New Console

This release includes the fully redesigned console for Parseable. We're excited for you to try it out!

screenzy-1690470040075

What's Changed

  • Update dependencies by @trueleo in https://github.com/parseablehq/parseable/pull/457
  • Resolve not found to root by @trueleo in https://github.com/parseablehq/parseable/pull/458
  • Prepare for release v0.6.0 by @nitisht in https://github.com/parseablehq/parseable/pull/459

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.5.1...v0.6.0

- Rust
Published by nitisht almost 3 years ago

parseable - Bugfix Release v0.5.1

What's Changed

  • Bump openssl from 0.10.48 to 0.10.55 by @dependabot in https://github.com/parseablehq/parseable/pull/439
  • Move to datafusion 26 and arrow 40 by @trueleo in https://github.com/parseablehq/parseable/pull/440
  • Use sort ordering on timestamp array by @trueleo in https://github.com/parseablehq/parseable/pull/443
  • Sort inferred fields by @trueleo in https://github.com/parseablehq/parseable/pull/450
  • Move to Arrow 42 and Datafusion 27 by @trueleo in https://github.com/parseablehq/parseable/pull/451
  • Query staging data by @trueleo in https://github.com/parseablehq/parseable/pull/448
  • create more build target platform work flow file: github-release.yml by @czyt in https://github.com/parseablehq/parseable/pull/453
  • Test inferred schema for json array by @trueleo in https://github.com/parseablehq/parseable/pull/454
  • Use distroless latest instead of nonroot by @trueleo in https://github.com/parseablehq/parseable/pull/455

New Contributors

  • @czyt made their first contribution in https://github.com/parseablehq/parseable/pull/453

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.5.0...v0.5.1

- Rust
Published by nitisht almost 3 years ago

parseable - Feature Release v0.5.0

What's Changed

  • Add multi user support by @trueleo in https://github.com/parseablehq/parseable/pull/409
  • Minor changes in function names and add relevant comments by @nitisht in https://github.com/parseablehq/parseable/pull/416
  • Deleting a logstream should delete its stats. by @davidrhp in https://github.com/parseablehq/parseable/pull/419
  • Use stream metadata to check if stream exists by @nitisht in https://github.com/parseablehq/parseable/pull/420
  • Add role based authorization by @trueleo in https://github.com/parseablehq/parseable/pull/417
  • Add CLA Assistant lite github action by @nitisht in https://github.com/parseablehq/parseable/pull/421
  • Refactor auth flow by @trueleo in https://github.com/parseablehq/parseable/pull/425
  • Unify RBAC flow in a single module by @nitisht in https://github.com/parseablehq/parseable/pull/426
  • Disable ServiceMonitor by default by @nitisht in https://github.com/parseablehq/parseable/pull/428
  • Do not exit when access key is missing by @nitisht in https://github.com/parseablehq/parseable/pull/427
  • Helm chart fixes by @nitisht in https://github.com/parseablehq/parseable/pull/432
  • Query filter by @trueleo in https://github.com/parseablehq/parseable/pull/429
  • Add greedy mempool with configuration options by @trueleo in https://github.com/parseablehq/parseable/pull/433
  • Prepare for release 0.5.0 by @nitisht in https://github.com/parseablehq/parseable/pull/435

New Contributors

  • @davidrhp made their first contribution in https://github.com/parseablehq/parseable/pull/419

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.4.4...v0.5.0

- Rust
Published by nitisht about 3 years ago

parseable - Bugfix release 0.4.4

What's Changed

  • Retention config shouldn't need logstream to be initialized by @nitisht in https://github.com/parseablehq/parseable/pull/398
  • Add log stream creation and set retention in Helm Chart by @nitisht in https://github.com/parseablehq/parseable/pull/397
  • Update vergen to 8.1 and clean up version print mechanism by @nitisht in https://github.com/parseablehq/parseable/pull/400
  • Add ServiceMonitor object to allow service detection with Prometheus Operator by @nitisht in https://github.com/parseablehq/parseable/pull/401
  • Add load-test case for PRs by @Sajiyah-Salat in https://github.com/parseablehq/parseable/pull/404
  • Fix order for tests by @nitisht in https://github.com/parseablehq/parseable/pull/405
  • Fix broken link by @Sajiyah-Salat in https://github.com/parseablehq/parseable/pull/407
  • Replace mutable buffer with concat_batches by @trueleo in https://github.com/parseablehq/parseable/pull/402
  • Remove in memory ingestion and query by @trueleo in https://github.com/parseablehq/parseable/pull/413
  • Remove the env var and cli option for memory only ingestion by @nitisht in https://github.com/parseablehq/parseable/pull/414

New Contributors

  • @Sajiyah-Salat made their first contribution in https://github.com/parseablehq/parseable/pull/404

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.4.3...v0.4.4

- Rust
Published by nitisht about 3 years ago

parseable - Bug fix release v0.4.3

What's Changed

  • Fix ingestion api by @trueleo in https://github.com/parseablehq/parseable/pull/388
  • Update readme and gh actions by @nitisht in https://github.com/parseablehq/parseable/pull/389
  • Update README.md by @nitisht in https://github.com/parseablehq/parseable/pull/391
  • Fix staging arrow extension by @trueleo in https://github.com/parseablehq/parseable/pull/392
  • Prepare for release 0.4.3 by @nitisht in https://github.com/parseablehq/parseable/pull/394

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.4.2...v0.4.3

- Rust
Published by nitisht about 3 years ago

parseable - Bug fix release v0.4.2

The release v0.4.1 had an issue where data in staging directory was not cleaned up after it was pushed to backend storage. We recommend updating to this release to avoid this issue.

What's Changed

  • Bump aws-sigv4 from 0.54.1 to 0.54.2 by @dependabot in https://github.com/parseablehq/parseable/pull/383
  • Fix file deletion by @trueleo in https://github.com/parseablehq/parseable/pull/384
  • prepare for bug fix release by @nitisht in https://github.com/parseablehq/parseable/pull/385

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.4.1...v0.4.2

- Rust
Published by nitisht about 3 years ago

parseable - v0.4.1

What's Changed

  • Fix get retention api by @mhtocs in https://github.com/parseablehq/parseable/pull/358
  • Use arrow objectstore instead of awssdk_s3 by @trueleo in https://github.com/parseablehq/parseable/pull/360
  • set PS3PATH_STYLE to true by default by @nitisht in https://github.com/parseablehq/parseable/pull/361
  • Refactor Event Ingestion by @trueleo in https://github.com/parseablehq/parseable/pull/359
  • Helm release with podSecurityContext fix by @nitisht in https://github.com/parseablehq/parseable/pull/362
  • lazystatic init method substituted with oncecell lazy type by @artech-git in https://github.com/parseablehq/parseable/pull/363
  • Bump h2 from 0.3.15 to 0.3.17 by @dependabot in https://github.com/parseablehq/parseable/pull/364
  • Update operator helm chart by @nitisht in https://github.com/parseablehq/parseable/pull/365
  • Update operator chart to new release by @nitisht in https://github.com/parseablehq/parseable/pull/366
  • Update operator helm chart by @nitisht in https://github.com/parseablehq/parseable/pull/368
  • Add in-memory writer by @trueleo in https://github.com/parseablehq/parseable/pull/369
  • Fix demo url in readme by @nikitavbv in https://github.com/parseablehq/parseable/pull/373
  • Use prometheus collector instead of StatsCounter by @trueleo in https://github.com/parseablehq/parseable/pull/378
  • Add local query for in memory mode by @trueleo in https://github.com/parseablehq/parseable/pull/371
  • Prepare for release by @nitisht in https://github.com/parseablehq/parseable/pull/379
  • Use aws_profile to fetch credentials by @trueleo in https://github.com/parseablehq/parseable/pull/380
  • Update to latest console v0.1.0 by @nitisht in https://github.com/parseablehq/parseable/pull/382
  • Keep data in mem for local query by @trueleo in https://github.com/parseablehq/parseable/pull/381

New Contributors

  • @mhtocs made their first contribution in https://github.com/parseablehq/parseable/pull/358
  • @artech-git made their first contribution in https://github.com/parseablehq/parseable/pull/363
  • @nikitavbv made their first contribution in https://github.com/parseablehq/parseable/pull/373

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.4.0...v0.4.1

- Rust
Published by nitisht about 3 years ago

parseable - v0.4.0

Note

In previous releases, a json array like

{ "name": "John", "age": 30, "cars": [{ "brand": "Ford" }, { "brand": "BMW", "model": "x1" }, { "brand": "Audi", "model": "q1" } ] }

would be flattened to cars.0_brand,cars.0_model, cars.1_brand, cars.1_model, cars.2_brand, cars.2_model. This was an issue for very long arrays, a single event with a long array could add several columns to the schema. But most of the times these columns would be empty.

This release changes the approach to flatten to two fields like cars_brand, cars_model. Each column will have an array of elements in that field.

Refer #344

What's Changed

  • Use delta encoding for timestamp by @trueleo in https://github.com/parseablehq/parseable/pull/341
  • Add benchmark details by @nitisht in https://github.com/parseablehq/parseable/pull/342
  • Refactor handlers by @trueleo in https://github.com/parseablehq/parseable/pull/343
  • Fix schema deserialization in case of missing metadata by @trueleo in https://github.com/parseablehq/parseable/pull/345
  • Bump openssl from 0.10.45 to 0.10.48 by @dependabot in https://github.com/parseablehq/parseable/pull/346
  • Add user analytics by @nitisht in https://github.com/parseablehq/parseable/pull/347
  • Alert log by @nitisht in https://github.com/parseablehq/parseable/pull/348
  • Create CITATION.cff by @nitisht in https://github.com/parseablehq/parseable/pull/351
  • Update CITATION.cff by @nitisht in https://github.com/parseablehq/parseable/pull/352
  • Add support for regex based rule in alerts by @nitisht in https://github.com/parseablehq/parseable/pull/353
  • Add vector and fluent-bit subcharts by @nitisht in https://github.com/parseablehq/parseable/pull/355
  • Add custom flattening that ignores array by @trueleo in https://github.com/parseablehq/parseable/pull/344
  • Add securityContext for Pod to fix PV mount permissions by @nitisht in https://github.com/parseablehq/parseable/pull/356
  • Prepare for next release v0.4.0 by @nitisht in https://github.com/parseablehq/parseable/pull/357

New Contributors

  • @dependabot made their first contribution in https://github.com/parseablehq/parseable/pull/346

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.3.0...v0.4.0

- Rust
Published by nitisht about 3 years ago

parseable - Bug fix release v0.3.0

Important

This release fixes an issue with memory consumption while moving ingested data to Parquet and pushing the data to storage backend.

What's Changed

  • Fix storageClass in helm chart by @nitisht in https://github.com/parseablehq/parseable/pull/300
  • Update demo server credentials by @nitisht in https://github.com/parseablehq/parseable/pull/301
  • Update Grafana demo dashboard link by @nitisht in https://github.com/parseablehq/parseable/pull/302
  • Update docker push workflow by @nitisht in https://github.com/parseablehq/parseable/pull/303
  • Add AlertManager as Target by @trueleo in https://github.com/parseablehq/parseable/pull/306
  • Fix Docker gh actions by @nitisht in https://github.com/parseablehq/parseable/pull/309
  • Change to reqwest by @trueleo in https://github.com/parseablehq/parseable/pull/307
  • Load storage metadata as global static variable by @trueleo in https://github.com/parseablehq/parseable/pull/313
  • Add deployment ID to Alertmananger by @trueleo in https://github.com/parseablehq/parseable/pull/314
  • Add version to alerts by @trueleo in https://github.com/parseablehq/parseable/pull/315
  • Add extra AM labels by @syepes in https://github.com/parseablehq/parseable/pull/316
  • fix storageClassName by @syepes in https://github.com/parseablehq/parseable/pull/317
  • Fix LocalFS stream listing by @trueleo in https://github.com/parseablehq/parseable/pull/321
  • Add sh in Dockerfile by @nitisht in https://github.com/parseablehq/parseable/pull/319
  • Add extra OS tools for troubleshooting by @syepes in https://github.com/parseablehq/parseable/pull/322
  • Update to latest console release by @nitisht in https://github.com/parseablehq/parseable/pull/327
  • Remove local query by @trueleo in https://github.com/parseablehq/parseable/pull/326
  • Add debug mode for edge tag by @nitisht in https://github.com/parseablehq/parseable/pull/328
  • Add staging file size by @syepes in https://github.com/parseablehq/parseable/pull/329
  • Fix dockerfile.debug with correct base image by @nitisht in https://github.com/parseablehq/parseable/pull/330
  • Add retention mode by @trueleo in https://github.com/parseablehq/parseable/pull/332
  • Add option to set row group size and compression by @trueleo in https://github.com/parseablehq/parseable/pull/334
  • Split gh actions to build the PR and push to ghcr by @nitisht in https://github.com/parseablehq/parseable/pull/336
  • Revert "Split gh actions to build the PR and push to ghcr (#336)" by @nitisht in https://github.com/parseablehq/parseable/pull/339
  • Fix retention period by @trueleo in https://github.com/parseablehq/parseable/pull/335
  • Prepare for release v0.3.0 by @nitisht in https://github.com/parseablehq/parseable/pull/340

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.2.2...v0.3.0

- Rust
Published by nitisht over 3 years ago

parseable - Feature release v0.2.2

What's Changed

  • Dependency updates @syepes in https://github.com/parseablehq/parseable/pull/275
  • Prometheus Metrics Support by @syepes in https://github.com/parseablehq/parseable/pull/280
  • Use distroless base image and faster build approach by @nitisht in https://github.com/parseablehq/parseable/pull/281
  • Add docker compose for smoke & load testing by @nitisht in https://github.com/parseablehq/parseable/pull/282
  • Fix schema map deserialize by @trueleo in https://github.com/parseablehq/parseable/pull/285
  • Revamp Prometheus Metrics + add Internal Metrics #3 by @syepes in https://github.com/parseablehq/parseable/pull/283
  • Load metrics from stats on startup by @trueleo in https://github.com/parseablehq/parseable/pull/287
  • Move Prometheus metrics endpoint to /api/v1/metrics by @nitisht in https://github.com/parseablehq/parseable/pull/289
  • Add docker compose based integration tests on each PR by @nitisht in https://github.com/parseablehq/parseable/pull/286
  • Merge null to fields that are undefined by @trueleo in https://github.com/parseablehq/parseable/pull/291
  • Change to send_null by @trueleo in https://github.com/parseablehq/parseable/pull/292
  • Prepare for next release by @nitisht in https://github.com/parseablehq/parseable/pull/293
  • Force path style by @trueleo in https://github.com/parseablehq/parseable/pull/295
  • Fix dns docker by @nitisht in https://github.com/parseablehq/parseable/pull/294
  • Ensure gh action ends after quest is run by @nitisht in https://github.com/parseablehq/parseable/pull/297
  • Push to Docker Hub on each merge and fix ci by @nitisht in https://github.com/parseablehq/parseable/pull/298
  • Fix docker push actions by @nitisht in https://github.com/parseablehq/parseable/pull/299

New Contributors

  • @syepes made their first contribution in https://github.com/parseablehq/parseable/pull/275

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.2.1...v0.2.2

- Rust
Published by nitisht over 3 years ago

parseable - Bugfix Release v0.2.1

Highlight

Fix the issue with S3 mode where events were not uploaded to S3.

What's Changed

  • Fix executor blocking by @trueleo in https://github.com/parseablehq/parseable/pull/279
  • Bug fix release preparation by @nitisht in https://github.com/parseablehq/parseable/pull/278

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.2.0...v0.2.1

- Rust
Published by nitisht over 3 years ago

parseable - v0.2.0

Highlights

Parseable server is now completely schema free. You can ingest logs with different schema to the same stream and seamlessly query all the logs. Before upgrading to this release, we recommend the below steps:

  1. Pause sending events to the Parseable server.
  2. Keeping running the server for few minutes (after pausing events). This will ensure there is no data present in the staging directory.
  3. Stop the server, replace the binary or update the image tag (in helm / k8s) and start the server.

What's Changed

  • Remove twitter badge by @nitisht in https://github.com/parseablehq/parseable/pull/266
  • Add staging directory for Parseable in helm chart by @nitisht in https://github.com/parseablehq/parseable/pull/269
  • Increase the request body payload size limit to 10MB (#271) by @regularcoder in https://github.com/parseablehq/parseable/pull/272
  • Change the payload size to 10 MiB by @nitisht in https://github.com/parseablehq/parseable/pull/273
  • Inline format arg by @trueleo in https://github.com/parseablehq/parseable/pull/274
  • Implement flexible event ingestion and querying by @trueleo in https://github.com/parseablehq/parseable/pull/268
  • Update to new release v0.2.0 by @nitisht in https://github.com/parseablehq/parseable/pull/276
  • Update dockerfile rust image version by @nitisht in https://github.com/parseablehq/parseable/pull/277

New Contributors

  • @regularcoder made their first contribution in https://github.com/parseablehq/parseable/pull/272

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.1.1...v0.2.0

- Rust
Published by nitisht over 3 years ago

parseable - v0.1.1

What's Changed

  • Use 0.0.0.0 as the default address for server by @nitisht in https://github.com/parseablehq/parseable/pull/254
  • fix badge by @nitisht in https://github.com/parseablehq/parseable/pull/255
  • Fix badge url by @nitisht in https://github.com/parseablehq/parseable/pull/256
  • Fix helm chart for v0.1.0 by @nitisht in https://github.com/parseablehq/parseable/pull/257
  • Add Kubernetes check and ulid by @nitisht in https://github.com/parseablehq/parseable/pull/260
  • Add check update flag by @trueleo in https://github.com/parseablehq/parseable/pull/262
  • Add fs.dir in values and plan for next release by @nitisht in https://github.com/parseablehq/parseable/pull/261
  • Fix staging parquet file checks in sync and query by @trueleo in https://github.com/parseablehq/parseable/pull/263
  • Add staging validation by @trueleo in https://github.com/parseablehq/parseable/pull/264
  • Add demo links in readme by @nitisht in https://github.com/parseablehq/parseable/pull/259

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.1.0...v0.1.1

- Rust
Published by nitisht over 3 years ago

parseable - v0.1.0

Backwards incompatibility

With this release, there are minor changes in how Parseable reads config files. Also, server now strictly checks the local stage and remote storage paths. These changes are backward incompatible - which means upgrading from older versions (v0.0.8 or older) will not work right out of the box.

But be assured that it is safe to upgrade. If you want to move from an older version and keep old data intact. Please join us on Slack, or create an issue on GitHub, and we'll help you right away.

What's Changed

  • Update tags for new release by @nitisht in https://github.com/parseablehq/parseable/pull/213
  • Update metadata for stream by @nitisht in https://github.com/parseablehq/parseable/pull/216
  • Add option to use local filesystem for storage by @trueleo in https://github.com/parseablehq/parseable/pull/217
  • Remove system memory check by @trueleo in https://github.com/parseablehq/parseable/pull/219
  • Add option to set content md5 header by @trueleo in https://github.com/parseablehq/parseable/pull/218
  • Redefine CLI subcommands by @trueleo in https://github.com/parseablehq/parseable/pull/220
  • Banner fix by @trueleo in https://github.com/parseablehq/parseable/pull/221
  • Add path validation by @trueleo in https://github.com/parseablehq/parseable/pull/223
  • Change the flag names to be more obvious by @nitisht in https://github.com/parseablehq/parseable/pull/225
  • Metadata checks by @trueleo in https://github.com/parseablehq/parseable/pull/222
  • Update license by @nitisht in https://github.com/parseablehq/parseable/pull/226
  • Automatically add p_datetime if there are no suitable time columns by @trueleo in https://github.com/parseablehq/parseable/pull/227
  • Refactor stream metadata by @trueleo in https://github.com/parseablehq/parseable/pull/228
  • Use Ulid instead of Uuid by @trueleo in https://github.com/parseablehq/parseable/pull/229
  • Fix storage metadata by @trueleo in https://github.com/parseablehq/parseable/pull/230
  • Update metadata when new staging by @trueleo in https://github.com/parseablehq/parseable/pull/231
  • Create staging before generating metadata by @trueleo in https://github.com/parseablehq/parseable/pull/234
  • Manually parse server config from ArgMatches by @trueleo in https://github.com/parseablehq/parseable/pull/235
  • Banner fix by @trueleo in https://github.com/parseablehq/parseable/pull/236
  • Use subcommands instead of flag style by @nitisht in https://github.com/parseablehq/parseable/pull/237
  • Remove unused dependency by @trueleo in https://github.com/parseablehq/parseable/pull/238
  • Print deployment id in banner by @trueleo in https://github.com/parseablehq/parseable/pull/239
  • Cleanup the banner by @nitisht in https://github.com/parseablehq/parseable/pull/240
  • Fix the message for new available release by @nitisht in https://github.com/parseablehq/parseable/pull/241
  • Calculate stats before upload by @trueleo in https://github.com/parseablehq/parseable/pull/242
  • Refactor handlers by @trueleo in https://github.com/parseablehq/parseable/pull/243
  • Fix banner if fetching latest release fails by @trueleo in https://github.com/parseablehq/parseable/pull/244
  • Add ascii art on server startup banner by @nitisht in https://github.com/parseablehq/parseable/pull/245
  • Change env var to PFSDIR by @trueleo in https://github.com/parseablehq/parseable/pull/246
  • Add schema mismatch check by @trueleo in https://github.com/parseablehq/parseable/pull/247
  • Add events ingested counter in stats by @trueleo in https://github.com/parseablehq/parseable/pull/253
  • Update docs and prepare for release v0.1.0 by @nitisht in https://github.com/parseablehq/parseable/pull/248

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.0.8...v0.1.0

- Rust
Published by nitisht over 3 years ago

parseable - v0.0.8

What's Changed

  • Add ingest API by @123vivekr in https://github.com/parseablehq/parseable/pull/210
  • Add support for automatic stream creation by @nitisht in https://github.com/parseablehq/parseable/pull/211

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.0.7...v0.0.8

- Rust
Published by nitisht over 3 years ago

parseable - v0.0.7

What's Changed

  • Readme changes for readability by @nitisht in https://github.com/parseablehq/parseable/pull/193
  • refactor readme further by @nitisht in https://github.com/parseablehq/parseable/pull/194
  • Show git semver in banner by @123vivekr in https://github.com/parseablehq/parseable/pull/197
  • increase payload to 10Mb by @AdheipSingh in https://github.com/parseablehq/parseable/pull/198
  • Rust fixes as per vscode by @AdheipSingh in https://github.com/parseablehq/parseable/pull/199
  • Remove duplicated code for processing event by @trueleo in https://github.com/parseablehq/parseable/pull/201
  • Change local cache directory structure by @trueleo in https://github.com/parseablehq/parseable/pull/202
  • Re-implement support for query on local cache by @trueleo in https://github.com/parseablehq/parseable/pull/204
  • Update the URL for checking for new releases by @nitisht in https://github.com/parseablehq/parseable/pull/205
  • Add timeout by @trueleo in https://github.com/parseablehq/parseable/pull/206
  • Refactor query by @trueleo in https://github.com/parseablehq/parseable/pull/207
  • Update to release 0.0.7 by @nitisht in https://github.com/parseablehq/parseable/pull/208
  • Update to rust 1.65 in Dockerfile by @nitisht in https://github.com/parseablehq/parseable/pull/209

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.0.6...v0.0.7

- Rust
Published by nitisht over 3 years ago

parseable - v0.0.6

What's Changed

  • Bump crates to current latest release by @trueleo in https://github.com/parseablehq/parseable/pull/170
  • Update Dockerfile to work with the new changes in cli format by @nitisht in https://github.com/parseablehq/parseable/pull/171
  • docs: Add syslog-ng log forwarding documentation by @sakti in https://github.com/parseablehq/parseable/pull/173
  • Update helm to latest release, also format & fix Dockerfile by @nitisht in https://github.com/parseablehq/parseable/pull/174
  • Set zip version with only deflate feature enabled by @trueleo in https://github.com/parseablehq/parseable/pull/175
  • Update helm chart for better handling of secrets by @nitisht in https://github.com/parseablehq/parseable/pull/176
  • Fix missing fields in the secret / values.yaml by @nitisht in https://github.com/parseablehq/parseable/pull/177
  • [Fix:DockerBuild] Added musl-dev in compiler stage by @Mayon-Francis in https://github.com/parseablehq/parseable/pull/180
  • Add path validation for cert and key by @trueleo in https://github.com/parseablehq/parseable/pull/181
  • Fix system memory calculation and formatting by @trueleo in https://github.com/parseablehq/parseable/pull/182
  • Refactor alerts by @trueleo in https://github.com/parseablehq/parseable/pull/179
  • Divide alert into submodules by @trueleo in https://github.com/parseablehq/parseable/pull/185
  • Add StringRule for alerts by @trueleo in https://github.com/parseablehq/parseable/pull/186
  • Readme cleanup by @nitisht in https://github.com/parseablehq/parseable/pull/187
  • Readme add links by @nitisht in https://github.com/parseablehq/parseable/pull/188
  • Introduce alert state and timeouts by @trueleo in https://github.com/parseablehq/parseable/pull/189
  • Create a Dockerfile that outputs a static binary during build by @Mayon-Francis in https://github.com/parseablehq/parseable/pull/190
  • Introduce Stats API by @trueleo in https://github.com/parseablehq/parseable/pull/191
  • prepare for new release v0.0.6 by @nitisht in https://github.com/parseablehq/parseable/pull/192

New Contributors

  • @Mayon-Francis made their first contribution in https://github.com/parseablehq/parseable/pull/180

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.0.5...v0.0.6

- Rust
Published by nitisht over 3 years ago

parseable - v0.0.5

What's Changed

  • refactor: improve dockerfile using latest binary by @adripo in https://github.com/parseablehq/parseable/pull/157
  • Add Dockerfile for main branch build and another for release builds by @nitisht in https://github.com/parseablehq/parseable/pull/158
  • Use kebab-case value placeholders by @trueleo in https://github.com/parseablehq/parseable/pull/159
  • docs : add contributors list by @ProgrammerShri in https://github.com/parseablehq/parseable/pull/161
  • Add demo flag documentation in error message by @sakti in https://github.com/parseablehq/parseable/pull/162
  • Use vergen crate by @trueleo in https://github.com/parseablehq/parseable/pull/164
  • Add proper user agent while checking for update by @nitisht in https://github.com/parseablehq/parseable/pull/166
  • Add a top level server command to Parseable by @nitisht in https://github.com/parseablehq/parseable/pull/168
  • update to next release by @nitisht in https://github.com/parseablehq/parseable/pull/169

New Contributors

  • @adripo made their first contribution in https://github.com/parseablehq/parseable/pull/157
  • @ProgrammerShri made their first contribution in https://github.com/parseablehq/parseable/pull/161
  • @sakti made their first contribution in https://github.com/parseablehq/parseable/pull/162

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.0.4...v0.0.5

- Rust
Published by nitisht over 3 years ago

parseable - v0.0.4

What's Changed

  • Use register_table for execute on cache by @trueleo in https://github.com/parseablehq/parseable/pull/128
  • Update banner to show latest available version by @trueleo in https://github.com/parseablehq/parseable/pull/131
  • Use rustls instead of openssl by @trueleo in https://github.com/parseablehq/parseable/pull/133
  • Fix search issue in console with new release by @nitisht in https://github.com/parseablehq/parseable/pull/135
  • Error type refactor by @trueleo in https://github.com/parseablehq/parseable/pull/137
  • Bump awssdks3 version and provide sleep and retry impl for S3 client by @trueleo in https://github.com/parseablehq/parseable/pull/138
  • Switch from structopt to clap by @Celeo in https://github.com/parseablehq/parseable/pull/141
  • Add version number for the current object storage format by @nitisht in https://github.com/parseablehq/parseable/pull/143
  • Lock metadata on first event. by @trueleo in https://github.com/parseablehq/parseable/pull/142
  • Add demo flag for config by @trueleo in https://github.com/parseablehq/parseable/pull/149
  • Create all temporary directories on startup by @trueleo in https://github.com/parseablehq/parseable/pull/153
  • Update to latest console release by @nitisht in https://github.com/parseablehq/parseable/pull/155

New Contributors

  • @Celeo made their first contribution in https://github.com/parseablehq/parseable/pull/141

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.0.3...v0.0.4

- Rust
Published by nitisht over 3 years ago

parseable - Release v0.0.3

What's Changed

  • Update Parseable helm chart for next release by @nitisht in https://github.com/parseablehq/parseable/pull/107
  • Change x-p-tags to x-p-tag by @trueleo in https://github.com/parseablehq/parseable/pull/111
  • update readme by @nitisht in https://github.com/parseablehq/parseable/pull/112
  • Update description by @nitisht in https://github.com/parseablehq/parseable/pull/113
  • Update .deepsource.toml by @deepsource-autofix in https://github.com/parseablehq/parseable/pull/119
  • Fix code style and anti patterns reported by DeepSource by @nitisht in https://github.com/parseablehq/parseable/pull/118
  • Update .deepsource.toml by @deepsource-autofix in https://github.com/parseablehq/parseable/pull/120
  • Delegate parquet creation to s3sync instead by @nitisht in https://github.com/parseablehq/parseable/pull/117

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.0.2...v0.0.3

- Rust
Published by nitisht over 3 years ago

parseable - Release v0.0.2

What's Changed

  • Update Parseable helm chart to v0.0.1 by @nitisht in https://github.com/parseablehq/parseable/pull/89
  • Use Datafusion's re-exported arrow and parquet by @trueleo in https://github.com/parseablehq/parseable/pull/93
  • Use Arrow Schema instead of custom schema type. by @trueleo in https://github.com/parseablehq/parseable/pull/94
  • Update readme with get started section by @nitisht in https://github.com/parseablehq/parseable/pull/95
  • Reorg readme for readability by @nitisht in https://github.com/parseablehq/parseable/pull/96
  • Extend readme section for docker by @nitisht in https://github.com/parseablehq/parseable/pull/97
  • Add k8s installation in readme by @nitisht in https://github.com/parseablehq/parseable/pull/98
  • Config Datafusion query with schema by @trueleo in https://github.com/parseablehq/parseable/pull/99
  • Append arrow directly to local data by @trueleo in https://github.com/parseablehq/parseable/pull/100
  • Delay s3sync polling using tokio sleep by @trueleo in https://github.com/parseablehq/parseable/pull/101
  • Fix cases where num cpu is 1 by @nitisht in https://github.com/parseablehq/parseable/pull/102
  • Set max thread priority for local-sync by @trueleo in https://github.com/parseablehq/parseable/pull/104
  • Add .deepsource.toml by @deepsource-autofix in https://github.com/parseablehq/parseable/pull/105
  • Improve LocalStreamWriter along with error types by @trueleo in https://github.com/parseablehq/parseable/pull/106

Full Changelog: https://github.com/parseablehq/parseable/compare/v0.0.1...v0.0.2

- Rust
Published by nitisht almost 4 years ago

parseable - v0.0.1

Changelog

  • add badges to readme by @nitisht in https://github.com/parseablehq/parseable/pull/7
  • disable docker ci workflow temporarily by @nitisht in https://github.com/parseablehq/parseable/pull/8
  • update readme by @nitisht in https://github.com/parseablehq/parseable/pull/9
  • update ui build directory by @nitisht in https://github.com/parseablehq/parseable/pull/10
  • Fix syntax error in logstream put handler by @trueleo in https://github.com/parseablehq/parseable/pull/11
  • Update build directory by @ameen4455 in https://github.com/parseablehq/parseable/pull/12
  • Update build directory by @ameen4455 in https://github.com/parseablehq/parseable/pull/13
  • Move authentication middleware to new scope by @trueleo in https://github.com/parseablehq/parseable/pull/14
  • Move logo and images to docs repo and readme update by @nitisht in https://github.com/parseablehq/parseable/pull/15
  • remove localhost calls from ui by @nitisht in https://github.com/parseablehq/parseable/pull/16
  • Fix auth issue by @ameen4455 in https://github.com/parseablehq/parseable/pull/19
  • update link by @nitisht in https://github.com/parseablehq/parseable/pull/21
  • helm chart for parseable by @nitisht in https://github.com/parseablehq/parseable/pull/23
  • Fix build process for unified binary by @trueleo in https://github.com/parseablehq/parseable/pull/24
  • UI code is now moved to a separate repo by @nitisht in https://github.com/parseablehq/parseable/pull/25
  • Use correct path for frontend resource. by @trueleo in https://github.com/parseablehq/parseable/pull/26
  • Apply clippy suggestions by @trueleo in https://github.com/parseablehq/parseable/pull/27
  • Fix helm chart issues by @nitisht in https://github.com/parseablehq/parseable/pull/30
  • Change stream_name type by @trueleo in https://github.com/parseablehq/parseable/pull/31
  • fix diagram links by @nitisht in https://github.com/parseablehq/parseable/pull/33
  • Add rstest for testing by @trueleo in https://github.com/parseablehq/parseable/pull/32
  • Add serial-test by @trueleo in https://github.com/parseablehq/parseable/pull/34
  • Refactor events by @trueleo in https://github.com/parseablehq/parseable/pull/37
  • Add helm chart initial release by @nitisht in https://github.com/parseablehq/parseable/pull/38
  • Add helm index.yaml and include collector charts here by @nitisht in https://github.com/parseablehq/parseable/pull/39
  • Fix granularity subtraction by @trueleo in https://github.com/parseablehq/parseable/pull/41
  • Add dark mode image link by @nitisht in https://github.com/parseablehq/parseable/pull/44
  • Introduce a new error type for ObjectStorage api by @trueleo in https://github.com/parseablehq/parseable/pull/45
  • Update console release version by @nitisht in https://github.com/parseablehq/parseable/pull/46
  • Fix query validation to ensure we use actual query value by @nitisht in https://github.com/parseablehq/parseable/pull/50
  • Manage sync threads failures by @trueleo in https://github.com/parseablehq/parseable/pull/49
  • feat(alerts): foundational implementation by @de-sh in https://github.com/parseablehq/parseable/pull/28
  • Ignore empty alerts by @trueleo in https://github.com/parseablehq/parseable/pull/59
  • Update Parseable Helm Chart by @AdheipSingh in https://github.com/parseablehq/parseable/pull/57
  • k8s: helm fix mount paths by @AdheipSingh in https://github.com/parseablehq/parseable/pull/60
  • Refactor StorageSync by @trueleo in https://github.com/parseablehq/parseable/pull/55
  • feat: update dependencies by @de-sh in https://github.com/parseablehq/parseable/pull/58
  • Use correct environment variable for validation by @nitisht in https://github.com/parseablehq/parseable/pull/62
  • Update readme by @nitisht in https://github.com/parseablehq/parseable/pull/64
  • Update DO default creds by @nitisht in https://github.com/parseablehq/parseable/pull/66
  • Update logo by @ameen4455 in https://github.com/parseablehq/parseable/pull/67
  • Exact match when deleting stream by @trueleo in https://github.com/parseablehq/parseable/pull/68
  • Migrate to datafusion 11.0 by @nitisht in https://github.com/parseablehq/parseable/pull/65
  • Use common prefixes for logstream listing by @trueleo in https://github.com/parseablehq/parseable/pull/69
  • update readme by @nitisht in https://github.com/parseablehq/parseable/pull/71
  • Fix logstream listing and deletion by @trueleo in https://github.com/parseablehq/parseable/pull/72
  • Use / for listing by @trueleo in https://github.com/parseablehq/parseable/pull/77
  • update .gitignore by @nitisht in https://github.com/parseablehq/parseable/pull/78
  • Move leftover data.parquet to tmp with valid prefix on server startup by @trueleo in https://github.com/parseablehq/parseable/pull/73
  • ObjectStorage: add AuthenticationError type by @123vivekr in https://github.com/parseablehq/parseable/pull/80
  • Collect label and metadata from header by @trueleo in https://github.com/parseablehq/parseable/pull/79
  • Change separator for metadata and tags by @trueleo in https://github.com/parseablehq/parseable/pull/82
  • Update the max number of headers for meta and tags each to 10 by @nitisht in https://github.com/parseablehq/parseable/pull/83
  • Update to latest console release by @nitisht in https://github.com/parseablehq/parseable/pull/84
  • Update to console release 0.0.4 by @nitisht in https://github.com/parseablehq/parseable/pull/85
  • Use existing schema when querying local data. by @trueleo in https://github.com/parseablehq/parseable/pull/86
  • Update readme and upgrade console to 0.0.5 by @nitisht in https://github.com/parseablehq/parseable/pull/88

New Contributors

  • @trueleo made their first contribution in https://github.com/parseablehq/parseable/pull/11
  • @ameen4455 made their first contribution in https://github.com/parseablehq/parseable/pull/12
  • @de-sh made their first contribution in https://github.com/parseablehq/parseable/pull/28
  • @AdheipSingh made their first contribution in https://github.com/parseablehq/parseable/pull/57
  • @123vivekr made their first contribution in https://github.com/parseablehq/parseable/pull/80

Full Changelog: https://github.com/parseablehq/parseable/commits/v0.0.1

- Rust
Published by nitisht almost 4 years ago