forked from aws-solutions/research-service-workbench-on-aws
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCHANGELOG.json
91 lines (91 loc) · 2.62 KB
/
CHANGELOG.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "@aws/swb-app",
"entries": [
{
"version": "0.1.2",
"tag": "@aws/swb-app_v0.1.2",
"date": "Wed, 10 Aug 2022 17:48:12 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@aws/workbench-core-datasets\" to `0.1.2`"
},
{
"comment": "Updating dependency \"@aws/workbench-core-environments\" to `0.1.2`"
}
]
}
},
{
"version": "0.1.1",
"tag": "@aws/swb-app_v0.1.1",
"date": "Fri, 29 Jul 2022 19:02:48 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@aws/workbench-core-authentication\" to `0.1.1`"
},
{
"comment": "Updating dependency \"@aws/workbench-core-authorization\" to `0.1.1`"
},
{
"comment": "Updating dependency \"@aws/workbench-core-datasets\" to `0.1.1`"
},
{
"comment": "Updating dependency \"@aws/workbench-core-environments\" to `0.1.1`"
},
{
"comment": "Updating dependency \"@aws/workbench-core-logging\" to `0.1.1`"
}
]
}
},
{
"version": "0.1.0",
"tag": "@aws/swb-app_v0.1.0",
"date": "Fri, 29 Jul 2022 16:54:02 GMT",
"comments": {
"minor": [
{
"comment": "Initial release"
},
{
"comment": "Sagemaker Notebook as a compute environment (connect, start, stop, terminate)"
},
{
"comment": "Data set attachment to Sagemaker Notebooks"
},
{
"comment": "Research user creation"
},
{
"comment": "Workspaces include search/filter/sort functions"
},
{
"comment": "Customers able to add custom environments"
},
{
"comment": "Improved performance on workspace page with pagination"
}
],
"dependency": [
{
"comment": "Updating dependency \"@aws/workbench-core-authentication\" to `0.1.0`"
},
{
"comment": "Updating dependency \"@aws/workbench-core-authorization\" to `0.1.0`"
},
{
"comment": "Updating dependency \"@aws/workbench-core-datasets\" to `0.1.0`"
},
{
"comment": "Updating dependency \"@aws/workbench-core-environments\" to `0.1.0`"
},
{
"comment": "Updating dependency \"@aws/workbench-core-logging\" to `0.1.0`"
}
]
}
}
]
}