diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 315748cd2..9de558f65 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,23 @@ +- commits: + - subject: "logs: Refactor the heartbeat to use setInterval instead of setTimeout" + hash: 6f9c85c4e0004a68b731e5a17d9187baa7e521b9 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + - subject: "logs: Eagerly clear the heartbeat timeout when the request finishes" + hash: 40360a462e0529e1cab0c85db47cb4e3dd71fd86 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 25.1.29 + title: "" + date: 2024-07-09T14:40:52.132Z - commits: - subject: Update balena/open-balena-base Docker tag to v18.0.5 hash: bcb34a715e4a33298bb7f7b72860f2d03335c551 diff --git a/CHANGELOG.md b/CHANGELOG.md index e400cde52..fde462b8e 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/). +## 25.1.29 - 2024-07-09 + +* logs: Refactor the heartbeat to use setInterval instead of setTimeout [Thodoris Greasidis] +* logs: Eagerly clear the heartbeat timeout when the request finishes [Thodoris Greasidis] + ## 25.1.28 - 2024-07-08 diff --git a/package-lock.json b/package-lock.json index ff6263492..431f907ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "25.1.28", + "version": "25.1.29", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "25.1.28", + "version": "25.1.29", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^9.2.0", diff --git a/package.json b/package.json index 98b0e4482..b2fed4195 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "25.1.28", + "version": "25.1.29", "license": "AGPL-3.0", "repository": { "type": "git", @@ -167,6 +167,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-07-08T20:03:39.713Z" + "publishedAt": "2024-07-09T14:40:52.951Z" } }