Releases: parseablehq/parseable
Releases · parseablehq/parseable
Feature release v1.3.0
What's Changed
- fix: URL validation and error message by @nikhilsinhaparseable in #816
- S3 calls optimization and server fixes by @nikhilsinhaparseable in #818
- otel change by @nikhilsinhaparseable in #823
- fix for stream sync for ingestors by @nikhilsinhaparseable in #826
- enhancement: saved filters by @nikhilsinhaparseable in #828
- fix for invalid parquet issue by @nikhilsinhaparseable in #829
- fix for panic caused due to empty arrow files by @nikhilsinhaparseable in #831
- enhancement in saved filters API by @nikhilsinhaparseable in #833
- Enhancement for POST /filters by @nikhilsinhaparseable in #836
- delete invalid parquet and arrow files by @nikhilsinhaparseable in #835
- fix for update schema from staging at server start by @nikhilsinhaparseable in #832
- added validation for the custom partition fields in the log event by @nikhilsinhaparseable in #837
- saved filters enhancement by @nikhilsinhaparseable in #838
- prepare for next release v1.3.0 by @nitisht in #839
Full Changelog: v1.2.0...v1.3.0
Feature release v1.2.0
What's Changed
- Impl Arrow Flight Protocol for Querying by @Eshanatnight in #769
- enhancement to allow custom partitions in ingestion by @nikhilsinhaparseable in #795
- fix: issues cause by prev commit by @Eshanatnight in #800
- Stats enhancement by @nikhilsinhaparseable in #799
- enhancement: added internal stream "meta" by @nikhilsinhaparseable in #801
- enhancement: added support for HEAD method for health check APIs by @nikhilsinhaparseable in #802
- Add Users API for Dashboads, caching and filters by @Eshanatnight in #798
- removed load balancer from docker-compose for distributed by @nikhilsinhaparseable in #809
- renamed internal stream name to pmeta by @nikhilsinhaparseable in #808
- rename ingester to ingestor in migration by @nikhilsinhaparseable in #806
- feat: allow otel ingestion with /v1/logs endpoint by @nikhilsinhaparseable in #803
- fix for stats for each date by @nikhilsinhaparseable in #805
- added validation in alert creation by @nikhilsinhaparseable in #807
- Update stream by @nikhilsinhaparseable in #810
- fix for daily stats for querier by @nikhilsinhaparseable in #811
- prepare for release 1.2.0 by @nitisht in #812
- Include oss in release artefact name by @nitisht in #813
- fix the gh actions release flow by @nitisht in #815
Full Changelog: v1.1.0...v1.2.0
Feature Release v1.1.0
What's Changed
- Multiple Fixes for Distributed Deployments by @nikhilsinhaparseable in #786
- Alert Path and Query Fix by @nikhilsinhaparseable in #791
- Allow Ingestion with Time Partition - Till 1 month older events by @nikhilsinhaparseable in #790
- fix for time partition limit by @nikhilsinhaparseable in #792
- prepare for next release by @nitisht in #793
Full Changelog: v1.0.0...v1.1.0
Feature release v1.0.0
What's Changed
- Bump mio from 0.8.8 to 0.8.11 by @dependabot in #684
- Ingestion partition change by @nikhilsinhaparseable in #683
- Remove incorrect release v0.9 by @nitisht in #693
- Fix for Query Optimization by @nikhilsinhaparseable in #696
- Removed Time Partition Logic from Ingestion Flow by @nikhilsinhaparseable in #703
- feat: allow historical ingestion with custom date column in log by @nikhilsinhaparseable in #716
- feat: add a new stream info API by @nikhilsinhaparseable in #720
- feat: static schema flag to stream-info API by @nikhilsinhaparseable in #727
- allow type casting in static schema by @nikhilsinhaparseable in #729
- Distributed rebased on main by @Eshanatnight in #730
- fix: delete node endpoint by @Eshanatnight in #731
- fix: stats response by @Eshanatnight in #733
- Add node_url field to Cli struct and update related code by @Eshanatnight in #734
- Update to latest Console release and also update Rust version by @nitisht in #739
- Rm staging query result by @Eshanatnight in #740
- chore(deps): bump h2 from 0.3.24 to 0.3.26 by @dependabot in #741
- fix analytics for the cluster by @Eshanatnight in #732
- Fix: OAuth User to Role Mapping Fix by @nikhilsinhaparseable in #742
- cleaned up readme for better readability by @nitisht in #738
- removing check of ingesters' liveness at query server start by @nikhilsinhaparseable in #744
- fix for staging size metrics not resetting to 0 by @nikhilsinhaparseable in #743
- Fetch schema and stream from obj store by @Eshanatnight in #745
- fix for querier to use manifest list from all ingesters by @nikhilsinhaparseable in #747
- rename P_NODE_URL to P_INGESTOR_URL by @nitisht in #748
- fix extract_cookie function to handle grpc cookies in the header by @Eshanatnight in #746
- multiple fixes on server by @nikhilsinhaparseable in #753
- fix for GET /cache API by @nikhilsinhaparseable in #754
- update to latest console v0.6.1 by @nitisht in #755
- fixed liveness and readiness api to use base path by @nikhilsinhaparseable in #757
- fix: readiness api by @Eshanatnight in #758
- fix for delete stream API for distributed by @nikhilsinhaparseable in #766
- update files in distributed mode to use hash by @Eshanatnight in #761
- Fix: Cache fix distributed by @nikhilsinhaparseable in #767
- fix for retention and get stream info by @nikhilsinhaparseable in #771
- add distributed option to helm-chart by @nitisht in #749
- add: script files for easy download by @Eshanatnight in #762
- more fixes to the download script by @nitisht in #776
- fix: schema update where querying by @Eshanatnight in #775
- Update download.sh by @nitisht in #778
- docker-compose added for distributed by @nikhilsinhaparseable in #777
- fix win download script by @Eshanatnight in #779
- update to latest console and update docker registry by @nitisht in #780
- chore: update depedencies by @Eshanatnight in #782
- update error handling when parsing recordbatch to rows by @Eshanatnight in #783
Full Changelog: v0.9.0...v1.0.0
Feature release v0.9.0
What's Changed
- do not lock PR after merge by @nitisht in #674
- fix: add stream creation time in get stats api by @gurjotkaur20 in #632
- fix: avoid removal of retention configuration while updating snapshot by @gurjotkaur20 in #673
- remove first-event-at from stream.json but keep it in stats api by @nikhilsinhacloudsurfex in #675
- prepare for release v0.9 by @nitisht in #678
- fix: Invalid Cargo.toml by @Eshanatnight in #680
- prepare for next release by @nitisht in #682
Full Changelog: v0.8.1...v0.9.0
Bug fix release v0.8.1
Feature release v0.8.0
What's Changed
- fix redundant deployment id print by @nitisht in #600
- Kinesis to Parseable Integration by @nikhilsinhacloudsurfex in #603
- fix: error handling on server start when s3 bucket is not found by @gurjotkaur20 in #609
- Update gh workflows for multi arch build by @Eshanatnight in #612
- Fix: Missing
:
in build yaml files by @Eshanatnight in #614 - decode and flatten kinesis log before ingesting to parseable by @nikhilsinhacloudsurfex in #613
- Update the licence headers by @nitisht in #620
- tonic feature add 'tls' by @Eshanatnight in #622
- Fix for Issue 573 by @nikhilsinhacloudsurfex in #619
- Mutex Poison Error if a large amount of data is sent by @Eshanatnight in #624
- Revert "Mutex Poison Error if a large amount of data is sent" by @nitisht in #629
- Bump h2 from 0.3.17 to 0.3.24 by @dependabot in #630
- Proper Error Message if the Storage is in an invalid state by @Eshanatnight in #623
- Clean up storage validation logic further by @nitisht in #633
- Separated out Ingest and Query functionality of the server by @Eshanatnight in #634
- Fixes #616 feature: allow configurable duration for data push to S3 by @nikhilsinhacloudsurfex in #626
- Update Error Message by @Eshanatnight in #643
- update helm chart to correct domain by @nitisht in #647
- remove collector from helm chart repo by @nitisht in #648
- Modify init_scheduler by @gurjotkaur20 in #649
- fix for #651: removed use of env var P_STORAGE_UPLOAD_INTERVAL by @nikhilsinhacloudsurfex in #653
- add license details with cargo-about by @nitisht in #658
- feature to support OpenTelemetry logs to be ingested on Parseable by @nikhilsinhacloudsurfex in #657
- fix: absolute url for windows by @Delta456 in #655
- fix: avoid removal of retention configuration while updating snapshot by @gurjotkaur20 in #661
- fix: retention cleanup on server startup by @gurjotkaur20 in #662
- prepare for release v0.8.0 by @nitisht in #663
New Contributors
- @gurjotkaur20 made their first contribution in #609
- @Eshanatnight made their first contribution in #612
- @Delta456 made their first contribution in #655
Full Changelog: v0.7.3...v0.8.0
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