Skip to content

Releases: fal-ai/serverless-vscode

v0.0.5

24 Apr 14:39
bfdb3b2
Compare
Choose a tag to compare

[0.0.5] - 2023-04-21

Added

  • Source code bundling with Webpack.
  • Logging capabilities.

Fixed

  • Missing virtualenv. Using built-in venv instead.

v0.0.4

20 Apr 14:12
c97624b
Compare
Choose a tag to compare

[0.0.4] - 2023-04-20

Fixed

  • Fixed command escaping for commands and paths with space.

v0.0.3

20 Apr 03:43
3a47ade
Compare
Choose a tag to compare

[0.0.3] - 2023-04-20

Added

  • Command to refresh the extension's own virtualenv.

Fixed

  • Python code execution path.
  • Remove mypy and other test files from final bundle.

v0.0.2

19 Apr 19:48
853b528
Compare
Choose a tag to compare

[0.0.2] - 2023-04-19

Added

  • README with more information about the extension.

Fixed

  • Extension metadata.

v0.0.1

19 Apr 14:06
3bc1228
Compare
Choose a tag to compare

The first preview release! Not much to report here as we're shaping the future our fal-serverless developer experience. Stay tuned!

[0.0.1] - 2023-04-19

Added

First release, added basic functionality, such as:

  • Auto create and manage virtual environments for the fal-serverless @isolated functions.
  • Allows you to run the fal-serverless @isolated functions in the cloud with a click.