File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,35 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
88## [ Unreleased]
99
10- [ Unreleased ] : https://github.com/ShawnFeng0/uorb/compare/v0.2.3...HEAD
10+ [ Unreleased ] : https://github.com/ShawnFeng0/uorb/compare/v0.3.0...HEAD
11+
12+ ## [ 0.3.0] - 2023-06-13
13+ [ 0.3.0 ] : https://github.com/ShawnFeng0/uorb/compare/v0.2.3...v0.3.0
14+
15+ ### Added
16+
17+ - Support custom uorb listener port
18+ - Add ORB_QUEUE_SIZE to the orb_metadata structure
19+ - Automatically configures the queue according to the topic's metadata
20+ - Support macos platform
21+ - Make ConditionVariable support macos platform
22+ - Add unit test for ConditionVariable
23+ - Remove the functional interface of the wait_until class in ConditionVariable, which is not actually a commonly used interface
24+
25+ ### Changed
26+
27+ - Make the tcp listener library use the uorb::listener namespace
28+ - ORB_ID(name) uses a global pointer variable instead of a global function
29+ - msg_gen: Add dependent python libraries to reduce usage complexity
30+ - compile: Simplify cmake scripts
31+ - Add cmake policy configuration file: cmake/policy.cmake
32+ - Add CMP0135 cmake strategy to prevent warning when downloading google test library
33+ - Add googletest download script: cmake/googletest.cmake
34+ - Add a cmake macro to get the git version: cmake/git_version.cmake
35+
36+ ### Fixed
37+
38+ - topic_listener: when NDEBUG is defined, the judgment in assert will be optimized away
1139
1240## [ 0.2.3] - 2021-10-10
1341[ 0.2.3 ] : https://github.com/ShawnFeng0/uorb/compare/v0.2.2...v0.2.3
You can’t perform that action at this time.
0 commit comments