diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 92267b154..fb2189051 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,150 @@ +- commits: + - subject: Add support for prettifying index constraint errors with their + description + hash: c664148d85c67b645954adc929c778a7ce81115f + body: | + Update @balena/abstract-sql-compiler from 9.0.4 to 9.1.0 + footer: + Depends-on: https://github.com/balena-io-modules/abstract-sql-compiler/pull/237 + depends-on: https://github.com/balena-io-modules/abstract-sql-compiler/pull/237 + Change-type: minor + change-type: minor + author: Thodoris Greasidis + nested: + - commits: + - subject: Export the generateRuleHashAcronym helper + hash: 6d00b7dba58690019cfb443e4c876d30e8d7ad98 + body: "" + footer: + Change-type: minor + change-type: minor + author: Thodoris Greasidis + nested: [] + - subject: Add support for unique indexes with NOT DISTINCT NULLS + hash: cbd1177d14cd2266dd92f29755819a3139bf3bc1 + body: "" + footer: + Change-type: minor + change-type: minor + author: Thodoris Greasidis + nested: [] + - subject: Add support for partial unique indexes + hash: e2c92b8d5022ad29b95dd1e0837ec9dddec24fa4 + body: "" + footer: + Change-type: minor + change-type: minor + author: Thodoris Greasidis + nested: [] + version: abstract-sql-compiler-9.1.0 + title: "" + date: 2024-03-26T09:29:57.519Z + - commits: + - subject: Update dependency @balena/odata-parser to v3 + hash: d23614a1f7346edb262897ca8ff62abc2eaffff6 + body: | + Update @balena/odata-parser from 2.5.0 to 3.0.3 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Optimize by moving constant values into global init + hash: 94899b779fb879540f3675c3c9d7ca3f9d8af4bf + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: fisehara + signed-off-by: fisehara + author: fisehara + version: odata-parser-3.0.3 + title: "" + date: 2024-01-04T15:30:09.102Z + - commits: + - subject: Update dependencies + hash: 0a7bd8ff2e506fa3988b6e1851e0098df5da3f86 + body: > + - Update @balena/lint from 6.2.2 to 7.2.4 + + - Delete `require-npm4-to-publish` as handled by + `engines` parameter in `package.json` + footer: + Change-type: patch + change-type: patch + Signed-off-by: fisehara + signed-off-by: fisehara + author: fisehara + version: odata-parser-3.0.2 + title: "" + date: 2024-01-04T10:16:56.896Z + - commits: + - subject: Allow running CI on external PRs + hash: 875af25a9e8ba9ade051f76f4500f5146db675a7 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: odata-parser-3.0.1 + title: "" + date: 2023-09-25T10:50:13.648Z + - commits: + - subject: Use optional chaining operator + hash: 1fb39ef2497b964af0f2cbc953a3f0843936fe02 + body: "" + footer: + Change-type: major + change-type: major + author: Pagan Gazzard + - subject: Set minimum supported nodejs version to 16.13.0 + hash: 91b8f51691a9649e99f2dc64253cc5ce9b59035a + body: "" + footer: + Change-type: major + change-type: major + author: Pagan Gazzard + version: odata-parser-3.0.0 + title: "" + date: 2023-04-26T14:57:49.416Z + version: abstract-sql-compiler-9.0.7 + title: "" + date: 2024-03-22T13:08:03.336Z + - commits: + - subject: Update TypeScript to 5.4.3 + hash: 29299180ecbcb5bcd26b47e52f86538fa9a1f0f8 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: abstract-sql-compiler-9.0.6 + title: "" + date: 2024-03-21T16:34:21.387Z + - commits: + - subject: Update `@balena/sbvr-types` + hash: 1822aa5e81736f18f2a4dd265e5754b589d4fd36 + body: > + Updaet @balena/sbvr-types from 6.0.0 to 7.0.1 + + + @balena/sbvr-types changes `fetchProcessing` and not validate. + No change in abstract-sql-compiler interfaces. => Patch + footer: + Change-type: patch + change-type: patch + Signed-off-by: Harald Fischer + signed-off-by: Harald Fischer + author: Harald Fischer + nested: [] + version: abstract-sql-compiler-9.0.5 + title: "" + date: 2024-03-05T19:12:37.779Z + version: 16.1.0 + title: "" + date: 2024-04-02T15:33:20.424Z - commits: - subject: Replace `docker-compose` commands with `docker compose` hash: cee8cd7c503f656125d8d8603c0ad28dc1a848f9 diff --git a/CHANGELOG.md b/CHANGELOG.md index a5dedc3b8..7f0d9d9b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,65 @@ 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/). +# v16.1.0 +## (2024-04-02) + + +
+ Add support for prettifying index constraint errors with their description [Thodoris Greasidis] + +> ## abstract-sql-compiler-9.1.0 +> ### (2024-03-26) +> +> * Export the generateRuleHashAcronym helper [Thodoris Greasidis] +> * Add support for unique indexes with NOT DISTINCT NULLS [Thodoris Greasidis] +> * Add support for partial unique indexes [Thodoris Greasidis] +> +> ## abstract-sql-compiler-9.0.7 +> ### (2024-03-22) +> +> +>
+> Update dependency @balena/odata-parser to v3 [Self-hosted Renovate Bot] +> +>> ### odata-parser-3.0.3 +>> #### (2024-01-04) +>> +>> * Optimize by moving constant values into global init [fisehara] +>> +>> ### odata-parser-3.0.2 +>> #### (2024-01-04) +>> +>> * Update dependencies [fisehara] +>> +>> ### odata-parser-3.0.1 +>> #### (2023-09-25) +>> +>> * Allow running CI on external PRs [Pagan Gazzard] +>> +>> ### odata-parser-3.0.0 +>> #### (2023-04-26) +>> +>> * Use optional chaining operator [Pagan Gazzard] +>> * Set minimum supported nodejs version to 16.13.0 [Pagan Gazzard] +>> +> +>
+> +> +> ## abstract-sql-compiler-9.0.6 +> ### (2024-03-21) +> +> * Update TypeScript to 5.4.3 [Thodoris Greasidis] +> +> ## abstract-sql-compiler-9.0.5 +> ### (2024-03-05) +> +> * Update `@balena/sbvr-types` [Harald Fischer] +> + +
+ # v16.0.2 ## (2024-04-02) diff --git a/VERSION b/VERSION index 7dc3d91fd..11155dbee 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -16.0.2 \ No newline at end of file +16.1.0 \ No newline at end of file diff --git a/package.json b/package.json index 8b8a8656c..2fbeeae9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "16.0.2", + "version": "16.1.0", "main": "out/server-glue/module", "type": "commonjs", "repository": "git@github.com:balena-io/pinejs.git", @@ -144,6 +144,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2024-04-02T13:48:29.817Z" + "publishedAt": "2024-04-02T15:33:21.974Z" } }