File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.9.3 (2024-06-18)
2
+
3
+ ### Fixed
4
+
5
+ - Only encrypt site build param values based on defined keys
6
+ - reorder session auth logic, handle redirect to prevent unhandled 500 errors
7
+ - ** admin** : Show UAAIdentity ID in Admin User page (#4501 )
8
+ - send 401 response for bad auth callback (#4512 )
9
+
10
+ ### Maintenance
11
+
12
+ - remove metrics, update yarn.lock
13
+ - ** deps** : bump the npm_and_yarn group across 2 directories with 2 updates
14
+ - ** ci** : Add necessary pipeline OCI image resources to staging and prod
15
+ - yarn.lock regeneration
16
+ - wait for db port on ci tests
17
+ - Add build metrics query examples (#4500 )
18
+ - harden docker in docker use
19
+ - Encrypt build task CF task param values #4509
20
+
1
21
## 0.9.2 (2024-05-21)
2
22
3
23
### Maintenance
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pages-core" ,
3
3
"private" : true ,
4
- "version" : " 0.9.2 " ,
4
+ "version" : " 0.9.3 " ,
5
5
"description" : " " ,
6
6
"keywords" : [],
7
7
"dependencies" : {
You can’t perform that action at this time.
0 commit comments