Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the project to version 0.8.6 and addresses two key issues: it fixes incorrect handling of epoch dates in ClickHouse queries (which caused traces and metrics data to be unavailable), and improves session validation in the frontend to prevent stale sessions after a volume reset. Additionally, it updates version numbers and documentation throughout the codebase.
Bug Fixes and Improvements
ClickHouse Date Handling:
toDateTime64()function to correctly handle epoch dates, instead of passing raw0values that ClickHouse cannot parse. This ensures data availability for traces and metrics queries. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15]Frontend Session Validation:
/auth/me) and logs the user out if the session is invalid, preventing stale sessions after a storage reset.Version and Documentation Updates
Version Bump:
0.8.5to0.8.6across all relevantpackage.jsonfiles, internal logging, and UI displays. [1] [2] [3] [4] [5] [6] [7] [8] [9]Changelog and Readme:
0.8.6section toCHANGELOG.mdsummarizing the above fixes. UpdatedREADME.mdto reflect the new version, features, and screenshots. [1] [2] [3] [4]