@balena/pinejs 21.0.3-build-key-left-join-70ffcb1e5aecdf72a13344d6b89cc98cf93be1cd-1 → 21.0.3

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,19 +1,95 @@
1
1
  - commits:
2
- - subject: Support $orderby based on a unique reverse navigation resource
3
- hash: 70ffcb1e5aecdf72a13344d6b89cc98cf93be1cd
4
- body: ""
2
+ - subject: Update @balena/odata-to-abstract-sql to 7.1.6
3
+ hash: f521dee8066b9c35ff65f6a0ad164c2b4efdaa3b
4
+ body: |
5
+ Update @balena/odata-to-abstract-sql from 7.1.4 to 7.1.6
5
6
  footer:
6
- Depends-on: https://github.com/balena-io-modules/odata-to-abstract-sql/pull/166
7
- depends-on: https://github.com/balena-io-modules/odata-to-abstract-sql/pull/166
7
+ Depends-on: https://github.com/balena-io-modules/odata-to-abstract-sql/pull/160
8
+ depends-on: https://github.com/balena-io-modules/odata-to-abstract-sql/pull/160
8
9
  Change-type: patch
9
10
  change-type: patch
10
- See: https://balena.fibery.io/Work/Project/Shape--Build-Add-support-for-sorting-on-user-selected-tag-columns-in-the-server-side-paginated-devic-912
11
- see: https://balena.fibery.io/Work/Project/Shape--Build-Add-support-for-sorting-on-user-selected-tag-columns-in-the-server-side-paginated-devic-912
12
11
  author: Thodoris Greasidis
13
- nested: []
12
+ nested:
13
+ - commits:
14
+ - subject: Support path expressions of resources with 0..1 cardinality in
15
+ $select/$filter/$orderby
16
+ hash: 0e9954ba628717eae2581f05cfb5b78c29f2f9a9
17
+ body: |
18
+ Update @balena/odata-parser from 4.1.0 to 4.2.1
19
+ footer:
20
+ Change-type: patch
21
+ change-type: patch
22
+ See: https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part2-url-conventions.html#sec_PathExpressions
23
+ see: https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part2-url-conventions.html#sec_PathExpressions
24
+ author: Thodoris Greasidis
25
+ nested:
26
+ - commits:
27
+ - subject: Add the missing MethodCall type
28
+ hash: 78efcd852c6ff653da7eb17c9d15cdfaf18f177e
29
+ body: ""
30
+ footer:
31
+ Change-type: patch
32
+ change-type: patch
33
+ author: Thodoris Greasidis
34
+ - subject: Add the missing properties in the PropertyPath typings
35
+ hash: dde814052753c19020bdf069050cb96c03229f24
36
+ body: ""
37
+ footer:
38
+ Change-type: patch
39
+ change-type: patch
40
+ See: https://github.com/balena-io-modules/odata-parser/pull/96
41
+ see: https://github.com/balena-io-modules/odata-parser/pull/96
42
+ author: Thodoris Greasidis
43
+ version: odata-parser-4.2.1
44
+ title: ""
45
+ date: 2025-03-18T11:16:09.003Z
46
+ - commits:
47
+ - subject: Support ordering by a Collection Navigation property using a Key
48
+ notation
49
+ hash: 460e4f3775068621b914c3c4a12cac34aba5e0e0
50
+ body: ""
51
+ footer:
52
+ Change-type: minor
53
+ change-type: minor
54
+ See: https://balena.fibery.io/Work/Project/Shape--Build-Add-support-for-sorting-on-user-selected-tag-columns-in-the-server-side-paginated-devic-912
55
+ see: https://balena.fibery.io/Work/Project/Shape--Build-Add-support-for-sorting-on-user-selected-tag-columns-in-the-server-side-paginated-devic-912
56
+ author: Thodoris Greasidis
57
+ version: odata-parser-4.2.0
58
+ title: ""
59
+ date: 2025-03-12T23:08:54.233Z
60
+ - subject: Fix OrderBy to use LEFT JOIN instead of INNER JOIN
61
+ hash: e9f636b894c00b1b29946ddcb0f7bb635cb0d01d
62
+ body: ""
63
+ footer:
64
+ Change-type: patch
65
+ change-type: patch
66
+ author: Andrea Rosci
67
+ nested: []
68
+ version: odata-to-abstract-sql-7.1.6
69
+ title: ""
70
+ date: 2025-03-28T05:47:18.848Z
71
+ - commits:
72
+ - subject: Fix translation of Resource -> Table when using a computed term
73
+ hash: 1ece1c36cee6650d5ec72ba767842bb15fdcc953
74
+ body: >
75
+ When adding a computed term which the abstract sql body uses a
76
+ `Resource` node
77
+
78
+ odata-to-abstract-sql was failing to convert the Resource into
79
+ the correct Table due
80
+
81
+ to missing table ref search
82
+ footer:
83
+ Change-type: patch
84
+ change-type: patch
85
+ author: Otavio Jacobi
86
+ nested: []
87
+ version: odata-to-abstract-sql-7.1.5
88
+ title: ""
89
+ date: 2025-03-27T18:14:04.062Z
14
90
  version: 21.0.3
15
91
  title: ""
16
- date: 2025-03-27T14:43:20.340Z
92
+ date: 2025-03-28T05:57:27.594Z
17
93
  - commits:
18
94
  - subject: Convert permissions `namespaceRelationships` to for-of
19
95
  hash: 74eb91db2c258904ed5cb0f2cbd395b7392f0812
package/CHANGELOG.md CHANGED
@@ -5,9 +5,42 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
7
  # v21.0.3
8
- ## (2025-03-27)
8
+ ## (2025-03-28)
9
9
 
10
- * Support $orderby based on a unique reverse navigation resource [Thodoris Greasidis]
10
+
11
+ <details>
12
+ <summary> Update @balena/odata-to-abstract-sql to 7.1.6 [Thodoris Greasidis] </summary>
13
+
14
+ > ## odata-to-abstract-sql-7.1.6
15
+ > ### (2025-03-28)
16
+ >
17
+ >
18
+ > <details>
19
+ > <summary> Support path expressions of resources with 0..1 cardinality in $select/$filter/$orderby [Thodoris Greasidis] </summary>
20
+ >
21
+ >> ### odata-parser-4.2.1
22
+ >> #### (2025-03-18)
23
+ >>
24
+ >> * Add the missing MethodCall type [Thodoris Greasidis]
25
+ >> * Add the missing properties in the PropertyPath typings [Thodoris Greasidis]
26
+ >>
27
+ >> ### odata-parser-4.2.0
28
+ >> #### (2025-03-12)
29
+ >>
30
+ >> * Support ordering by a Collection Navigation property using a Key notation [Thodoris Greasidis]
31
+ >>
32
+ >
33
+ > </details>
34
+ >
35
+ > * Fix OrderBy to use LEFT JOIN instead of INNER JOIN [Andrea Rosci]
36
+ >
37
+ > ## odata-to-abstract-sql-7.1.5
38
+ > ### (2025-03-27)
39
+ >
40
+ > * Fix translation of Resource -> Table when using a computed term [Otavio Jacobi]
41
+ >
42
+
43
+ </details>
11
44
 
12
45
  # v21.0.2
13
46
  ## (2025-03-26)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "21.0.3-build-key-left-join-70ffcb1e5aecdf72a13344d6b89cc98cf93be1cd-1",
3
+ "version": "21.0.3",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -31,7 +31,7 @@
31
31
  "@balena/env-parsing": "^1.2.4",
32
32
  "@balena/lf-to-abstract-sql": "^5.0.3",
33
33
  "@balena/odata-parser": "^4.2.2",
34
- "@balena/odata-to-abstract-sql": "7.1.5-build-orderby-reverse-navigation-resource-53673b4ed6def46271c95cb316a6d589df516413-1",
34
+ "@balena/odata-to-abstract-sql": "^7.1.6",
35
35
  "@balena/sbvr-parser": "^1.4.9",
36
36
  "@balena/sbvr-types": "^9.2.2",
37
37
  "@types/body-parser": "^1.19.5",
@@ -148,6 +148,6 @@
148
148
  "recursive": true
149
149
  },
150
150
  "versionist": {
151
- "publishedAt": "2025-03-27T14:43:21.454Z"
151
+ "publishedAt": "2025-03-28T05:57:29.392Z"
152
152
  }
153
153
  }