Skip to content

Commit

Permalink
[FID-5121] Add notes for v5.3.0 (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
lini authored Dec 7, 2023
1 parent 911b979 commit c73f4f2
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions release-notes/release-notes.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,45 @@
[
{
"version": "5.3.0",
"title": "Fiddler Everywhere v5.3.0",
"date": "December 7, 2023",
"items": [
{
"type": "New",
"entries": [
{
"title": "Add support for server-sent events"
},
{
"title": "Make hex inspector the default one for WebSocket messages"
},
{
"title": "Persist the selected view in the Inspectors Body tab"
}
]
},
{
"type": "Fixed",
"entries": [
{
"title": "Update third-party dependencies to mitigate CVE-2023-5997, CVE-2023-6345, CVE-2023-6346, CVE-2023-6347 and CVE-2023-6350"
},
{
"title": "Cookie header is not parsed correctly in the Composer Cookie tab"
},
{
"title": "Renderer process crashes with out of memory exception in some cases"
},
{
"title": "MessagePack inspector shows wrong numbers in some cases"
},
{
"title": "\"View full response\" link is misplaced in the Inspectors"
}
]
}
]
},
{
"version": "5.2.0",
"title": "Fiddler Everywhere v5.2.0",
Expand Down

0 comments on commit c73f4f2

Please sign in to comment.