In this update, we've addressed a critical issue that some of our users have encountered. We want to ensure the smooth functioning of our product, and your feedback plays a crucial role in achieving that goal.
**Bug Fixed:**
KeyError When User-Agent is Missing (Issue 4):
Previously, there was an issue where a KeyError was being thrown if there was no User-Agent header in the HTTP request. We understand the frustration and inconvenience this bug caused, and we're pleased to announce that it has been resolved in this release. Our logger now gracefully handles requests without a User-Agent header, ensuring a seamless and error-free logging experience.
What's Changed
* if there is no user-agent in the headers, then KeyError was thrown by josephsachdeva in https://github.com/mahajanankur/motifer-py/pull/4
**Full Changelog**: https://github.com/mahajanankur/motifer-py/compare/1.1.1...1.1.2