From 58849cbcc4961b0bd997b9f098fe5136becad6ab Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 14:38:05 +0000 Subject: [PATCH] v30.0.0 --- .versionbot/CHANGELOG.yml | 81 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 9 +++++ package-lock.json | 4 +- package.json | 4 +- 4 files changed, 94 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 0b0ab21ac..0f6856d1a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,55 @@ +- commits: + - subject: Require being explicit about using automatic version based invalidation + hash: 080f7040601bf6ce55f81e4a6c46637b270593b8 + body: "" + footer: + Change-type: major + change-type: major + author: Pagan Gazzard + nested: [] + - subject: Opt out of automatic version based invalidation where applicable + hash: 68f064b34f325940437f9cd98d90671075c6b06d + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + - subject: Remove deprecated `multiCacheMemoizee` signatures + hash: 0570556344c9722ca283faf38ba53d7ddfebfbf5 + body: "" + footer: + Change-type: major + change-type: major + author: Pagan Gazzard + nested: [] + - subject: Add support for specifying `useVersion` for `multiCacheMemoizee` + hash: 494cf450fcf207362dce7d13aa8b06cc51e3ac75 + body: "" + footer: + Change-type: minor + change-type: minor + author: Pagan Gazzard + nested: [] + - subject: Remove `createMultiLevelStore` short-hand for just `default` options + hash: 562891aafa81546a993e34a19a28b8310867c869 + body: "" + footer: + Change-type: major + change-type: major + author: Pagan Gazzard + nested: [] + - subject: Change `createMultiLevelStore` to have `useVersion` as a named option + hash: ef4b602254a48910b9251b9c0c4232e5a4399e7b + body: "" + footer: + Change-type: major + change-type: major + author: Pagan Gazzard + nested: [] + version: 30.0.0 + title: "" + date: 2024-10-16T14:38:00.502Z - commits: - subject: Avoid throwing when `service_install` not found in state-get endpoints hash: 60105509a14b5c1229cc4bfd68cad454298bcadb @@ -707,6 +759,7 @@ + Update @balena/abstract-sql-compiler from 8.5.0 to 9.0.4 @@ -724,6 +777,7 @@ + The internal and external representation of @@ -757,6 +811,7 @@ + Update @types/chai-datetime from 0.0.37 to @@ -1219,6 +1274,7 @@ + - Update @balena/lint from 6.2.2 to 7.2.4 @@ -1712,6 +1768,7 @@ + Update @balena/odata-parser from 2.4.6 to 3.0.0 @@ -1761,6 +1818,7 @@ + As balena-lint rejects `new Boolean()`, `new @@ -1785,6 +1843,7 @@ + As engine and npm is now required as part of package.json we @@ -1824,6 +1883,7 @@ + Ensure that the input passed in for JSON types is either @@ -1889,6 +1949,7 @@ + Update @balena/abstract-sql-compiler from 8.4.0 to 8.4.1 @@ -1919,6 +1980,7 @@ + Update @balena/abstract-sql-compiler from 8.0.0 to 8.4.0 @@ -1939,6 +2001,7 @@ + This also deprecates the legacy version footer: @@ -1969,6 +2032,7 @@ + It can in fact be a lot of different things and that is @@ -2000,6 +2064,7 @@ + We know what type they return and they should be explicitly @@ -2036,6 +2101,7 @@ + Update @balena/sbvr-types from 3.4.18 to 3.5.0 @@ -2183,6 +2249,7 @@ + This also deprecates the legacy use of direct true/false @@ -2386,6 +2453,7 @@ + As balena-lint rejects `new Boolean()`, `new @@ -2409,6 +2477,7 @@ + As engine and npm is now required as part of package.json we @@ -2447,6 +2516,7 @@ + Ensure that the input passed in for JSON types is either @@ -2545,6 +2615,7 @@ + As balena-lint rejects `new Boolean()`, `new @@ -2568,6 +2639,7 @@ + As engine and npm is now required as part of package.json we @@ -2606,6 +2678,7 @@ + Ensure that the input passed in for JSON types is either @@ -4725,6 +4798,7 @@ + As balena-lint rejects `new Boolean()`, `new @@ -4748,6 +4822,7 @@ + As engine and npm is now required as part of package.json we @@ -4786,6 +4861,7 @@ + Ensure that the input passed in for JSON types is either @@ -4894,6 +4970,7 @@ + This also deprecates the legacy version footer: @@ -4923,6 +5000,7 @@ + It can in fact be a lot of different things and that is @@ -4953,6 +5031,7 @@ + We know what type they return and they should be explicitly @@ -4988,6 +5067,7 @@ + Update @balena/sbvr-types from 3.4.18 to 3.5.0 @@ -5134,6 +5214,7 @@ + This also deprecates the legacy use of direct true/false diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e21a326a..1ae91ee4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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/). +## 30.0.0 - 2024-10-16 + +* Require being explicit about using automatic version based invalidation [Pagan Gazzard] +* Opt out of automatic version based invalidation where applicable [Pagan Gazzard] +* Remove deprecated `multiCacheMemoizee` signatures [Pagan Gazzard] +* Add support for specifying `useVersion` for `multiCacheMemoizee` [Pagan Gazzard] +* Remove `createMultiLevelStore` short-hand for just `default` options [Pagan Gazzard] +* Change `createMultiLevelStore` to have `useVersion` as a named option [Pagan Gazzard] + ## 29.1.4 - 2024-10-16 * Avoid throwing when `service_install` not found in state-get endpoints [Otavio Jacobi] diff --git a/package-lock.json b/package-lock.json index 619384c5b..edd9a8a7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "29.1.4", + "version": "30.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "29.1.4", + "version": "30.0.0", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index afe4dff0f..eb6a09eac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "29.1.4", + "version": "30.0.0", "license": "AGPL-3.0", "repository": { "type": "git", @@ -168,6 +168,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-10-16T11:16:58.478Z" + "publishedAt": "2024-10-16T14:38:01.541Z" } }