Skip to content

Commit

Permalink
changelog for release v1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Sep 30, 2024
1 parent 6003078 commit 8f65dcd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/pages/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,24 @@ const sectionConfig = {

const Changelog = () => {
const releases = [
{
version: "v1.31.0",
date: "30 Sep 2024",
breakingChanges: [
"API req.getBody() returns a plain object instead of FormData instance for multipart/form-data requests"
],
newFeature: [
"Interpolate variables in multipart form data",
"Added support for WSSE authentication",
"Implemented code generation support for GraphQL",
],
bugfixes: [
"Resolved application/xml import issue for Insomnia",
"Resolved issue related to URL construction in Postman collection export",
"Resolved the issue where renaming a request with only a case-sensitive name change was not properly reflected.",
],
githubLink: "https://github.com/usebruno/bruno/releases/tag/v1.31.0",
},
{
version: "v1.30.1",
date: "22 Sep 2024",
Expand Down

0 comments on commit 8f65dcd

Please sign in to comment.