Skip to content

Commit e268ff7

Browse files
v21.0.3
1 parent bcdedaa commit e268ff7

File tree

4 files changed

+149
-3
lines changed

4 files changed

+149
-3
lines changed

.versionbot/CHANGELOG.yml

+108
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,95 @@
1+
- commits:
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
6+
footer:
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
9+
Change-type: patch
10+
change-type: patch
11+
author: Thodoris Greasidis
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
90+
version: 21.0.3
91+
title: ""
92+
date: 2025-03-28T06:43:08.288Z
193
- commits:
294
- subject: Convert permissions `namespaceRelationships` to for-of
395
hash: 74eb91db2c258904ed5cb0f2cbd395b7392f0812
@@ -2146,6 +2238,7 @@
21462238

21472239

21482240

2241+
21492242
As balena-lint
21502243
rejects `new
21512244
Boolean()`, `new
@@ -2179,6 +2272,7 @@
21792272

21802273

21812274

2275+
21822276
As engine and npm is
21832277
now required as part
21842278
of package.json we
@@ -2227,6 +2321,7 @@
22272321

22282322

22292323

2324+
22302325
Ensure that the
22312326
input passed in for
22322327
JSON types is either
@@ -2338,6 +2433,7 @@
23382433

23392434

23402435

2436+
23412437
This also deprecates
23422438
the legacy version
23432439
footer:
@@ -2377,6 +2473,7 @@
23772473

23782474

23792475

2476+
23802477
It can in fact be a
23812478
lot of different
23822479
things and that is
@@ -2417,6 +2514,7 @@
24172514

24182515

24192516

2517+
24202518
We know what type
24212519
they return and they
24222520
should be explicitly
@@ -2462,6 +2560,7 @@
24622560

24632561

24642562

2563+
24652564
Update
24662565
@balena/sbvr-types
24672566
from 3.4.18 to 3.5.0
@@ -2618,6 +2717,7 @@
26182717

26192718

26202719

2720+
26212721
This also deprecates
26222722
the legacy use of
26232723
direct true/false
@@ -5745,6 +5845,7 @@
57455845

57465846

57475847

5848+
57485849

57495850

57505851
As balena-lint
@@ -5806,6 +5907,7 @@
58065907

58075908

58085909

5910+
58095911

58105912

58115913
As engine and npm is
@@ -5882,6 +5984,7 @@
58825984

58835985

58845986

5987+
58855988

58865989

58875990
Ensure that the
@@ -6021,6 +6124,7 @@
60216124

60226125

60236126

6127+
60246128

60256129

60266130
This also deprecates
@@ -6088,6 +6192,7 @@
60886192

60896193

60906194

6195+
60916196

60926197

60936198
It can in fact be a
@@ -6156,6 +6261,7 @@
61566261

61576262

61586263

6264+
61596265

61606266

61616267
We know what type
@@ -6229,6 +6335,7 @@
62296335

62306336

62316337

6338+
62326339

62336340

62346341
Update
@@ -6413,6 +6520,7 @@
64136520

64146521

64156522

6523+
64166524

64176525

64186526
This also deprecates

CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,44 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
# v21.0.3
8+
## (2025-03-28)
9+
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>
44+
745
# v21.0.2
846
## (2025-03-26)
947

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21.0.2
1+
21.0.3

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@balena/pinejs",
3-
"version": "21.0.2",
3+
"version": "21.0.3",
44
"main": "out/server-glue/module.js",
55
"type": "module",
66
"repository": "[email protected]:balena-io/pinejs.git",
@@ -148,6 +148,6 @@
148148
"recursive": true
149149
},
150150
"versionist": {
151-
"publishedAt": "2025-03-26T16:33:04.679Z"
151+
"publishedAt": "2025-03-28T06:43:09.974Z"
152152
}
153153
}

0 commit comments

Comments
 (0)