@balena/pinejs 21.3.1 → 21.3.2-build-do-not-rely-on-side-behaviors-79fde860ab83bcfacd71969dae2e05fe6010c0f6-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.
- package/.pinejs-cache.json +1 -1
- package/.versionbot/CHANGELOG.yml +43 -1
- package/CHANGELOG.md +6 -1
- package/VERSION +1 -1
- package/package.json +2 -2
@@ -1,3 +1,29 @@
|
|
1
|
+
- commits:
|
2
|
+
- subject: Improve webresource tests to be independent of generated href key
|
3
|
+
hash: 79fde860ab83bcfacd71969dae2e05fe6010c0f6
|
4
|
+
body: >
|
5
|
+
Previous version of tests were relying on the fact that the href
|
6
|
+
(generated) property used the given filename to be generated
|
7
|
+
|
8
|
+
and would search over the bucket for that filename.
|
9
|
+
|
10
|
+
|
11
|
+
This is highly undesirable as it makes the tests unreliable to possible
|
12
|
+
underlying (non breaking) changes, as it relies on a side effect
|
13
|
+
|
14
|
+
|
15
|
+
The current PR changes it by ensuring the specific keys exist on the
|
16
|
+
bucket without any relation for the given filename.
|
17
|
+
footer:
|
18
|
+
See: https://balena.fibery.io/search/tyKzx#Work/Improvement/Make-webresources-file-deletion-more-reliable-2819
|
19
|
+
see: https://balena.fibery.io/search/tyKzx#Work/Improvement/Make-webresources-file-deletion-more-reliable-2819
|
20
|
+
Change-type: patch
|
21
|
+
change-type: patch
|
22
|
+
author: Otavio Jacobi
|
23
|
+
nested: []
|
24
|
+
version: 21.3.2
|
25
|
+
title: ""
|
26
|
+
date: 2025-05-05T07:15:08.263Z
|
1
27
|
- commits:
|
2
28
|
- subject: Fix webresource tests for deleted files with signed hrefs
|
3
29
|
hash: 36265762455f7a2182d8bfcc02b3e9787dfe4abe
|
@@ -17,7 +43,7 @@
|
|
17
43
|
nested: []
|
18
44
|
version: 21.3.1
|
19
45
|
title: ""
|
20
|
-
date: 2025-05-
|
46
|
+
date: 2025-05-05T06:24:42.955Z
|
21
47
|
- commits:
|
22
48
|
- subject: Add multipart upload interface for handlers
|
23
49
|
hash: d78ee0da169cb9b252bfe8d51c4f57cd10051475
|
@@ -2417,6 +2443,7 @@
|
|
2417
2443
|
|
2418
2444
|
|
2419
2445
|
|
2446
|
+
|
2420
2447
|
|
2421
2448
|
As balena-lint
|
2422
2449
|
rejects `new
|
@@ -2457,6 +2484,7 @@
|
|
2457
2484
|
|
2458
2485
|
|
2459
2486
|
|
2487
|
+
|
2460
2488
|
|
2461
2489
|
As engine and npm is
|
2462
2490
|
now required as part
|
@@ -2512,6 +2540,7 @@
|
|
2512
2540
|
|
2513
2541
|
|
2514
2542
|
|
2543
|
+
|
2515
2544
|
|
2516
2545
|
Ensure that the
|
2517
2546
|
input passed in for
|
@@ -2630,6 +2659,7 @@
|
|
2630
2659
|
|
2631
2660
|
|
2632
2661
|
|
2662
|
+
|
2633
2663
|
|
2634
2664
|
This also deprecates
|
2635
2665
|
the legacy version
|
@@ -2676,6 +2706,7 @@
|
|
2676
2706
|
|
2677
2707
|
|
2678
2708
|
|
2709
|
+
|
2679
2710
|
|
2680
2711
|
It can in fact be a
|
2681
2712
|
lot of different
|
@@ -2723,6 +2754,7 @@
|
|
2723
2754
|
|
2724
2755
|
|
2725
2756
|
|
2757
|
+
|
2726
2758
|
|
2727
2759
|
We know what type
|
2728
2760
|
they return and they
|
@@ -2775,6 +2807,7 @@
|
|
2775
2807
|
|
2776
2808
|
|
2777
2809
|
|
2810
|
+
|
2778
2811
|
|
2779
2812
|
Update
|
2780
2813
|
@balena/sbvr-types
|
@@ -2938,6 +2971,7 @@
|
|
2938
2971
|
|
2939
2972
|
|
2940
2973
|
|
2974
|
+
|
2941
2975
|
|
2942
2976
|
This also deprecates
|
2943
2977
|
the legacy use of
|
@@ -6073,6 +6107,7 @@
|
|
6073
6107
|
|
6074
6108
|
|
6075
6109
|
|
6110
|
+
|
6076
6111
|
|
6077
6112
|
|
6078
6113
|
As balena-lint
|
@@ -6141,6 +6176,7 @@
|
|
6141
6176
|
|
6142
6177
|
|
6143
6178
|
|
6179
|
+
|
6144
6180
|
|
6145
6181
|
|
6146
6182
|
As engine and npm is
|
@@ -6224,6 +6260,7 @@
|
|
6224
6260
|
|
6225
6261
|
|
6226
6262
|
|
6263
|
+
|
6227
6264
|
|
6228
6265
|
|
6229
6266
|
Ensure that the
|
@@ -6370,6 +6407,7 @@
|
|
6370
6407
|
|
6371
6408
|
|
6372
6409
|
|
6410
|
+
|
6373
6411
|
|
6374
6412
|
|
6375
6413
|
This also deprecates
|
@@ -6444,6 +6482,7 @@
|
|
6444
6482
|
|
6445
6483
|
|
6446
6484
|
|
6485
|
+
|
6447
6486
|
|
6448
6487
|
|
6449
6488
|
It can in fact be a
|
@@ -6519,6 +6558,7 @@
|
|
6519
6558
|
|
6520
6559
|
|
6521
6560
|
|
6561
|
+
|
6522
6562
|
|
6523
6563
|
|
6524
6564
|
We know what type
|
@@ -6599,6 +6639,7 @@
|
|
6599
6639
|
|
6600
6640
|
|
6601
6641
|
|
6642
|
+
|
6602
6643
|
|
6603
6644
|
|
6604
6645
|
Update
|
@@ -6790,6 +6831,7 @@
|
|
6790
6831
|
|
6791
6832
|
|
6792
6833
|
|
6834
|
+
|
6793
6835
|
|
6794
6836
|
|
6795
6837
|
This also deprecates
|
package/CHANGELOG.md
CHANGED
@@ -4,8 +4,13 @@ All notable changes to this project will be documented in this file
|
|
4
4
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
6
6
|
|
7
|
+
# v21.3.2
|
8
|
+
## (2025-05-05)
|
9
|
+
|
10
|
+
* Improve webresource tests to be independent of generated href key [Otavio Jacobi]
|
11
|
+
|
7
12
|
# v21.3.1
|
8
|
-
## (2025-05-
|
13
|
+
## (2025-05-05)
|
9
14
|
|
10
15
|
* Fix webresource tests for deleted files with signed hrefs [Otavio Jacobi]
|
11
16
|
* Clear webresources bucket after test run [Otavio Jacobi]
|
package/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
21.3.
|
1
|
+
21.3.2
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "21.3.1",
|
3
|
+
"version": "21.3.2-build-do-not-rely-on-side-behaviors-79fde860ab83bcfacd71969dae2e05fe6010c0f6-1",
|
4
4
|
"main": "out/server-glue/module.js",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -149,6 +149,6 @@
|
|
149
149
|
"recursive": true
|
150
150
|
},
|
151
151
|
"versionist": {
|
152
|
-
"publishedAt": "2025-05-
|
152
|
+
"publishedAt": "2025-05-05T07:15:09.352Z"
|
153
153
|
}
|
154
154
|
}
|