@balena/pinejs 23.2.11-build-renovate-postgres-18-x-4b8b403fbe304a5e47c4824e4e3ae8cb1b6dc31e-1 → 23.2.11-build-update-pinejs-client-core-8-4-1-fb35a0707998cbbdf4d61dfbcd622f817996e6de-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,16 +1,38 @@
1
1
  - commits:
2
- - subject: Update postgres Docker tag to v18
3
- hash: 4b8b403fbe304a5e47c4824e4e3ae8cb1b6dc31e
2
+ - subject: Update pinejs-client-core to 8.4.1
3
+ hash: fb35a0707998cbbdf4d61dfbcd622f817996e6de
4
4
  body: |
5
- Update postgres from 17 to 18
5
+ Update pinejs-client-core from 8.4.0 to 8.4.1
6
6
  footer:
7
7
  Change-type: patch
8
8
  change-type: patch
9
- author: balena-renovate[bot]
10
- nested: []
9
+ author: Thodoris Greasidis
10
+ nested:
11
+ - commits:
12
+ - subject: Stop adding white space after comma in $in expressions
13
+ hash: a0530b427983bab8b826a0e3d313531fa15aa377
14
+ body: >
15
+ inExpr = RWS "in" RWS ( listExpr / commonExpr )
16
+
17
+ listExpr = OPEN BWS primitiveLiteral BWS *( COMMA BWS
18
+ primitiveLiteral BWS ) CLOSE
19
+
20
+ COMMA = "," / "%2C"
21
+
22
+ BWS = f( SP / HTAB / "%20" / "%09" ) ; "bad" whitespace
23
+ footer:
24
+ Change-type: patch
25
+ change-type: patch
26
+ See: https://docs.oasis-open.org/odata/odata/v4.01/os/abnf/odata-abnf-construction-rules.txt
27
+ see: https://docs.oasis-open.org/odata/odata/v4.01/os/abnf/odata-abnf-construction-rules.txt
28
+ author: Thodoris Greasidis
29
+ nested: []
30
+ version: pinejs-client-js-8.4.1
31
+ title: ""
32
+ date: 2025-11-10T17:12:36.457Z
11
33
  version: 23.2.11
12
34
  title: ""
13
- date: 2025-11-07T15:14:05.696Z
35
+ date: 2025-11-10T20:27:59.250Z
14
36
  - commits:
15
37
  - subject: Avoid deep cloning relationships when hitting additional permissions
16
38
  for constrained models
package/CHANGELOG.md CHANGED
@@ -5,9 +5,19 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
7
  # v23.2.11
8
- ## (2025-11-07)
8
+ ## (2025-11-10)
9
+
10
+
11
+ <details>
12
+ <summary> Update pinejs-client-core to 8.4.1 [Thodoris Greasidis] </summary>
9
13
 
10
- * Update postgres Docker tag to v18 [balena-renovate[bot]]
14
+ > ## pinejs-client-js-8.4.1
15
+ > ### (2025-11-10)
16
+ >
17
+ > * Stop adding white space after comma in $in expressions [Thodoris Greasidis]
18
+ >
19
+
20
+ </details>
11
21
 
12
22
  # v23.2.10
13
23
  ## (2025-11-07)
@@ -1,7 +1,7 @@
1
1
  version: "2.1"
2
2
  services:
3
3
  postgres:
4
- image: postgres:18-alpine
4
+ image: postgres:17-alpine
5
5
  environment:
6
6
  POSTGRES_USER: docker
7
7
  POSTGRES_PASSWORD: docker
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "23.2.11-build-renovate-postgres-18-x-4b8b403fbe304a5e47c4824e4e3ae8cb1b6dc31e-1",
3
+ "version": "23.2.11-build-update-pinejs-client-core-8-4-1-fb35a0707998cbbdf4d61dfbcd622f817996e6de-1",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -62,7 +62,7 @@
62
62
  "json-schema-to-ts": "^3.1.1",
63
63
  "lodash": "^4.17.21",
64
64
  "memoizee": "^0.4.17",
65
- "pinejs-client-core": "^8.4.0",
65
+ "pinejs-client-core": "^8.4.1",
66
66
  "randomstring": "^1.3.1",
67
67
  "typed-error": "^3.2.2"
68
68
  },
@@ -149,6 +149,6 @@
149
149
  "recursive": true
150
150
  },
151
151
  "versionist": {
152
- "publishedAt": "2025-11-07T15:14:06.700Z"
152
+ "publishedAt": "2025-11-10T20:28:00.983Z"
153
153
  }
154
154
  }