New Features
- Automatically
Refresh access token
#216, #611 - Bearer Token is not renewed when switching environment #588
- Generate OAuth
token and save locally
#652 - When DB file changes show Reload Sidebar button
- Showing
ENV variables value
when hovering over them. #184 Sidebar tree indentation
setting added #807- Switch Local / Global Env priority order #749
- Allow Global & Local Environments to Link to .env file #800
- Col Settings make Options tab as default
Bug Fixes
- got library follow redirects not working #799
- Env variable value gets corrupted when it has multiple $ symbols in it #808
- JSON filter query not working with special characters #798
- Importing
OpenAPI
v3 specadds baseUrl
variable #803 - Collections Environment setting does not work as expected #802
Automatically Refresh Tokens
- The
OAuth tokens
will be refreshed automatically at request, folder & collection level - The token values are saved locally and not in json files
- Save tokens
per environment
vscode setting added
Save Token Per Environment
Please enable this setting to save different OAuth 2 tokens
for dev & production environments.