Skip to content

HTTPS support

Compare
Choose a tag to compare
@javierbrea javierbrea released this 11 Aug 15:30
· 91 commits to master since this release
48d00d2

core [3.10.0]

Added

  • feat(#390): Add https support.
  • feat(#390): Add server.https.enabled, server.https.cert and server.https.key options

admin-api-client [6.2.0]

Added

  • feat(#390): Add https and agent options to the configClient method

admin-api-client-data-provider [6.1.0]

Added

  • feat(#390): Add protocol option to configClient method

admin-api-paths [4.2.0]

Added

  • feat: Add HTTPS_PROTOCOL constant

config [1.2.1]

Fixed

  • docs: Fix allowUnknownArguments docs

cypress-commands [6.1.0]

Added

  • feat(#390): Add https option to the mocksConfigClient command and the AdminApiClient class.
  • feat(#390): Add MOCKS_SERVER_ADMIN_API_HTTPS environment variable, allowing to enable https in the default client.

main [3.10.0]

Changed

  • chore(deps): Update @mocks-server/core dependency to 3.10.0

plugin-admin-api [3.4.0]

Added

  • feat(#390): Add HTTPS support
  • feat(#390): Add https.enabled, https.cert and https.key options

plugin-inquirer-cli [3.3.0]

Added

  • feat(#390): Change displayed protocol based on the value of the server.https.enabled option

Fixed

  • fix(#408): Refresh interface when port changes.