What's Changed
- chore: update RUST_BACKTRACE environment variable to "full" for impro… by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1231
- feat: refactor and enhance test extensions for graph communication by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1232
- chore: update test extensions and remove unused graph conversion tests by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1241
- refactor: streamline property validation and enhance error handling by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1244
- docs: update README with new app run instructions by @cyfyifanchen in https://github.com/TEN-framework/ten-framework/pull/1238
- feat: add new test for starting a graph and setting destinations with multiple extensions by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1245
- fix: update test filter for StartGraphTest and improve message integrity checks by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1246
- feat: support log encryption and rotate for advanced log by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1248
- refactor: remove unused command result detail functions from Go interface by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1255
- feat: update test cases to use graph_id instead of detail for command results by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1256
- refactor: remove StartGraphCmd interface and related functions from G… by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1262
- chore: upgrade Go version from 1.18 to 1.20 across multiple modules by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1263
- feat: add new test for starting a graph and setting destinations from a new graph by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1264
- feat: implement start and stop graph commands with associated message types by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1266
- feat: add TypeScript extensions and update integration tests for graph commands by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1267
- feat: enable appending additional script arguments in command line interface by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1269
- feat: enhance command handling and extend test coverage for graph operations by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1270
- refactor: reorganize test dependencies in ten_runtime_smoke_test to improve structure by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1274
- refactor: remove Runloop and Transport classes from the TEN Framework to streamline codebase by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1275
- fix: update destination setting in StartGraphCmd to remove unnecessary properties by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1276
- feat: add ValueTypeNull to value types across Go, Node.js, and Python interfaces by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1284
- refactor: simplify constructor in value_t class for improved readability by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1295
- fix: add more log when test fail by @sunxilin in https://github.com/TEN-framework/ten-framework/pull/1299
- feat: asr & tts & main by @plutoless in https://github.com/TEN-framework/ten-framework/pull/1206
- fix: fix githubn workflow & upgrade playground image by @plutoless in https://github.com/TEN-framework/ten-framework/pull/1301
- chore: update version to 0.10.32 by @halajohn in https://github.com/TEN-framework/ten-framework/pull/1304
Full Changelog: https://github.com/TEN-framework/ten-framework/compare/0.10.31...0.10.32