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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,26 @@ 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
+
23
43
## [0.5.0] - 2021-07-15
24
44
25
45
### Upgrade Notes
@@ -56,6 +76,8 @@ Add linter, unit tests, and test coverage reporting
56
76
57
77
### Changed
58
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