Logging: You can now use log levels in capital letters, and they will automatically be converted to lowercase for consistency.
Types: The logger now forbids using default log methods when custom levels are specified, ensuring clearer logging behavior when using custom configurations.
Improvements
Documentation: Added a link to a bun plugin for Pino in the documentation, making it easier for users to find and utilize this resource.
Fixes
Fix the issue where using default log levels with useOnlyCustomLevels set to true would lead to runtime errors, enhancing the reliability of the logging system.
Others
Drop failing tests related to pnpm, streamlining the testing process for better performance.