diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9f36fccb1..11caa9685 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,23 @@ +- commits: + - subject: Enable compression when storing/tailing loki device logs + hash: 8d414cd72e66453f7d2b633c009c7fd8584557dd + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + - subject: Enable gzip compression when fetching historical loki device logs + hash: 248a1b7a471d001237ff3d7c385962ba35632172 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 31.0.2 + title: "" + date: 2024-11-01T15:08:24.825Z - commits: - subject: Avoid false positive unhandled errors in `throttledForEach` hash: 7b7ea8bd93d7995f70ed7317c3a7309e03caa59a @@ -1473,6 +1493,7 @@ + Update @@ -1523,6 +1544,7 @@ + The internal and @@ -1589,6 +1611,7 @@ + Update @@ -2084,6 +2107,7 @@ + - Update @@ -2610,6 +2634,7 @@ + Update @@ -2692,6 +2717,7 @@ + As balena-lint @@ -2749,6 +2775,7 @@ + As engine and npm is @@ -2821,6 +2848,7 @@ + Ensure that the @@ -2919,6 +2947,7 @@ + Update @@ -2982,6 +3011,7 @@ + Update @@ -3035,6 +3065,7 @@ + This also deprecates @@ -3098,6 +3129,7 @@ + It can in fact be a @@ -3162,6 +3194,7 @@ + We know what type @@ -3231,6 +3264,7 @@ + Update @@ -3411,6 +3445,7 @@ + This also deprecates @@ -3647,6 +3682,7 @@ + As balena-lint @@ -3703,6 +3739,7 @@ + As engine and npm is @@ -3774,6 +3811,7 @@ + Ensure that the @@ -3905,6 +3943,7 @@ + As balena-lint @@ -3961,6 +4000,7 @@ + As engine and npm is @@ -4032,6 +4072,7 @@ + Ensure that the @@ -6184,6 +6225,7 @@ + As balena-lint @@ -6240,6 +6282,7 @@ + As engine and npm is @@ -6311,6 +6354,7 @@ + Ensure that the @@ -6452,6 +6496,7 @@ + This also deprecates @@ -6514,6 +6559,7 @@ + It can in fact be a @@ -6577,6 +6623,7 @@ + We know what type @@ -6645,6 +6692,7 @@ + Update @@ -6824,6 +6872,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f43b3a2..6e952dfad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## 31.0.2 - 2024-11-01 + +* Enable compression when storing/tailing loki device logs [Pagan Gazzard] +* Enable gzip compression when fetching historical loki device logs [Pagan Gazzard] + ## 31.0.1 - 2024-11-01 * Avoid false positive unhandled errors in `throttledForEach` [Pagan Gazzard] diff --git a/package-lock.json b/package-lock.json index ec4a28b69..0ea23f494 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "31.0.1", + "version": "31.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "31.0.1", + "version": "31.0.2", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index 730c94dea..a93530f33 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "31.0.1", + "version": "31.0.2", "license": "AGPL-3.0", "repository": { "type": "git", @@ -167,6 +167,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-11-01T14:33:52.444Z" + "publishedAt": "2024-11-01T15:08:25.842Z" } }