cloud-pine
Version:
Pino Transport abstraction for Google Cloud Logging.
51 lines (25 loc) • 2.4 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [3.0.0](https://github.com/metcoder95/cloud-pine/compare/v2.0.1...v3.0.0) (2025-07-17)
### ⚠ BREAKING CHANGES
* drop support for node v18 (#77)
### Features
* drop support for node v18 ([#77](https://github.com/metcoder95/cloud-pine/issues/77)) ([9404713](https://github.com/metcoder95/cloud-pine/commit/9404713988626a339b51528c4f24946420fab9d6))
### [2.0.1](https://github.com/metcoder95/cloud-pine/compare/v2.0.0...v2.0.1) (2024-01-26)
## [2.0.0](https://github.com/metcoder95/cloud-pine/compare/v1.0.0...v2.0.0) (2023-05-18)
### ⚠ BREAKING CHANGES
* drop support for Node v14
### Features
* drop support for Node v14 ([755acc8](https://github.com/metcoder95/cloud-pine/commit/755acc897291a0f49af152202060cfb0f7cba3f3))
* Make log.meta optional ([#16](https://github.com/metcoder95/cloud-pine/issues/16)) ([59b038d](https://github.com/metcoder95/cloud-pine/commit/59b038d11032eac39f8bc060a09f09c8cf6471f5))
### Bug Fixes
* add check if msg and meta properties are deleted and give priority to log.meta in meta object ([#14](https://github.com/metcoder95/cloud-pine/issues/14)) ([cd98cbc](https://github.com/metcoder95/cloud-pine/commit/cd98cbc3736d064d91ef3678766e273cf0e199b9))
* change directory for test:unit command ([#12](https://github.com/metcoder95/cloud-pine/issues/12)) ([441f110](https://github.com/metcoder95/cloud-pine/commit/441f110dc0d29bfb9127b67464e3a8db64ce0d79))
## [1.0.0](https://github.com/metcoder95/cloud-pine/compare/v1.0.0-alpha.0...v1.0.0) (2022-08-23)
## 1.0.0-alpha.0 (2022-08-18)
### Features
* add CLI support ([#7](https://github.com/metcoder95/cloud-pine/issues/7)) ([70f208d](https://github.com/metcoder95/cloud-pine/commit/70f208d7ef0ba3eeb07983fbeb670a5b47ecd405))
* initial commit ([#1](https://github.com/metcoder95/cloud-pine/issues/1)) ([84711ee](https://github.com/metcoder95/cloud-pine/commit/84711ee5be48c3b2647e0f503bcc54eafe11668f))
* sync support ([#5](https://github.com/metcoder95/cloud-pine/issues/5)) ([85ec4d6](https://github.com/metcoder95/cloud-pine/commit/85ec4d63d2cd2f8f8b9d9eb357ec385844a31505))
### Bug Fixes
* typo on file ([31fe326](https://github.com/metcoder95/cloud-pine/commit/31fe3263e5062ddf006110eb8e46464b41cc7740))