Skip to content

1.54

Choose a tag to compare

@github-actions github-actions released this 26 Aug 11:30
· 225 commits to refs/heads/develop since this release
0d3043e

Summary

In this release we fix a bug in the Logging utility where requests containing duplicate HTTP headers (such as multiple Content-Type headers) cause an unhandled exception. When duplicate headers are present, the last header is taken.

Thank you @SamuelGuine for reporting the issue

Logging 2.0.2

Changes

📜 Documentation updates

  • chore(deps): bump squidfunk/mkdocs-material from bb7b015 to 1a4e939 in /docs (#964) by @dependabot[bot]
  • chore(deps): bump squidfunk/mkdocs-material from 0bfdba4 to bb7b015 in /docs (#947) by @dependabot[bot]

🐛 Bug and hot fixes

  • fix: handle duplicate keys in logger state to prevent ArgumentException (#961) by @hjgraca

🔧 Maintenance

This release was made possible by the following contributors:

@dependabot[bot], @hjgraca, @leandrodamascena and dependabot[bot]