-
Notifications
You must be signed in to change notification settings - Fork 5
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
base: main
Are you sure you want to change the base?
Conversation
@@ -1,5 +1,18 @@ | |||
# Upgrading Guide | |||
|
|||
## Upgrading from `17.0.0` to `18.0.0` |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
- ...
Instead of internal
Logger
type,CommonLogger
interface from@lokalize/node-core
is used