Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/recording log version #1647

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

mikeb01
Copy link
Contributor

@mikeb01 mikeb01 commented Aug 9, 2024

  • Adds support for version the RecordingLog file.

Because the RecordingLog file doesn't contain a header, we need to introduce a marker value (magic number) so that we can distinguish between the files with versioning and those without. This will check for that value and if not present will migrate the recording to the new structure (which includes a header that has a version field).

Copy link
Contributor

@mjpt777 mjpt777 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor comments left.

One thing that occurs to me is an entry type of NULL_VALUE could be used with one of the other fields used to store the version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants