Releases: TEN-framework/ten_framework.bak
Releases · TEN-framework/ten_framework.bak
0.9.1
What's Changed
- fix: app wait for addon_loaders deinited before closed by @sunxilin in TEN-framework/ten-framework#895
- fix: support getting full properties in go binding by @sunxilin in TEN-framework/ten-framework#916
- chore: remove deprecated template package handling from the designer … by @halajohn in TEN-framework/ten-framework#917
- feat: implement add_connection method for managing message flows in the graph by @halajohn in TEN-framework/ten-framework#918
- feat: enhance add_connection method to validate source and destination package information by @halajohn in TEN-framework/ten-framework#920
- fix: replace throwing exception with returning error in nodejs binding by @sunxilin in TEN-framework/ten-framework#919
- refactor: reorganize graph module by removing to_file.rs and updating module imports by @halajohn in TEN-framework/ten-framework#921
- feat: enhance graph connection management by adding support for adding by @halajohn in TEN-framework/ten-framework#923
- Feat--add-delete-connection-functionality-to-graph-management by @halajohn in TEN-framework/ten-framework#924
- feat: create app and fix bugs by @shczhen in TEN-framework/ten-framework#925
- feat: add unit tests for deleting graph connections and nodes by @halajohn in TEN-framework/ten-framework#926
- chore: update submodule reference and version number to 0.9.1 by @halajohn in TEN-framework/ten-framework#927
Full Changelog: TEN-framework/ten-framework@0.9.0...0.9.1
0.9.0
What's Changed
- refactor: update schema test cases and fix formatting issues by @halajohn in TEN-framework/ten-framework#710
- feat: add graph error handling tests and update build configurations by @halajohn in TEN-framework/ten-framework#712
- fix: admit msgs can be received during extension starting by @sunxilin in TEN-framework/ten-framework#705
- chore: add more log in python addon loader by @sunxilin in https://github.com/TEN-framework/ten_framework/pull/713
- refactor: replace os._exit with sys.exit to ensure proper log flushing on uncaught exceptions by @halajohn in TEN-framework/ten-framework#715
- chore: add test case for graph check by @sunxilin in TEN-framework/ten-framework#716
- feat: update extension handling and logging, add new extension lifecycle functions by @halajohn in TEN-framework/ten-framework#714
- fix: add on_init and on_deinit in tester & refine by @sunxilin in TEN-framework/ten-framework#711
- refactor: improve state management by reducing write lock scope and ensuring proper read access by @halajohn in TEN-framework/ten-framework#717
- feat: add 'installed' property to IBackendNode and enhance error handling in graph functions by @halajohn in TEN-framework/ten-framework#718
- refactor: rename 'installed' property to 'is_installed' in IBackendNode and related structures by @halajohn in TEN-framework/ten-framework#720
- feat: add ollama_python extension with initial setup and requirements by @halajohn in TEN-framework/ten-framework#721
- fix: add cleanup for virtual environment directory in multiple test cases by @halajohn in TEN-framework/ten-framework#722
- feat: change get/set_prop from throwing exceptions to returnning error by @sunxilin in TEN-framework/ten-framework#723
- feat: add LICENSE files and manifest by @halajohn in TEN-framework/ten-framework#727
- feat: change log api from throwing exception to error obj by @sunxilin in TEN-framework/ten-framework#726
- feat: change send/return api from throwing exception to error obj by @sunxilin in TEN-framework/ten-framework#728
- feat: restrict the timing of API calls to init_property_from_json by @sunxilin in TEN-framework/ten-framework#729
- feat: add vosk_asr_cpp extension and remove vosk_stt_cpp extension by @halajohn in TEN-framework/ten-framework#730
- feat: add tman fetch command and reorganize test structure by @halajohn in TEN-framework/ten-framework#731
- chore: fix static checking errors and warnings by @halajohn in TEN-framework/ten-framework#733
- feat: add vosk_asr_cpp extension with package fetching and extraction support by @halajohn in TEN-framework/ten-framework#734
- refactor: update start_graph logic by @halajohn in TEN-framework/ten-framework#736
- feat: add URI handling to connection and protocol management by @halajohn in TEN-framework/ten-framework#738
- refactor: remove original_connection field and related logic from command handling by @halajohn in TEN-framework/ten-framework#739
- feat: modify the constructor of cmd_result and remove return_result_directly by @sunxilin in TEN-framework/ten-framework#737
- feat: support nodejs addon loader by @sunxilin in TEN-framework/ten-framework#735
- refactor: update message handling in engine and tests for consistency by @halajohn in TEN-framework/ten-framework#743
- feat: enhance message dispatching by adding skip_engine_msg parameter by @halajohn in TEN-framework/ten-framework#744
- refactor: streamline message handling and update test configurations by @halajohn in TEN-framework/ten-framework#745
- refactor: update launch configuration and clean up unused constants in extension tester by @halajohn in TEN-framework/ten-framework#746
- chore: refine code by @sunxilin in TEN-framework/ten-framework#748
- refactor: improve audio frame handling and logging in vosk ASR extension by @halajohn in TEN-framework/ten-framework#751
- Revert "feat: in Python&Nodejs binding, modify the constructor of cmd_result …" by @halajohn in TEN-framework/ten-framework#750
- test: add multiple result handling test for cmd_result by @halajohn in TEN-framework/ten-framework#753
- refactor: simplify out message handling and remove unnecessary enum value by @halajohn in TEN-framework/ten-framework#754
- refactor: improve async extension tester with better null checks and … by @halajohn in TEN-framework/ten-framework#761
- refactor: simplify path result processing and enhance result return p… by @halajohn in TEN-framework/ten-framework#756
- refactor: update JSON handling to use new initialization and ownership model by @halajohn in TEN-framework/ten-framework#762
- refactor: migrate from Jansson to yyjson by @halajohn in TEN-framework/ten-framework#763
- feat: add version update checking functionality by @halajohn in TEN-framework/ten-framework#764
- feat(fe): upgrade tailwindcss v4 by @shczhen in TEN-framework/ten-framework#765
- refactor: enhance command-line parsing and version checking by @halajohn in TEN-framework/ten-framework#769
- feat: support cryption in log by @sunxilin in TEN-framework/ten-framework#755
- test: add comprehensive tests for version update endpoint by @halajohn in TEN-framework/ten-framework#770
- fix: update GitHub release URL and version display by @halajohn in TEN-framework/ten-framework#774
- refactor: standardize version update endpoint response structure by @halajohn in TEN-framework/ten-framework#775
- refactor: simplify extension lifecycle event handling and remove redundant stop graph commands by @halajohn in TEN-framework/ten-framework#772
- refactor: improve graph validation and rename graph check methods by @halajohn in TEN-framework/ten-framework#776
- refactor: improve package installation and graph validation methods by @halajohn in TEN-framework/ten-framework#778
- feat: support gh stars by @shczhen in TEN-framework/ten-framework#779
- fix: move file to app by @shczhen in TEN-framework/ten-framework#771
- feat: dedup code & refactor logviewer widget by @shczhen in TEN-framework/ten-framework#780
- refactor: introduce output abstraction for consistent logging and messaging by @halajohn in TEN-framework/ten-framework#781
- refactor: replace app start WebSocket route with generic run script endpoint by @halajohn in TEN-framework/ten-framework#782
- feat(fe): refine GH and check update by @shczhen in TEN-framework/ten-framework#783
- fix: global popups by @shczhen in TEN-framework/ten-framework#785
- refactor: enhance configuration handling and WebSocket builtin function by @halajohn in TEN-framework/ten-framework#784
- refactor: update TmanOutput to use Arc and trait object for flexible output handling by @halajohn in TEN-framework/ten-framework#787
- chore: update FFmpeg to version 7.1.1 by @halajohn in TEN-framework/ten-framework#788
- fix: style and log auto-scroll by @shczhen in TEN-framework/ten-framework#789
- refactor: consolidate WebSocket routes and update script type constants by @halajohn in TEN-framework/ten-framework#790
- feat: add single package installation support to WebSocket builtin fu… by @halajohn in TEN-framework/ten-framework#791
- refactor: implement package caching and base directory handling in de… by @halajohn in TEN-framework/ten-framework#792
- refactor: enhance base directory handling across designer modules by @halajohn in TEN-framework/ten-framework#793
- refactor: update TmanConfig to use Arc for improved thread safety and ownership by @halajohn in TEN-framework/ten-framework#794
- refactor: consolidate addons endpoint and remove extensions-specific route by @halajohn in TEN-framework/ten-framework#796
- test: add WebSocket builtin function tests for route registration and connection by @halajohn in TEN-framework/ten-framework#797
- feat: add --cwd option to install command for flexible working directory selection by @halajohn in TEN-framework/ten-framework#798
- chore: update workflow and configuration files for consistency and clarity by @halajohn in TEN-framework/ten-framework#799
- refactor: remove deprecated vector and mmap implementations, update includes for backtrace module by @halajohn in TEN-framework/ten-framework#800
- feat: add playwright for e2e test by @shczhen in TEN-framework/ten-framework#801
- feat: implement copy_glob template for resource management ...
0.8.20
Full Changelog: TEN-framework/ten-framework@0.8.19...0.8.20
0.8.18
What's Changed
- fix: fix the schema of manifest-lock by @sunxilin in https://github.com/TEN-framework/ten_framework/pull/707
- chore: update version to 0.8.18 across all manifests and metadata by @halajohn in TEN-framework/ten-framework#708
Full Changelog: TEN-framework/ten-framework@0.8.17...0.8.18
0.6.7
What's Changed
- fix: fix async ten_env.get_property_to_json_async of python by @halajohn in TEN-framework/ten-framework#629
Full Changelog: TEN-framework/ten-framework@0.6.6...0.6.7