Releases: TEN-framework/ten_framework.bak
Releases · TEN-framework/ten_framework.bak
0.8.24
What's Changed
- refactor: disable runtime graph check by @halajohn in TEN-framework/ten-framework#1038
Full Changelog: TEN-framework/ten-framework@0.8.23...0.8.24
0.10.0
What's Changed
- feat: make on_load_addon async by @sunxilin in TEN-framework/ten-framework#1022
- refactor: rename callback types for addon loading functions for consistency by @halajohn in TEN-framework/ten-framework#1023
- refactor: streamline addon interface and improve async handling across various components by @halajohn in TEN-framework/ten-framework#1024
- refactor!: use ten instead of _ten by @halajohn in TEN-framework/ten-framework#1026
- refactor: remove create_uri_to_pkg_info_map function by @halajohn in TEN-framework/ten-framework#1027
- feat: add graph UI metadata management endpoints and structures by @halajohn in TEN-framework/ten-framework#1028
- feat: add manifest file generation and packaging dependencies by @halajohn in TEN-framework/ten-framework#1029
- chore: update version to 0.10.0 and adjust manifest files across various packages by @halajohn in TEN-framework/ten-framework#1030
Full Changelog: TEN-framework/ten-framework@0.9.6...0.10.0
0.9.6
What's Changed
- refactor: update test cases to use new extension addon paths by @halajohn in TEN-framework/ten-framework#1017
- fix: ensure required fields are preserved in converted message schema by @halajohn in TEN-framework/ten-framework#1018
- feat: remove addon_store singleton and add thread check for it by @sunxilin in TEN-framework/ten-framework#1009
- fix: add integrity check for addon host in protocol URI conversion by @halajohn in TEN-framework/ten-framework#1019
- fix: ws host by @shczhen in TEN-framework/ten-framework#1020
- chore: update version to 0.9.6 and adjust manifest files across various packages by @halajohn in TEN-framework/ten-framework#1021
Full Changelog: TEN-framework/ten-framework@0.9.5...0.9.6
0.8.23
Full Changelog: TEN-framework/ten-framework@0.8.22...0.8.23
0.9.5
What's Changed
- feat: add 'AddConnectionToNode' by @plutoless in TEN-framework/ten-framework#1006
- refactor: update test data paths and remove obsolete JSON files for graph and schema tests by @halajohn in TEN-framework/ten-framework#1007
- Feat--add-update_graph_all_fields-function-to-handle-graph-updates by @halajohn in TEN-framework/ten-framework#1011
- feat: new design & bug fix by @shczhen in TEN-framework/ten-framework#1010
- Feat/designer enhance by @plutoless in TEN-framework/ten-framework#1008
- refactor: update test cases to use new extension addon paths and remove obsolete manifest JSON file by @halajohn in TEN-framework/ten-framework#1013
- feat: add feedback template & entry by @shczhen in TEN-framework/ten-framework#1012
- chore: update version to 0.9.5 and adjust manifest files across various packages by @halajohn in TEN-framework/ten-framework#1014
- fix: typo by @shczhen in TEN-framework/ten-framework#1015
- refactor: update test cases to use new extension addon manifest and remove obsolete JSON file by @halajohn in TEN-framework/ten-framework#1016
Full Changelog: TEN-framework/ten-framework@0.9.4...0.9.5
0.9.4
What's Changed
- refactor: simplify file writing logic by using BufWriter for improved performance in unpackage.rs by @halajohn in TEN-framework/ten-framework#1004
- chore: update version to 0.9.4 and adjust manifest files across various packages by @halajohn in TEN-framework/ten-framework#1005
Full Changelog: TEN-framework/ten-framework@0.9.3...0.9.4
0.9.3
What's Changed
- refactor: simplify graph node addition by consolidating functions and updating module paths by @halajohn in TEN-framework/ten-framework#993
- feat: add fake app for smoke test and standalone test by @sunxilin in TEN-framework/ten-framework#991
- refactor: streamline schema compatibility checks by @halajohn in TEN-framework/ten-framework#994
- refactor: update extension names and enhance schema compatibility checks in tests by @halajohn in TEN-framework/ten-framework#995
- fix: fe issues by @shczhen in TEN-framework/ten-framework#997
- feat: add destination message name retrieval function and update schema conversion logic by @halajohn in https://github.com/TEN-framework/ten_framework/pull/998
- chore: update version to 0.9.3 and adjust manifest files across multiple packages by @halajohn in TEN-framework/ten-framework#999
- refactor: enhance message conversion logic and update related tests by @halajohn in TEN-framework/ten-framework#1000
- feat: add thread check for addon_loader by @sunxilin in TEN-framework/ten-framework#996
- refactor: improve message schema comparison logic by @halajohn in TEN-framework/ten-framework#1001
- refactor: improve variable naming for clarity in addon management by @halajohn in TEN-framework/ten-framework#1002
- feat: introduce JSON file writing utility functions and enhance graph node management by @halajohn in TEN-framework/ten-framework#1003
Full Changelog: TEN-framework/ten-framework@0.9.2...0.9.3
0.9.2
What's Changed
- chore: update submodule reference and refactor package information retrieval functions by @halajohn in TEN-framework/ten-framework#928
- chore: update submodule reference and refactor package information handling by @halajohn in TEN-framework/ten-framework#930
- refactor: custom nodes and edges by @shczhen in TEN-framework/ten-framework#929
- chore: update submodule reference and refactor graph module structure by @halajohn in TEN-framework/ten-framework#931
- feat: enhance AddGraphNodeRequestPayload and update related functions by @halajohn in TEN-framework/ten-framework#932
- feat: add property update functionality and related tests by @halajohn in TEN-framework/ten-framework#933
- feat: add JSON string handling functions and remove unused manifest files by @halajohn in TEN-framework/ten-framework#934
- feat: change the nodejs packages to esm module by @sunxilin in TEN-framework/ten-framework#922
- feat: enhance graph connection handling with msg_conversion support by @halajohn in TEN-framework/ten-framework#935
- feat: update package dependencies and improve TypeScript type safety by @halajohn in TEN-framework/ten-framework#936
- feat: add message conversion update functionality for graph connections by @halajohn in TEN-framework/ten-framework#937
- feat: add validation endpoint for graph nodes and refactor validation… by @halajohn in TEN-framework/ten-framework#938
- feat: add manifest and property validation endpoints with corresponding tests by @halajohn in TEN-framework/ten-framework#939
- fix: improve value assertion checks across multiple files by @halajohn in TEN-framework/ten-framework#940
- fix: support send_cmd_ex in go binding by @sunxilin in https://github.com/TEN-framework/ten_framework/pull/941
- refactor: change addon_type from String to PkgType in GetAppAddonsRequestPayload by @halajohn in TEN-framework/ten-framework#944
- feat!: deprecate the log_level and log_file in app property by @sunxilin in https://github.com/TEN-framework/ten_framework/pull/943
- refactor: simplify collect_pkg_info_from_path function by removing lifetime annotations by @halajohn in TEN-framework/ten-framework#945
- refactor: remove deprecated log level initialization function from metadata.c by @halajohn in TEN-framework/ten-framework#947
- feat: add/rm node and update property by @shczhen in TEN-framework/ten-framework#949
- refactor: rename BaseDirPkgInfo to PkgsInfoInApp by @halajohn in TEN-framework/ten-framework#948
- feat: enhance add_graph_connection functionality with PkgInfoWithBaseDir struct by @halajohn in TEN-framework/ten-framework#950
- refactor: update DocLinkKey and HelpTextKey enums to include new variants by @halajohn in TEN-framework/ten-framework#951
- feat: adjust the timing of registering addons by @sunxilin in TEN-framework/ten-framework#946
- refactor: clean up get_id method in GraphInfo struct and improve comments in extension.rs by @halajohn in TEN-framework/ten-framework#955
- feat: popup tabs and integrate doc by @shczhen in TEN-framework/ten-framework#954
- fix: minor issues by @shczhen in TEN-framework/ten-framework#957
- feat: add uuid dependency and implement UUID generation for predefined graphs in Property struct by @halajohn in TEN-framework/ten-framework#956
- feat: split the loading and registering phases of protocol by @sunxilin in TEN-framework/ten-framework#953
- fix: update belonging_pkg_type in GraphInfo struct to be optional by @halajohn in TEN-framework/ten-framework#958
- refactor: update predefined graph functions to improve graph retrieva… by @halajohn in TEN-framework/ten-framework#961
- refactor: update delete test to use new graph retrieval function by @halajohn in TEN-framework/ten-framework#962
- feat: make sure the context is passed in when registering addons by @sunxilin in TEN-framework/ten-framework#960
- refactor: remove update graph endpoint and related files from designe… by @halajohn in TEN-framework/ten-framework#963
- refactor: update graph name handling to be optional across various endpoints and structures by @halajohn in TEN-framework/ten-framework#964
- refactor: update graph handling to use UUIDs instead of names across endpoints and tests by @halajohn in TEN-framework/ten-framework#966
- refactor: update graph connection and node handling by @halajohn in TEN-framework/ten-framework#967
- feat: add functions to find graphs by name and ID in cache by @halajohn in TEN-framework/ten-framework#968
- feat: add property schema module and related tests by @halajohn in TEN-framework/ten-framework#969
- refactor: streamline graph connection handling and enhance message conversion logic by @halajohn in TEN-framework/ten-framework#970
- refactor: update command execution to use references for configuration and output parameters by @halajohn in TEN-framework/ten-framework#971
- refactor: enhance message conversion logic and update graph connection handling by @halajohn in TEN-framework/ten-framework#972
- refactor: introduce TEN_NAME_RULE_PATH constant and optimize message conversion logic by @halajohn in TEN-framework/ten-framework#973
- refactor: enhance message conversion validation and streamline graph … by @halajohn in TEN-framework/ten-framework#975
- test: add multiple tests for updating graph connection message conversion and schema validation by @halajohn in TEN-framework/ten-framework#978
- feat: refactor popup and apply new API by @shczhen in TEN-framework/ten-framework#974
- feat: make sure all addons are registered on the app thread by @sunxilin in TEN-framework/ten-framework#965
- feat: support static loading of all addons when app startup by @sunxilin in TEN-framework/ten-framework#977
- refactor: remove TmanConfigFile and related functions by @halajohn in TEN-framework/ten-framework#980
- fix: update graph node property handling to ensure correct node retrieval and property assignment by @halajohn in TEN-framework/ten-framework#982
- fix: update graph node property handling to ensure correct node retri… by @halajohn in TEN-framework/ten-framework#983
- refactor: consolidate graph node property updates into a single function for better maintainability by @halajohn in TEN-framework/ten-framework#984
- fix: designer fe bugs by @shczhen in TEN-framework/ten-framework#981
- refactor: rename and reorganize extension property schema endpoints by @halajohn in TEN-framework/ten-framework#986
- refactor: remove property schema endpoints and replace with schema endpoints for better organization by @halajohn in TEN-framework/ten-framework#987
- fix: support connection name by @shczhen in TEN-framework/ten-framework#989
- refactor: remove message conversion validation and streamline connect… by @halajohn in TEN-framework/ten-framework#990
- chore: update version to 0.9.2 and adjust manifest files across various packages by @halajohn in TEN-framework/ten-framework#992
Full Changelog: TEN-framework/ten-framework@0.9.1...0.9.2
0.8.22
What's Changed
- feat: support static loading of all addons when app startup (cherry-pick to 0.8.x) by @sunxilin in TEN-framework/ten-framework#988
Full Changelog: TEN-framework/ten-framework@0.8.21...0.8.22
0.8.21
What's Changed
- fix: support send_cmd_ex in go binding(cherry-pick to 0.8.x) by @sunxilin in https://github.com/TEN-framework/ten_framework/pull/942
Full Changelog: TEN-framework/ten-framework@0.8.20...0.8.21