Skip to content

Commit 6908b0a

Browse files
authored
DOCS-2929: Update changelog (#3459)
1 parent 936b179 commit 6908b0a

File tree

1 file changed

+42
-9
lines changed

1 file changed

+42
-9
lines changed

docs/appendix/changelog.md

+42-9
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,51 @@ outputs:
1919

2020
<!-- If there is no concrete date for a change that makes sense, use the end of the month it was released in. -->
2121

22-
<!-- This isn't in the docs yet
23-
{{% changelog date="2024-06-14" color="changed" title="Python get_robot_part_logs parameters" %}}
22+
{{% changelog date="2024-08-26" color="added" title="ESP32 cameras" %}}
2423

25-
The `errors_only` parameter has been removed from [`get_robot_part_logs()`](/appendix/apis/fleet/#getrobotpartlogs) and replaced with `log_levels`.
24+
`viam-micro-server` now supports cameras on ESP32s.
25+
For more information, see [Configure an esp32-camera](/components/camera/esp32-camera/).
2626

27-
{{% /changelog %}}-->
27+
{{% /changelog %}}
2828

29-
<!-- This isn't in the docs yet
30-
{{% changelog date="2024-05-28" color="added" title="CaptureAllFromCamera and GetProperties to vision API" %}}
29+
{{% changelog date="2024-08-26" color="changed" title="Micro-RDK now called viam-micro-server" %}}
3130

32-
The vision service now supports two new methods: [`CaptureAllFromCamera`](/services/vision/#captureallfromcamera) and [`GetProperties`](/services/vision/#getproperties).
31+
The lightweight version of `viam-server` that is built from the micro-RDK is now referred to as `viam-micro-server`.
32+
For more information, see [viam-micro-server](/architecture/viam-micro-server/).
33+
34+
{{% /changelog %}}
35+
36+
{{% changelog date="2024-08-26" color="added" title="Provisioning" %}}
37+
38+
You can now configure provisioning for machines with the Viam Agent.
39+
For more information, see [Configure provisioning with viam-agent](/how-tos/provision-setup/).
40+
41+
{{% /changelog %}}
42+
43+
{{% changelog date="2024-08-16" color="added" title="Data capture for vision" %}}
44+
45+
Data capture is now possible for the vision service.
46+
For more information, see [Supported components and services](/services/data/capture/#supported-components-and-services).
47+
48+
{{% /changelog %}}
3349

34-
{{% /changelog %}}-->
50+
{{% changelog date="2024-08-01" color="added" title="Create custom training scripts" %}}
51+
52+
You can now upload custom training scripts to the Viam Registry and use them to train machine learning models.
53+
For more information, see [Create custom training scripts](/how-tos/create-custom-training-scripts/).
54+
55+
{{% /changelog %}}
3556

3657
{{% changelog date="2024-07-19" color="changed" title="Operators can now view data" %}}
3758

3859
The operator role now has view permissions for the data in the respective resource a user has access to.
39-
For more information, see [/cloud/rbac/#data-and-machine-learning].
60+
For more information, see [Data and machine learning permissions](/cloud/rbac/#data-and-machine-learning).
61+
62+
{{% /changelog %}}
63+
64+
{{% changelog date="2024-06-14" color="changed" title="Python get_robot_part_logs parameters" %}}
65+
66+
The `errors_only` parameter has been removed from [`get_robot_part_logs()`](/appendix/apis/fleet/#getrobotpartlogs) and replaced with `log_levels`.
4067

4168
{{% /changelog %}}
4269

@@ -47,6 +74,12 @@ The struct contains an int representing the value of the reading, min and max ra
4774

4875
{{% /changelog %}}
4976

77+
{{% changelog date="2024-05-28" color="added" title="CaptureAllFromCamera and GetProperties to vision API" %}}
78+
79+
The vision service now supports two new methods: [`CaptureAllFromCamera`](/services/vision/#captureallfromcamera) and [`GetProperties`](/services/vision/#getproperties).
80+
81+
{{% /changelog %}}
82+
5083
{{% changelog date="2024-05-14" color="changed" title="Renamed GeoObstacle to GeoGeometry" %}}
5184

5285
The motion service API parameter `GeoObstacle` has been renamed to `GeoGeometry`.

0 commit comments

Comments
 (0)