Skip to content

Latest commit

 

History

History
532 lines (302 loc) · 37.6 KB

CHANGELOG.md

File metadata and controls

532 lines (302 loc) · 37.6 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

6.14.0 (2023-09-19)

Features

  • Remove console auth and require dashboard accessKey for api calls (#220) (1d8f91c)

6.13.1 (2023-07-12)

Bug Fixes

  • Set dashboardToken when using dashboard token (#218) (3aa8c08)

6.13.0 (2023-07-12)

Features

  • Allow custom accessKey on console api (#216) (dca4bc4)

6.12.0 (2023-07-11)

Features

Maintenance Improvements

6.11.2 (2023-06-26)

Bug Fixes

6.11.1 (2023-04-06)

Bug Fixes

6.11.0 (2023-04-06)

Features

Maintenance Improvements

6.10.0 (2023-03-21)

Features

6.9.2 (2023-03-16)

Bug Fixes

  • Stack trace should not be camel case (#200) (a046bdb)

6.9.1 (2023-03-16)

Bug Fixes

6.9.0 (2023-03-13)

Features

6.8.2 (2022-11-02)

Bug Fixes

Maintenance Improvements

6.8.1 (2022-10-26)

Bug Fixes

Maintenance Improvements

6.8.0 (2022-10-12)

Features

Maintenance Improvements

6.7.0 (2022-07-08)

Features

6.6.0 (2022-05-19)

Features

6.5.0 (2022-05-17)

Features

Maintenance Improvements

6.4.1 (2022-05-17)

Maintenance Improvements

6.4.0 (2022-05-11)

Features

Maintenance Improvements

6.3.0 (2022-05-06)

Features

Maintenance Improvements

6.2.0 (2022-05-06)

Features

6.1.0 (2022-05-06)

Features

6.0.3 (2022-03-02)

Maintenance Improvements

6.0.2 (2022-02-07)

Bug Fixes

6.0.1 (2022-02-03)

Maintenance Improvements

6.0.0 (2022-01-27)

⚠ BREAKING CHANGES

  • Log: Remove legacy logs interface, only modern interface as the only to be used is now exposed
  • Node.js version 12 or later is required (dropped support for v10)

Features

Maintenance Improvements

5.20.3 (2022-01-18)

Maintenance Improvements

5.20.2 (2021-12-17)

Bug Fixes

5.20.1 (2021-11-08)

Bug Fixes

5.20.0 (2021-11-03)

Features

5.19.0 (2021-10-20)

Features

Maintenance Improvements

5.18.0 (2021-10-13)

Features

5.17.3 (2021-10-08)

Bug Fixes

5.17.2 (2021-10-08)

Bug Fixes

5.17.1 (2021-10-07)

Maintainance update

5.17.0 (2021-09-29)

Features

5.16.0 (2021-09-23)

Features

5.15.0 (2021-09-22)

Features

5.14.0 (2021-09-21)

Features

5.13.0 (2021-09-15)

Features

5.12.0 (2021-09-14)

Features

5.11.0 (2021-09-10)

Features

5.10.0 (2021-09-09)

Features

5.9.0 (2021-09-08)

Features

5.8.1 (2021-09-07)

Maintenance Improvements

5.8.0 (2021-09-07)

Features

Maintenance Improvements

5.7.0 (2021-08-17)

Features

5.6.0 (2021-07-21)

Features

5.5.0 (2021-07-20)

Features

5.4.0 (2021-07-16)

Features

5.3.0 (2021-06-15)

Features

5.2.0 (2021-05-27)

Features

5.1.0 (2021-05-19)

Features

5.0.0 (2021-05-12)

⚠ BREAKING CHANGES

  • Inquirer prompt will have no prefix instead of Serverless:. If you wish, to still use Serverless: prefix, override it on the client side.

Features

4.1.0 (2021-04-20)

Features

4.0.1 (2021-04-01)

Features

  • Add a dev env metrics url for China user

4.0.0 (2021-03-11)

⚠ BREAKING CHANGES

  • Expose analytics server URL unconditionally (and not just in non-CI environments). It is breaking as it might impact how analytics reporting works in older version of the Framework and might pollute data with unexpected events coming from CI deployments. Additonally, it will cause notifications to be triggered in CI environments as well.

Features

  • Expose analytics server URL unconditionally (and not just in non-CI environments) (#76) (9f7143e) (Piotr Grzesik)

3.1.0 (2021-01-29)

Features

3.0.0 (2021-01-26)

⚠ BREAKING CHANGES

  • Config:
    • Removed getGlobalConfig
    • Removed support for all rc-discoverable files (only supports local folder, ~/ and ~/.config locations)
    • Update will modify local configuration file if found, otherwise it will modify global (previously it always modified global config)

Features

2.2.0 (2021-01-05)

Features

2.1.0 (2020-12-22)

Features

Bug Fixes

2.0.0 (2020-09-21)

⚠ BREAKING CHANGES

  • Node.js version 10 or later is required (dropped support for v6 and v8)

Features

1.2.0 (2020-06-26)

Features

1.1.0 (2020-06-15)

Features

  • Analytics & Notifications URL

1.0.0 (2020-06-12)

A new beginning. All old utilities were removed. Project now serves high level utilities for Serverless Framework and Component CLI's

Features

  • analyticsAndNotificationsUrl util (b581cef)
  • config util (aeb48d5)
  • isInChina util (c457d8c)
  • processBackendNotificationRequest util (5249e2b)