Skip to content

Releases: arafato/funcy-azure

Version 0.5.0

10 Jun 20:03

Choose a tag to compare

Version 0.5.0 Pre-release
Pre-release

This release adds the following new features:

  • faz project logstream lets you connect to the logstream of your application and output logs directly to stdout
  • faz function run lets you invoke your function directly on Azure. Parameters are specified in args.json
  • faz function emulate lets you emulate a call of the function locally on your machine. (former function run)

Version 0.4.2

01 Jun 18:18

Choose a tag to compare

Version 0.4.2 Pre-release
Pre-release
  • Added new context action for deleting project: project delete

Version 0.4.1

01 Jun 17:35

Choose a tag to compare

Version 0.4.1 Pre-release
Pre-release
  • Added support for local git: set versionControl.location in f-project.json to local in order to enable.

Version 0.4.0

24 May 20:55

Choose a tag to compare

Version 0.4.0 Pre-release
Pre-release

New feature: Deployment Management

  • deployment list lists all past and current deployments of your application
  • deployment redeploy lets you roll back to a previous version

Version 0.3.3

24 May 11:07

Choose a tag to compare

Version 0.3.3 Pre-release
Pre-release
  • Added env list handler that lets you print out env variables in both local and cloud context. Equal env vars in both contexts are printed below each other.

Version 0.3.2

23 May 17:37

Choose a tag to compare

Version 0.3.2 Pre-release
Pre-release
  • Added new handler env delete: Let's you delete env variables from the local and/or cloud context (local.env and cloud.env respectively)

Version 0.3.0

23 May 08:47

Choose a tag to compare

Version 0.3.0 Pre-release
Pre-release

Added environment variable management context for local.env and cloud.env:

  • new handler env set

Version 0.2.7

22 May 20:27

Choose a tag to compare

Version 0.2.7 Pre-release
Pre-release
  • Added authorizationLevel for http-triggered functions as an option (-a --authLevel) to function create
  • Added FUNCTIONS_EXTENSION_VERSION=~0.2 to cloud.env per default to let Azure provision most recent runtime

Version 0.2.6

20 May 08:27

Choose a tag to compare

Version 0.2.6 Pre-release
Pre-release
  • https://functions.azure.com is now added to CORS entries in f-project.json per default upon project creation.
  • SCM_REPOSITORY_PATH=wwwroot for in-place deployment is now in cloud.env per default.

Version 0.2.5

19 May 10:41

Choose a tag to compare

Version 0.2.5 Pre-release
Pre-release

A lot of bugfixes. The entire chain "creation -> provisioning -> deployment -> execution" is now fully working.