snapshots/2022-08-03
版本发布时间: 2023-03-31 23:18:38
eclipse/wakaama最新发布版本:snapshots/2023-03-31(2023-03-31 23:19:17)
What's Changed
- LWM2M 1.1 registration by @sbertin-telular in https://github.com/eclipse/wakaama/pull/418
- Fix a variety of warning by @sbertin-telular in https://github.com/eclipse/wakaama/pull/422
- Fix/memory allocation issue by @tgagneret-embedded in https://github.com/eclipse/wakaama/pull/412
- URI updates by @sbertin-telular in https://github.com/eclipse/wakaama/pull/421
- Fix memory leak with bad options. by @sbertin-telular in https://github.com/eclipse/wakaama/pull/426
- Add SenML JSON support by @sbertin-telular in https://github.com/eclipse/wakaama/pull/428
- CI: Build and test using GitHub Actions by @rettichschnidi in https://github.com/eclipse/wakaama/pull/489
- Fix reference to Erbium's CoAP engine by @rettichschnidi in https://github.com/eclipse/wakaama/pull/492
- Make TLV format optional. by @sbertin-telular in https://github.com/eclipse/wakaama/pull/430
- Fix potential type size mismatch through pointers by @sbertin-telular in https://github.com/eclipse/wakaama/pull/432
- Point the tinydtls submodule at the new location. by @sbertin-telular in https://github.com/eclipse/wakaama/pull/496
- Handle resource instances in Read, Write, and Observe. by @sbertin-telular in https://github.com/eclipse/wakaama/pull/435
- docs: fix simple typo, boostrap -> bootstrap by @timgates42 in https://github.com/eclipse/wakaama/pull/515
- Improve client disp command by @qleisan in https://github.com/eclipse/wakaama/pull/518
- Fix passing NULL pointer to printf as string. by @CiaranWoodward in https://github.com/eclipse/wakaama/pull/522
- Improve portability by @qleisan in https://github.com/eclipse/wakaama/pull/525
- Enable SENML_JSON support in lightclient by @qleisan in https://github.com/eclipse/wakaama/pull/520
- [Core reorg] Organize source files per area. by @sbertin-telular in https://github.com/eclipse/wakaama/pull/528
- Reflect changes to the server object into the core stack by @CiaranWoodward in https://github.com/eclipse/wakaama/pull/529
- Add received message size check by @qleisan in https://github.com/eclipse/wakaama/pull/532
- Fix for issue #440: Crash with client in DTLS when "quit" is usedInco… by @qleisan in https://github.com/eclipse/wakaama/pull/533
- Update bootstrap_server.ini Leshan sandbox URI by @qleisan in https://github.com/eclipse/wakaama/pull/535
- Improve lwm2m_step() state logic by @qleisan in https://github.com/eclipse/wakaama/pull/538
- Remove incomplete error state in transaction_new by @CiaranWoodward in https://github.com/eclipse/wakaama/pull/531
- Support the preferred content format for Bootstrap-Request by @sbertin-telular in https://github.com/eclipse/wakaama/pull/539
- Improve coding style by @qleisan in https://github.com/eclipse/wakaama/pull/543
- Support object versions by @sbertin-telular in https://github.com/eclipse/wakaama/pull/545
- Support Bootstrap-Read and Bootstrap-Discover by @sbertin-telular in https://github.com/eclipse/wakaama/pull/549
- Fix potential crash when manipulating object attributes by @qleisan in https://github.com/eclipse/wakaama/pull/552
- Fix debug step-timeout-print for 32-bit platforms by @mlasch in https://github.com/eclipse/wakaama/pull/557
- [GH-182] CI: Simplify execution by @rettichschnidi in https://github.com/eclipse/wakaama/pull/564
- CI: Enable sanitizers by @rettichschnidi in https://github.com/eclipse/wakaama/pull/565
- [GH-182] ci: Generate coverage information by @rettichschnidi in https://github.com/eclipse/wakaama/pull/567
- [GH-182] ci: Build with GCC and Clang by @rettichschnidi in https://github.com/eclipse/wakaama/pull/569
- [GH-182] ci: Run Clang Static Analyzer by @rettichschnidi in https://github.com/eclipse/wakaama/pull/570
- ci: Build using C99 and C11 by @rettichschnidi in https://github.com/eclipse/wakaama/pull/575
- Update/cleanup cmake files by @mlasch in https://github.com/eclipse/wakaama/pull/579
- doc: Add badges by @rettichschnidi in https://github.com/eclipse/wakaama/pull/581
- [GH-494] ci: Build and test on multiple GNU/Linux architectures by @rettichschnidi in https://github.com/eclipse/wakaama/pull/577
- Add missing context to raw block transfer function calls. by @pehrnord in https://github.com/eclipse/wakaama/pull/582
- ci: Integrate SonarCloud by @rettichschnidi in https://github.com/eclipse/wakaama/pull/573
- CI tool cleanup by @rettichschnidi in https://github.com/eclipse/wakaama/pull/589
- CI: Add gitlint by @rettichschnidi in https://github.com/eclipse/wakaama/pull/590
- CI: Gitlint fixup by @rettichschnidi in https://github.com/eclipse/wakaama/pull/592
- CI: Add git-clang-format by @rettichschnidi in https://github.com/eclipse/wakaama/pull/595
- Fix issue #599, run server together with bootstrap by @mlasch in https://github.com/eclipse/wakaama/pull/600
- Make CoAP block size configurable at build- and run-time by @mlasch in https://github.com/eclipse/wakaama/pull/596
- Add integration tests by @qleisan in https://github.com/eclipse/wakaama/pull/598
- Add more integration tests by @qleisan in https://github.com/eclipse/wakaama/pull/611
- [#621] Solve pylint W1514 warnings in Compliance workflow by @mlasch in https://github.com/eclipse/wakaama/pull/622
- [#619] core: Fix segfault during observe error callback by @mlasch in https://github.com/eclipse/wakaama/pull/620
- Fix payload buffer use after free by @broglep-work in https://github.com/eclipse/wakaama/pull/628
- off-by-one: block transfer fix by @broglep-work in https://github.com/eclipse/wakaama/pull/627
- fix: respect partial update argument by @broglep-work in https://github.com/eclipse/wakaama/pull/629
- fix: errors in transaction handling by @broglep-work in https://github.com/eclipse/wakaama/pull/631
- [#618] Fix payload_len handling by @mlasch in https://github.com/eclipse/wakaama/pull/632
- Fix coap_parse_message() by @rettichschnidi in https://github.com/eclipse/wakaama/pull/640
- Fix some compiler warnings by @rettichschnidi in https://github.com/eclipse/wakaama/pull/642
- ci: Update and simplify multiarch builds by @rettichschnidi in https://github.com/eclipse/wakaama/pull/643
- codeql: Fix potential multiplication overflow by @rettichschnidi in https://github.com/eclipse/wakaama/pull/641
- examples: client: Fix buffer overrun by @rettichschnidi in https://github.com/eclipse/wakaama/pull/644
- Improve Python cosmetics by @rettichschnidi in https://github.com/eclipse/wakaama/pull/645
- Fix compilation for server and bootstrap server mode by @rettichschnidi in https://github.com/eclipse/wakaama/pull/652
- Improve description of preprocessor definitions by @rettichschnidi in https://github.com/eclipse/wakaama/pull/651
- ci: Build all examples as standalone by @rettichschnidi in https://github.com/eclipse/wakaama/pull/649
- coap: Fix zero-length options by @rettichschnidi in https://github.com/eclipse/wakaama/pull/648
- [GH-594] examples: client: dtls: Fix crash by @rettichschnidi in https://github.com/eclipse/wakaama/pull/647
- [GH-562] examples: client: Compile without LWM2M_BOOTSTRAP by @rettichschnidi in https://github.com/eclipse/wakaama/pull/654
- Modernize CMake by @rettichschnidi in https://github.com/eclipse/wakaama/pull/653
- CMake: Fixups for client example by @rettichschnidi in https://github.com/eclipse/wakaama/pull/656
- [GH-574] ci: Enforce CMake formatting by @rettichschnidi in https://github.com/eclipse/wakaama/pull/655
- ci: Fix standalone examples by @rettichschnidi in https://github.com/eclipse/wakaama/pull/658
- ci: Default to clang-format-12 by @mlasch in https://github.com/eclipse/wakaama/pull/669
- Fix intToText value truncation on 32bit architectures by @mlasch in https://github.com/eclipse/wakaama/pull/668
New Contributors
- @tgagneret-embedded made their first contribution in https://github.com/eclipse/wakaama/pull/412
- @rettichschnidi made their first contribution in https://github.com/eclipse/wakaama/pull/489
- @timgates42 made their first contribution in https://github.com/eclipse/wakaama/pull/515
- @qleisan made their first contribution in https://github.com/eclipse/wakaama/pull/518
- @CiaranWoodward made their first contribution in https://github.com/eclipse/wakaama/pull/522
- @mlasch made their first contribution in https://github.com/eclipse/wakaama/pull/557
- @pehrnord made their first contribution in https://github.com/eclipse/wakaama/pull/582
- @broglep-work made their first contribution in https://github.com/eclipse/wakaama/pull/628
Full Changelog: https://github.com/eclipse/wakaama/compare/v1.0...snapshots/2022-08-03