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

fix: unintended breaking change with logging function #226

Merged

Conversation

tristanl-slalom
Copy link
Contributor

@tristanl-slalom tristanl-slalom commented Jul 25, 2023

The logging failure function was given two new arguments that were intended to be optional, but they were accidentally made required. Existing calls providing two arguments were no longer compatible with the function, which now required four.

Failures during initialization or upgrade were causing crashes.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

PR title failed to match (chore|style|test|feat|fix|docs): .+

@tristanl-slalom tristanl-slalom changed the title fixing unintended brekaing change with logging function fix: unintended breaking change with logging function Jul 25, 2023
@github-actions github-actions bot dismissed their stale review July 25, 2023 00:59

All good!

@tristanl-slalom tristanl-slalom merged commit 6b0bfcc into main Jul 25, 2023
@tristanl-slalom tristanl-slalom deleted the feature/secureli-999-fix_breaking_logging_change branch July 25, 2023 03:09
Copy link
Contributor

@hartonor-slalom hartonor-slalom left a comment

Choose a reason for hiding this comment

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

looks good

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.

3 participants