Skip to content

Latest commit

 

History

History
122 lines (58 loc) · 5.25 KB

CHANGELOG.md

File metadata and controls

122 lines (58 loc) · 5.25 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.0 (2022-12-02)

⚠ BREAKING CHANGES

  • Drop node 12 support

Features

  • change @google-cloud/pubsub version range from "^2.16.0" => ">=2.16.0 <4.0.0" (#99) (4aa0ed1)
  • node 18 support (#98) (7214222)

Bug Fixes

5.0.0 (2021-07-17)

⚠ BREAKING CHANGES

  • because major version number changed
  • Drop Node 10 support

Features

Bug Fixes

4.0.0 (2020-09-05)

⚠ BREAKING CHANGES

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

Bug Fixes

3.0.2 (2020-02-17)

Bug Fixes

  • upgrade fs-extra => 8.1.0 (9c92437)

3.0.1 (2019-06-04)

Bug Fixes

  • deps: upgrade @google-cloud/pubsub => 0.28.1 (19490d0)
  • use regexp to detect emulator running or not (e91bcb3)

3.0.0 (2018-12-05)

Bug Fixes

2.0.4 (2018-11-11)

Bug Fixes

2.0.3 (2018-11-11)

Bug Fixes

  • bluebird dependency (#9) (990fe30)
  • Promise handling (2fed042)
  • use localhost and random port when these not provided in options (#8) (10de00d)

Features

  • Create not exists topic when emulator start. (9dfb9b9)