Releases: parseablehq/parseable
Releases · parseablehq/parseable
Bug fix release v1.6.1
Feature release v1.6.0
What's Changed
- add helm chart for version v1.5.5 by @nitisht in #962
- Support Azure Blob Storage on AKS via access key by @AdheipSingh in #964
- feat: detect schema for a log event by @nikhilsinhaparseable in #966
- retry for S3 and blob store calls by @nikhilsinhaparseable in #968
- chore: update
object_store
by @de-sh in #971 - Fix: path fix for windows by @parmesant in #973
- refactor: use middlewares to reject requests when shutting down by @de-sh in #974
- Fix: Sync Files on Sigterm by @AdheipSingh in #969
- Solves issue #976 (added working link in place of page not found link) by @negativenagesh in #977
- detect datetime column on ingestion by @balaji-jr in #975
- FIX: Windows failing build and querying by @parmesant in #978
- prepare for release v1.6.0 by @nitisht in #979
New Contributors
- @negativenagesh made their first contribution in #977
Full Changelog: v1.5.5...v1.6.0
Feature release v1.5.5
What's Changed
- update helm chart to v1.5.4 by @nitisht in #954
- feat: Azure blob storage support by @nikhilsinhaparseable in #955
- fix: saved filters load issue on server restart by @nikhilsinhaparseable in #957
- Hot tier standalone by @nikhilsinhaparseable in #943
- fix: add hottier APIs for standalone by @nikhilsinhaparseable in #958
- Support SSE-C for S3 object storage by @MihirLuthra in #941
- prepare for release v1.5.5 by @nitisht in #960
- enhancement: azure blob store support with client credentials by @nikhilsinhaparseable in #961
New Contributors
- @MihirLuthra made their first contribution in #941
Full Changelog: v1.5.4...v1.5.5
Bug fix release v1.5.4
What's Changed
- update to new release by @nitisht in #947
- handler separation init by @parmesant in #937
- Upgrade deps by @parmesant in #950
- fix: generate tile_id in POST /dashboards by @nikhilsinhaparseable in #952
- move to new release v1.5.4 by @nitisht in #953
Full Changelog: v1.5.3...v1.5.4
Bugfix release v1.5.3
What's Changed
- update helm chart to v1.5.2 by @nitisht in #940
- fixed redirect url validation and included support for custom err messsge by @balaji-jr in #944
- prepare for release v1.5.3 by @nitisht in #945
New Contributors
- @balaji-jr made their first contribution in #944
Full Changelog: v1.5.2...v1.5.3
Bugfix release v1.5.2
What's Changed
- update helm chart to v1.5.1 by @nitisht in #932
- fix: OAuth error by @nikhilsinhaparseable in #934
- Dashboard graph configs by @nikhilsinhaparseable in #938
- prepare for release v1.5.2 by @nitisht in #939
Full Changelog: v1.5.1...v1.5.2
Bug fix release v1.5.1
What's Changed
- feat: add sidecar option to query node by @nitisht in #898
- Enhance: Improve query performance by splitting time filters by @parmesant in #900
- fix: query result with hot tier by @nikhilsinhaparseable in #908
- Update Helm Identation issue by @AdheipSingh in #911
- fix: delete hot tier with stream by @nikhilsinhaparseable in #909
- chore(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in #914
- fix: restrict user creation without a role by @nikhilsinhaparseable in #913
- hot tier details in banner and about api response by @nikhilsinhaparseable in #910
- Handling SIGTERM for Distributed and Standalone Mode by @AdheipSingh in #907
- fix: helm chart config issues by @nitisht in #912
- fixes on RBAC by @nikhilsinhaparseable in #916
- Add dockerfile for using custom console build by @nitisht in #920
- enhancement: stream name validation by @nikhilsinhaparseable in #921
- fix: remove user_id from API requests in Dashboards and Filters by @nikhilsinhaparseable in #918
- fix: remove authorize from login/logout webscope by @nikhilsinhaparseable in #922
- merge trino query code changes to main by @nikhilsinhaparseable in #923
- fix: about api access by @nikhilsinhaparseable in #924
- Update README.md by @nitisht in #925
- fix: open redirection by @nikhilsinhaparseable in #926
- enhancement: accept other certificates by @nikhilsinhaparseable in #889
- feat: RBAC for distributed system by @nikhilsinhaparseable in #878
- server bug fix by @nikhilsinhaparseable in #927
- fix dockerhub username in gh actions by @nitisht in #929
- prepare for release v1.5.1 by @nitisht in #930
- update actions artifact by @nitisht in #931
Full Changelog: v1.5.0...v1.5.1
Feature release v1.5.0
What's Changed
- add helm charts for release v1.4.0 by @nitisht in #876
- fix: ensure enable flag works for ingestor by @nitisht in #877
- Helm: Add emptyDir for the querier staging path by @bastjan in #881
- release helm chart 1.4.1 by @nitisht in #882
- switched to tokio tasks by @vishalkrishnads in #862
- fix: query on stream with time partition by @nikhilsinhaparseable in #886
- enhancement: add stream type to stream definition by @nikhilsinhaparseable in #884
- feat: hot tier for pmeta by @nikhilsinhaparseable in #883
- fix: data type for time partition issue by @nikhilsinhaparseable in #887
- enhancement: change sizes to bytes in hot tier by @nikhilsinhaparseable in #885
- remove validation for hot tier with time partition by @nikhilsinhaparseable in #891
- server side fixes by @nikhilsinhaparseable in #892
- Unit functions added to dashboard by @nikhilsinhaparseable in #890
- increase s3 client connect timeout by @nikhilsinhaparseable in #894
- s3 client builder by @nikhilsinhaparseable in #895
- prepare for release v1.5.0 by @nitisht in #897
New Contributors
- @bastjan made their first contribution in #881
- @vishalkrishnads made their first contribution in #862
Full Changelog: v1.4.0...v1.5.0
Feature release v1.4.0
What's Changed
- improved error messages for remove ingestor API by @nikhilsinhaparseable in #843
- fix for windows powershell issue by @parmesant in #845
- configure CORS with env var by @nikhilsinhaparseable in #846
- Fix: Server throws "User Does not have permission to access this" occasionally (arrow flight endpoint) by @dharanad in #847
- add send_analytics flag in about API response by @nikhilsinhaparseable in #850
- fix for invalid parquet by @nikhilsinhaparseable in #849
- fix for otel logs flattening by @nikhilsinhaparseable in #851
- fix: update banner messaging to be more coherent by @nitisht in #853
- fix: update stream for custom partition by @nikhilsinhaparseable in #856
- feat: dashboards APIs by @nikhilsinhaparseable in #854
- fix for create and update stream validation by @nikhilsinhaparseable in #857
- update to console release v0.9.2 by @nitisht in #859
- fix storage class for ingestor by @nitisht in #861
- release helm chart after ingestor path issue fix by @nitisht in #863
- Changes to the service account name in the ingestor StatefulSet by @bhargav2427 in #866
- update: dashboard APIs by @nikhilsinhaparseable in #865
- fix: use the correct docker compose command in actions by @nitisht in #869
- feat: Add hot-tier feature for distributed deployments by @nikhilsinhaparseable in #852
- fix: ingestion with POST /lostream/{logstream} API by @nikhilsinhaparseable in #868
- fix: update object store crate by @parmesant in #870
- feat: allow user actions' tracking in MS Clarity by @nikhilsinhaparseable in #872
- fix: validation error messages and update hot tier by @nikhilsinhaparseable in #874
- fix: hot tier validation by @nikhilsinhaparseable in #875
- prepare for next release v1.4.0 by @nitisht in #871
New Contributors
- @parmesant made their first contribution in #845
- @dharanad made their first contribution in #847
- @bhargav2427 made their first contribution in #866
Full Changelog: v1.3.0...v1.4.0
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