Skip to content

Latest commit

 

History

History
106 lines (75 loc) · 3.2 KB

CHANGELOG.md

File metadata and controls

106 lines (75 loc) · 3.2 KB

Changelog

0.4.5

Added

  • httpOption parameter
  • Support for PHP runtime

Fixed

  • Cron regex was different from console

0.4.4

Added

  • Support for Rust files (.rs)

Fixed

  • js-yaml dependency

O.4.3

Added

  • description field is now supported in serverless config files

Fixed

  • Registry image is now forced by serverless framework to ensure consitency
  • Project_id added to requests to avoid multiple results if same namespace name is used
  • Clean documentaion and examples

0.4.2

Added

  • Support for custom domains on containers
  • maxConcurrency parameter for containers
  • Support of pulling private images
  • More details on docker build errors
  • Support for End of Support and End of Life runtimes

Fixed

  • Dependencies + code cleaning

0.4.1

Added

  • clearer error messages when building a container with a different architecture than expected amd64 #95

Fixed

  • fix tests #96

0.4.0

Added

  • serverless info command to work with serverless compose
  • serverless invoke command
  • Custom Domains support
  • singleSource parameter

Changed

  • Documentation
  • Examples
  • Contributing guideline

0.3.2

Fixed

  • serverless jwt command was using old jwt API

Changed

  • Configuration files now have a default region instead of placeholder
  • Upgrade major version on outdated packages

0.3.1

Added

  • Runtime validation using API
  • Runtimes can now be changed on update function

0.3.0

Added

  • Runtimes are now listed from the Scaleway API, this allow faster releases without modyfiing serverless framework #65
  • Constants for runtime availability #65
  • API : function to list all runtimes #65
  • Support secret environement variables #64

Fixed

  • Tests are now working properly #69
  • js-yaml usage fix for tests #69

0.2.8

Added

  • Multi region support #62
  • Support for new environment variables SCW_SECRET_KEY and SCW_DEFAULT_PROJECT_ID #61
  • Region parameter in examples #62

Fixed

  • Integration tests now use proper login API #62
  • Regression could not create Go functions #67

Changelog notice

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.