|
| 1 | +v3.2.0 |
| 2 | +------ |
| 3 | + |
| 4 | +16 March 2026 |
| 5 | + |
| 6 | +This marks the last release for v3 of LibOSDP as v4 will break a few API to switch |
| 7 | +to a new "one channel per osdp_t" data model. |
| 8 | + |
| 9 | +Enhancements: |
| 10 | + - Python: Enable support for app owned queue data |
| 11 | + - API: Add app-owned queue mode with completion callbacks |
| 12 | + - Add some quality of life improvements for Zephyr |
| 13 | + - chore: Add macro guards around config.h.in entries |
| 14 | + - Add python support for zero-coppy and add a pytest |
| 15 | + - API: Add support for a new zero-copy RX path |
| 16 | + - allow REPLAY_OSTATR as reply for CMD_OUT |
| 17 | + - Add helper methods to read/write from buffers |
| 18 | + - cp: Remove unused flag PD_FLAG_HAS_SCBK |
| 19 | + - LibOSDP: Decouple OSDP_FLAG_XXX and PD_FLAG_XXX |
| 20 | + - Add static inline helpers for various OSDP_FLAG_* macros |
| 21 | + - API: Reorder attribute macros for Clang compatibility |
| 22 | + - PD: Add internal command validation |
| 23 | + |
| 24 | +Fixes: |
| 25 | + - Fix build git version tags |
| 26 | + - tests: Fix broken command unit tests |
| 27 | + - Fix docs build |
| 28 | + - test: Fix failure due to capabilities |
| 29 | + - tests: Fix warning about unused functions |
| 30 | + - python: Fix deadlocks by using with statement in locks |
| 31 | + - pyosdp: Fix error propagation to help debugging |
| 32 | + - fixup! Initialize command and event structs before the are used |
| 33 | + - Initialize command and event structs before the are used |
| 34 | + - pyosdp: Fix status command event and struct builders |
| 35 | + - fix Stat Decode error in file transfer keep alive mode |
| 36 | + - Avoid unused variable warnings in case __ASSERT evaluates to NOP. |
| 37 | + - PD: Fix warning about unhandled cases in validate_command |
| 38 | + - CP: Fix un‑annotated fall‑through in notify_command_status |
| 39 | + - fixup! PD: Add internal command validation |
| 40 | + - CP: Fix bug in sequence number progression |
| 41 | + - PD: Fix non-compliant REPLY_RMAC_I status byte |
| 42 | + - Remove redundant pd->reply_id sets and add missing javadoc entry |
| 43 | + |
| 44 | + |
1 | 45 | v3.1.0 |
2 | 46 | ------ |
3 | 47 |
|
|
0 commit comments