All notable changes to the "testextension" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Initial release
- Implemented
auth0.lab.openEndpointByName
command - Implemented
auth0.lab.localConfigure
command - Implemented
auth0.lab.tenantCofigure
command
- Updated dependencies
-
- Removed direct dependency on CodeTour and RestClient
- These dependecies should now be defined in the devcontainer.json file
- Implemented
auth0.exportTenant
command
- Updated dependencies
- fixed bug that caused incorrect tokenset to be used when switching tenants.
- fixed bug that caused incorrect management client to be used when switching tenants.
- updated deploy context menu to work for variations of
tenant.yaml
andauth0.yml
.
- Implemented the
auth0.lab.promptForAuthentication
command. - Added
unauthenticatedTour
to the local environment model.
- Renamed
auth0.lab.notification
toauth0.lab.promptForConfiguration
- Updated dependencies
- Fixed issue with local configure when no
resourceServers
orclients
are defined inenvironment.json
- Added temporary webpack fix for node-auth0 build errors
- Added temporary webpack fix for auth0-deploy-cli build warnings
- Updated dependencies
- Removed temporary webpack fix for auth0-deploy-cli build warnings
- Updated dependencies
- Ensured data is fresh before attempting to write .env files on local configure command.
- Pushed refresh functionality into the LabResourceResolverBuilder to avoid executeCommand
- Gave resolver direct access to data providers
- Updated dependencies
- Updated dependencies
- Ability to provide alternative root tenant authority via envvars
- Ability to export tenant settings via deploy cli to a directory named tenant
- updated dependencies
- updated auth0 deploy cli to 7.16.1
- updated tenant export and import code to latest version
- removed dependency on js-yaml delpoy cli handles directly
- updated auth to remove dependency on abort-controller
- openid-client now handles this directly
- updated required vscode version to 1.75.1
- updated test runner to use vscode version 1.75.1
- Removed marketplace badge from readme
- Reverted deploy cli back to previous version
- updated dependencies
- updated auth0 deploy cli to 7.17.0
- updated tenant export and import code to latest version
- removed dependency on js-yaml delpoy cli handles directly
- updated required vscode version to 1.76.2
- updated test runner to use vscode version 1.76.2
- deploy cli config.json placed next to tenant.yml will be merged into deploy configuration.
- reverted to auth0 v2.42.0
- Support for Codespaces added so that when the registered command
openEndpointByName
is used, it resolves the correct URL for apps launched in the Codespaces environment.
- Implemented
auth0.lab.postConfigureCommand
command - Support for writing more than one app config to a single
.env
without overwriting values - Added environment-specific replacement values for tenant configuration from yaml:
CODESPACE_NAME
(same as defined here) andAUTH0_DOMAIN
(your tenant domain).
- Auth0 Training logo (branding)
- Added environment-specific replacement value for tenant configuration from yaml:
GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN
(same as defined here