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

Replace Logger with CommonLogger #233

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

Conversation

kjamrog
Copy link
Collaborator

@kjamrog kjamrog commented Dec 12, 2024

Instead of internal Logger type, CommonLogger interface from @lokalize/node-core is used

@@ -1,5 +1,18 @@
# Upgrading Guide

## Upgrading from `17.0.0` to `18.0.0`
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

core is updated to 18.0.0 but sns and amqp are updated to different versions, should we indicate that here?

Copy link
Collaborator

Choose a reason for hiding this comment

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

I think breaking change is the same for all libraries, right?
Maybe we can do something like:

- mqt/core from 17.0.0 to 18.0.0 
- amqp from x to y 
- ...

@kjamrog kjamrog marked this pull request as ready for review December 16, 2024 11:05
@kjamrog kjamrog changed the title Replace logger with common logger Replace Logger with CommonLogger Dec 16, 2024
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