Skip to content

Commit

Permalink
v31.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 1, 2024
1 parent 2e75d93 commit f3dab1d
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 4 deletions.
49 changes: 49 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -1473,6 +1493,7 @@






Update
Expand Down Expand Up @@ -1523,6 +1544,7 @@






The internal and
Expand Down Expand Up @@ -1589,6 +1611,7 @@






Update
Expand Down Expand Up @@ -2084,6 +2107,7 @@






- Update
Expand Down Expand Up @@ -2610,6 +2634,7 @@






Update
Expand Down Expand Up @@ -2692,6 +2717,7 @@






As balena-lint
Expand Down Expand Up @@ -2749,6 +2775,7 @@






As engine and npm is
Expand Down Expand Up @@ -2821,6 +2848,7 @@






Ensure that the
Expand Down Expand Up @@ -2919,6 +2947,7 @@






Update
Expand Down Expand Up @@ -2982,6 +3011,7 @@






Update
Expand Down Expand Up @@ -3035,6 +3065,7 @@






This also deprecates
Expand Down Expand Up @@ -3098,6 +3129,7 @@






It can in fact be a
Expand Down Expand Up @@ -3162,6 +3194,7 @@






We know what type
Expand Down Expand Up @@ -3231,6 +3264,7 @@






Update
Expand Down Expand Up @@ -3411,6 +3445,7 @@






This also deprecates
Expand Down Expand Up @@ -3647,6 +3682,7 @@






As balena-lint
Expand Down Expand Up @@ -3703,6 +3739,7 @@






As engine and npm is
Expand Down Expand Up @@ -3774,6 +3811,7 @@






Ensure that the
Expand Down Expand Up @@ -3905,6 +3943,7 @@






As balena-lint
Expand Down Expand Up @@ -3961,6 +4000,7 @@






As engine and npm is
Expand Down Expand Up @@ -4032,6 +4072,7 @@






Ensure that the
Expand Down Expand Up @@ -6184,6 +6225,7 @@






As balena-lint
Expand Down Expand Up @@ -6240,6 +6282,7 @@






As engine and npm is
Expand Down Expand Up @@ -6311,6 +6354,7 @@






Ensure that the
Expand Down Expand Up @@ -6452,6 +6496,7 @@






This also deprecates
Expand Down Expand Up @@ -6514,6 +6559,7 @@






It can in fact be a
Expand Down Expand Up @@ -6577,6 +6623,7 @@






We know what type
Expand Down Expand Up @@ -6645,6 +6692,7 @@






Update
Expand Down Expand Up @@ -6824,6 +6872,7 @@






This also deprecates
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit f3dab1d

Please sign in to comment.