Releases: parseablehq/parseable
Releases · parseablehq/parseable
Feature release v0.7.3
What's Changed
- Set the compression to SNAPPY by @theteachr in #578
- Fix Docker Compose to use correct args for CI by @nitisht in #582
- fix quest args to use minio endpoint properly by @nitisht in #583
- Run backward compatiblity code based on first entry's upper bound by @trueleo in #580
- Add option for keeping local cache of recent data. by @trueleo in #585
- Fix help messages for environment variables / flags by @nitisht in #588
- fix: ensure checking the global cache before enabling stream cache by @nitisht in #592
- relax cors permissions for port 8001 (gRPC) for live tail by @nitisht in #594
- Update README.md by @nitisht in #595
- Fix error message duplication by @atamakahere-git in #596
- add cache information in About API by @nikhilsinhacloudsurfex in #597
- prepare for new release v0.7.3 by @nitisht in #598
New Contributors
- @atamakahere-git made their first contribution in #596
- @nikhilsinhacloudsurfex made their first contribution in #597
Full Changelog: v0.7.2...v0.7.3
Bug fix release v0.7.2
What's Changed
- Fix warnings by @trueleo in #557
- Keep openid user information in metadata by @trueleo in #559
- Report latency at server startup (#551) by @theteachr in #562
- Introduce custom table catalog format by @trueleo in #561
- Fix broken link README.md by @artraf in #565
- Add support for multiple column names by @nitisht in #567
- Use custom table provider to reuse statistics. by @trueleo in #566
- Match table statistics with table schema by @trueleo in #571
- Set file_size attribute directly from file metadata by @trueleo in #576
- Transform with table reference by @trueleo in #570
- prepare for release v0.7.2 by @nitisht in #577
New Contributors
- @theteachr made their first contribution in #562
- @artraf made their first contribution in #565
Full Changelog: v0.7.1...v0.7.2
Bug fix release v0.7.1
What's Changed
- create checksum.txt from all uploaded binaries by @aldrinjenson in #514
- Fetch ui version from Cargo toml by @trueleo in #518
- Add default role api by @trueleo in #517
- Use clone_from() as it performs better in some cases by @nitisht in #520
- fix paths by @nitisht in #521
- fix gh actions by @nitisht in #522
- update readme by @nitisht in #524
- Update README.md by @nitisht in #525
- Bump webpki from 0.22.1 to 0.22.2 by @dependabot in #526
- Add metric layer to s3 store by @trueleo in #527
- Flight livetail by @trueleo in #516
- Include grpc port in about by @trueleo in #531
- Update datafusion and flight by @trueleo in #532
- Bump rustix from 0.36.8 to 0.36.16 by @dependabot in #533
- Add Users page by @nitisht in #536
- Fix header name by @trueleo in #537
- Update USERS.md by @stanvanrooy in #538
- Update USERS.md by @nitisht in #539
- Mirror CORS request and allow credentials by @trueleo in #541
- Add dockerignore by @trueleo in #543
- Add conditional compilation for CORS config by @trueleo in #542
- Update ingest privilege to ingester by @nitisht in #544
- Add oidc active to about response by @trueleo in #546
- Fix CORS on chrome by disabling block_on_origin_mismatch by @trueleo in #547
- Add alternate arrow reader by @trueleo in #548
- Fix prefix ordering by @trueleo in #549
- chore: prepare for release v0.7.1 by @nitisht in #550
- Pre resolve prefixes for remote query by @trueleo in #552
New Contributors
- @stanvanrooy made their first contribution in #538
Full Changelog: v0.7.0...v0.7.1
Feature Release v0.7.0
What's Changed
- Bump rustls-webpki from 0.101.1 to 0.101.4 by @dependabot in #479
- Fetch from task iam when env var is found by @trueleo in #480
- Fix Broken Link in README.md by @AdheipSingh in #482
- Update the console build to release v0.2.4 by @nitisht in #485
- Cargo fmt by @trueleo in #486
- add api route for llm query by @aldrinjenson in #488
- rename OPENAI_API_key env variable to be consistent with parseable vars. by @aldrinjenson in #492
- Move is llm active API to about section API by @aldrinjenson in #493
- Parse now and duration in start and end time by @trueleo in #494
- Bump webpki from 0.22.0 to 0.22.1 by @dependabot in #497
- Assign perms for about and llm api by @trueleo in #495
- Add Github action workflow for release across Linux, Windows and Mac by @aldrinjenson in #498
- Fix create stream error response by @trueleo in #502
- Make the llm prompt stricter by @aldrinjenson in #505
- Add OAuth support by @trueleo in #484
- Add new ingest role by @trueleo in #504
- Add CLA signatures to .github repo by @nitisht in #506
- Update the CLA workflow with PAT by @nitisht in #507
- Prepare for the release v0.7.0 by @nitisht in #509
- Update to console release v0.3.1 by @nitisht in #510
New Contributors
- @aldrinjenson made their first contribution in #488
Full Changelog: v0.6.2...v0.7.0
Bug fix release v0.6.2
What's Changed
- Add /api/v1/about http endpoint by @trueleo in #462
- Make tag in reader role optional by @trueleo in #463
- Add list stream permission to all roles by @trueleo in #464
- Deduplicate privilege entries by @trueleo in #465
- Return error on requests with root username by @trueleo in #467
- Check memtable against current minute when loading by @trueleo in #468
- Query param for attaching fields to response json by @trueleo in #469
- Attach role to newly created user if provided by @trueleo in #470
- Prepare for the release v0.6.1 by @nitisht in #471
- Allow users to fetch self role by @trueleo in #473
- Add composite alerts by @trueleo in #472
- Add reset password api by @trueleo in #474
- Parse escape sequence for string and display errors by @trueleo in #475
- Prepare for release v0.6.2 by @nitisht in #476
- update to console release v0.2.3 by @nitisht in #477
Full Changelog: v0.6.0...v0.6.2
Feature release v0.6.0
Bugfix Release v0.5.1
What's Changed
- Bump openssl from 0.10.48 to 0.10.55 by @dependabot in #439
- Move to datafusion 26 and arrow 40 by @trueleo in #440
- Use sort ordering on timestamp array by @trueleo in #443
- Sort inferred fields by @trueleo in #450
- Move to Arrow 42 and Datafusion 27 by @trueleo in #451
- Query staging data by @trueleo in #448
- create more build target platform work flow file: github-release.yml by @czyt in #453
- Test inferred schema for json array by @trueleo in #454
- Use distroless latest instead of nonroot by @trueleo in #455
New Contributors
Full Changelog: v0.5.0...v0.5.1
Feature Release v0.5.0
What's Changed
- Add multi user support by @trueleo in #409
- Minor changes in function names and add relevant comments by @nitisht in #416
- Deleting a logstream should delete its stats. by @davidrhp in #419
- Use stream metadata to check if stream exists by @nitisht in #420
- Add role based authorization by @trueleo in #417
- Add CLA Assistant lite github action by @nitisht in #421
- Refactor auth flow by @trueleo in #425
- Unify RBAC flow in a single module by @nitisht in #426
- Disable ServiceMonitor by default by @nitisht in #428
- Do not exit when access key is missing by @nitisht in #427
- Helm chart fixes by @nitisht in #432
- Query filter by @trueleo in #429
- Add greedy mempool with configuration options by @trueleo in #433
- Prepare for release 0.5.0 by @nitisht in #435
New Contributors
Full Changelog: v0.4.4...v0.5.0
Bugfix release 0.4.4
What's Changed
- Retention config shouldn't need logstream to be initialized by @nitisht in #398
- Add log stream creation and set retention in Helm Chart by @nitisht in #397
- Update vergen to 8.1 and clean up version print mechanism by @nitisht in #400
- Add ServiceMonitor object to allow service detection with Prometheus Operator by @nitisht in #401
- Add load-test case for PRs by @Sajiyah-Salat in #404
- Fix order for tests by @nitisht in #405
- Fix broken link by @Sajiyah-Salat in #407
- Replace mutable buffer with concat_batches by @trueleo in #402
- Remove in memory ingestion and query by @trueleo in #413
- Remove the env var and cli option for memory only ingestion by @nitisht in #414
New Contributors
- @Sajiyah-Salat made their first contribution in #404
Full Changelog: v0.4.3...v0.4.4