Skip to content

Latest commit

 

History

History
203 lines (100 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

203 lines (100 loc) · 10.2 KB

Changelog

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

7.1.0 (2023-08-30)

Features

7.0.0 (2023-06-10)

⚠ BREAKING CHANGES

  • Require Node.js 16

Bug Fixes

6.0.1 (2022-12-02)

Bug Fixes

6.0.0 (2022-06-22)

⚠ BREAKING CHANGES

  • drop node 12 support

Features

Bug Fixes

  • allow @google-cloud/datastore 7.0.0 (#114) (c8bd236)
  • handle other "port already in use" error message (#118) (19bd174)

5.2.0 (2021-12-30)

Features

Bug Fixes

  • throw proper exception when emulator can't start because port already in used (#106) (ad26bef)

5.1.0 (2021-12-19)

Features

Bug Fixes

  • bump dockerode from 3.3.0 to 3.3.1 (#94) (0eb499a)
  • remove code duplication of the consistency param calculation (#102) (9f8c963)
  • unsafe shell command construction (#101) (ed31fcf)

5.0.0 (2021-07-17)

⚠ BREAKING CHANGES

  • Drop Node 10 support

Features

4.0.0 (2020-09-05)

⚠ BREAKING CHANGES

  • supported node 10+ fs-extra dropped older then node 10 support

Bug Fixes

  • change peer dep version @google-cloud/datastore <7.0.0 (2259622)
  • upgrade dockerode => 3.2.1 (#53) (f02fda6)
  • upgrade fs-extra => 9.0.1 (#54) (4841814)

3.0.2 (2020-02-16)

Bug Fixes

  • upgrade tree-kill => 1.2.2 (cc1a9c5)

3.0.1 (2019-11-23)

Bug Fixes

3.0.0 (2019-11-14)

⚠ BREAKING CHANGES

  • The legacy protocol support was removed from Cloud SDK 267.0.0

Features

  • remove 'legacy' parameter (80d1c7e)

2.2.2 (2019-09-05)

Bug Fixes

  • --legacy parameter is deprecated by Google (8058273)

2.2.1 (2019-08-25)

Bug Fixes

  • allow @google-cloud/datastore v4 as peer dependency (0b8b438)
  • data directory creation (c4e3c77)
  • kill process of the locally installed sdk (bfba371)

2.2.0 (2019-04-18)

Bug Fixes

  • catch docker pull errors (906a2a6)

Features

2.1.1 (2019-04-16)

Bug Fixes

  • rename the projectId to project in the TS definitions (b98b77c)

2.1.0 (2018-11-11)

Bug Fixes

Features

2.0.1 (2018-11-09)

Bug Fixes

  • package: update fs-extra to version 4.0.0 (#19) (7a9be20)
  • 2 start after stop (#27) (146233f), closes #26
  • dockerImage option was not used everywhere (2302104)
  • Improve parent process.exit handling (#7) (e4d33fe)

Features