Skip to content

Commit

Permalink
feat: update httpyac
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed Dec 29, 2023
1 parent 2120220 commit 562a749
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
## [unreleased]
## [6.11.0] (2023-12-29)

### Feature

- add `audience` and `resource` to OAuth2 token exchange flow (#248)
- allow intercepting and modification of OAuth2 Request before sending using `oauht2_interceptRequest` (#605)
- allow configuration of local cache store (#241)

### Fix

- escaping of `\{\{2\}\}` did not work (Anweber/vscode-httpyac#244)
- support only `http-client.env.json` and `http-client.private.env.json` files for intellij environments (Anweber/vscode-httpyac#245)
- escaping of `\{\{2\}\}` did not work (#244)
- support only `http-client.env.json` and `http-client.private.env.json` files for intellij environments (#245)
- add support to set requestUnauthorized to OAuth2 Requests (#605)
- allow empty string in input and list provider (#247)
- parsing issue with multiline url parsing with only variable content (#249)

## [6.10.0] (2023-11-13)

Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"publisher": "anweber",
"description": "Quickly and easily send REST, Soap, GraphQL, GRPC, MQTT, RabbitMQ and WebSocket requests directly within Visual Studio Code",
"version": "6.10.0",
"version": "6.11.0",
"homepage": "https://github.com/AnWeber/vscode-httpyac",
"repository": {
"type": "git",
Expand Down Expand Up @@ -1544,7 +1544,7 @@
"dependencies": {
"filesize": "^10.1.0",
"httpsnippet": "^3.0.1",
"httpyac": "^6.10.0",
"httpyac": "^6.11.0",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"uuid": "^9.0.1"
Expand Down

0 comments on commit 562a749

Please sign in to comment.