What's Changed
- test: test_cases for exec_endpoint by @FaithfulinLOVE in https://github.com/TEN-framework/ten-framework/pull/1160
- refactor: enhance loc_t functionality by adding new initialization and setter methods by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1171
- feat: implement custom source location handling in msg_t class by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1175
- feat: add workflow to publish extension to TEN store by @sunxilin in https://github.com/TEN-framework/ten-framework/pull/1178
- feat: add standalone test app support and refactor extension tester structure by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1180
- refactor: improve argument validation in TEN_ASSERT statements across multiple files by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1185
- feat: implement standalone test extension support in the extension module by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1186
- refactor(designer fe): apps manager by @shczhen in https://github.com/TEN-framework/ten-framework/pull/1184
- feat: add engine and app pointers to ten_extension_t structure for improved access within extensions by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1188
- refactor: update pointer handling in msg_dest_info structures and imp… by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1189
- feat: introduce hash table support in msg_dest_info structures and add is_empty check by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1190
- chore: update version headers and manifest files across multiple languages by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1191
New Contributors
- @FaithfulinLOVE made their first contribution in https://github.com/TEN-framework/ten-framework/pull/1160
Full Changelog: https://github.com/TEN-framework/ten-framework/compare/0.10.26...0.10.27