nearobject-framework v0.5.0
Pre-release
Pre-release
What's Changed
- Move encoding helpers to separate file in Tlv lib by @abeltrano in #267
- Implement TLV serialization for UwbConfiguration by @abeltrano in #268
- Update to latest WinRT metadata by @abeltrano in #270
- Implement remaining OOB serialization functions by @abeltrano in #269
- Enable TLV-BER in OobSimulator by @corbin-phipps in #271
- Move serialization code side-by-side with data structures by @abeltrano in #274
- fromMsgPack by @forwardpointer in #273
- Update readme.txt with additional build requirements by @forwardpointer in #275
- Invoke public WinRT APIs from nocli by @corbin-phipps in #276
- Create NearObjectSession synchronously by @abeltrano in #277
- add msgpack reading for debugger by @forwardpointer in #278
- Update UwbSimulator project settings to enable Release build configuration by @abeltrano in #279
- Add DeviceType parameter to CreateSession by @corbin-phipps in #280
- Always send at least sizeof(UWB_NOTIFICATION_DATA) bytes for notifications by @corbin-phipps in #281
- Update to latest WinRT API metatdata by @abeltrano in #282
- Fix build workflow to configure the project for ARM64 properly by @abeltrano in #283
- Adding Microsoft SECURITY.MD by @microsoft-github-policy-service in #284
- Allow not providing callbacks to UwbDevice::CreateSession() by @corbin-phipps in #286
- fix an error by @forwardpointer in #288
- Prevent starting the notification listener more than once by @abeltrano in #287
- Streamline UwbConnector notification logging by @abeltrano in #289
- add explicit set tag functionfor uint16_t and size_t to handle endianness by @forwardpointer in #290
- we don't need to support size_t for tags by @forwardpointer in #291
- Allow canceling nocli with control signal (Ctrl-C, Ctrl-Break) on Windows by @abeltrano in #292
- Expand magic_enum range to include all of uint8_t by @abeltrano in #295
- Fix Q97 to double conversion by @corbin-phipps in #296
- Fix ranging measurement ToString() output by @corbin-phipps in #297
- Disable building tests for cross-compile in GitHub cmake action by @abeltrano in #299
- Add json serializers for UwbPeer and UwbPeerSpatialProperties by @abeltrano in #298
- Move std::optional nlohmann custom serializer to base target directory by @abeltrano in #300
- Add missing break statement in switch, check for primitiveness before getting the primitive value by @forwardpointer in #301
- Fire SessionEnded event only when the session enters the de-initialized state by @abeltrano in #302
- Improve nocli output logging by @corbin-phipps in #303
New Contributors
- @microsoft-github-policy-service made their first contribution in #284
Full Changelog: v0.4.8...v0.5.0