You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stale-issue-message: 'This issue has been marked stale because it has been open for 14 days with no activity. Please remove the stale label or comment on this issue, or the issue will be automatically closed in the next 14 days.'
Copy file name to clipboardExpand all lines: CHANGELOG.md
+40
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,44 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
20
20
21
21
### Fixed
22
22
23
+
## [0.6.0] - 2021-09-30
24
+
25
+
Add the [Close Stale Issues](https://github.com/marketplace/actions/close-stale-issues) action
26
+
27
+
### Upgrade Notes
28
+
29
+
### Known Issues
30
+
31
+
### Added
32
+
33
+
Support for queue_size and latch for publishers. (https://github.com/Unity-Technologies/ROS-TCP-Endpoint/issues/82)
34
+
35
+
### Changed
36
+
37
+
### Deprecated
38
+
39
+
### Removed
40
+
41
+
### Fixed
42
+
43
+
## [0.5.0] - 2021-07-15
44
+
45
+
### Upgrade Notes
46
+
47
+
Upgrade the ROS communication to support ROS2 with Unity
48
+
49
+
### Known Issues
50
+
51
+
### Added
52
+
53
+
### Changed
54
+
55
+
### Deprecated
56
+
57
+
### Removed
58
+
59
+
### Fixed
60
+
23
61
## [0.4.0] - 2021-05-27
24
62
25
63
Note: the logs only reflects the changes from version 0.3.0
@@ -38,6 +76,8 @@ Add linter, unit tests, and test coverage reporting
38
76
39
77
### Changed
40
78
79
+
Improving the performance of the read_message in client.py, This is done by receiving the entire message all at once instead of reading 1024 byte chunks and stitching them together as you go.
0 commit comments