UNPKG

@atomist/skill-logging

Version:
79 lines (40 loc) 3.09 kB
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased](https://github.com/atomist-skills/skill-logging/compare/1.0.7...HEAD) ### Added - Chunk large log messages at : too. [e86a552](https://github.com/atomist-skills/skill-logging/commit/e86a552e896412b3340d0260eca347daa5fc126f) ## [1.0.7](https://github.com/atomist-skills/skill-logging/compare/1.0.6...1.0.7) - 2021-05-18 ### Changed * Fix audit findings. [8b21c88](https://github.com/atomist-skills/skill-logging/commit/8b21c88c2450d7af0edc0337b1765d28bb676ee3) ## [1.0.6](https://github.com/atomist-skills/skill-logging/compare/1.0.5...1.0.6) - 2021-05-06 ### Fixed * Chunk only when required. [f6d9e8a](https://github.com/atomist-skills/skill-logging/commit/f6d9e8a3b99d7886f37159f2eeb47bc93285cd86) ## [1.0.5](https://github.com/atomist-skills/skill-logging/compare/1.0.4...1.0.5) - 2021-05-06 ### Added * Chunk large log entries. [b6f1d5a](https://github.com/atomist-skills/skill-logging/commit/b6f1d5ae5dda09818276d8467778f6ae87e939a7) ## [1.0.4](https://github.com/atomist-skills/skill-logging/compare/1.0.3...1.0.4) - 2021-04-23 ### Removed * Remove closing debug statement. [7c32b99](https://github.com/atomist-skills/skill-logging/commit/7c32b99d58260f86b7f5ec2e2c7326639214df1b) ## [1.0.3](https://github.com/atomist-skills/skill-logging/compare/1.0.2...1.0.3) - 2021-04-21 ### Changed * Use batching for sending log entries. [7a85e83](https://github.com/atomist-skills/skill-logging/commit/7a85e83af8b0476da3c28ec58c873568ed42ae25) ## [1.0.2](https://github.com/atomist-skills/skill-logging/compare/1.0.1...1.0.2) - 2021-04-21 ### Added * Include hostname in labels. [e734d1a](https://github.com/atomist-skills/skill-logging/commit/e734d1aeec14d92e10e41b53dfb0a621a9f10e47) ## [1.0.1](https://github.com/atomist-skills/skill-logging/compare/1.0.0...1.0.1) - 2021-04-21 ### Fixed * Enforce purging of logging queue. [c43e1fb](https://github.com/atomist-skills/skill-logging/commit/c43e1fb8d0a7c8f015de8f491d1013a4de237ac0) ## [1.0.0](https://github.com/atomist-skills/skill-logging/compare/0.2.6...1.0.0) - 2021-04-20 ## [0.2.6](https://github.com/atomist-skills/skill-logging/compare/0.2.5...0.2.6) - 2020-10-12 ## [0.2.5](https://github.com/atomist-skills/skill-logging/compare/0.2.4...0.2.5) - 2020-10-07 ## [0.2.4](https://github.com/atomist-skills/skill-logging/compare/0.2.3...0.2.4) - 2020-10-06 ### Changed * Update @google-cloud/logging. [9bcb990](https://github.com/atomist-skills/skill-logging/commit/9bcb99021f119ac2ce738b6454ae661603d03940) ## [0.2.3](https://github.com/atomist-skills/skill-logging/compare/0.2.2...0.2.3) - 2020-09-25 ### Fixed * Clean up changelog. [2533e28](https://github.com/atomist-skills/skill-logging/commit/2533e28282be26cf39c015d754b36ff2cba5ac58) ## [0.2.0](https://github.com/atomist-skills/skill-logging/tree/0.2.0) ### Added * Initial release.