Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TEN-framework/ten-framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.11.48
Choose a base ref
...
head repository: TEN-framework/ten-framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.11.49
Choose a head ref
  • 7 commits
  • 375 files changed
  • 6 contributors

Commits on Jan 1, 2026

  1. Configuration menu
    Copy the full SHA
    3733fc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3864339 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2026

  1. feat: mingw clean with yml (#1934)

    * fix: lib suffix .a
    
    fix: use ar and set suffix to .a when combining static libs
    
    fix: change suffix to .dll.a for import third libraries
    
    fix: lib suffix
    
    * fix: cflags
    
    fix: compiler warning flgs
    
    fix: cflags
    
    chore: fPIC flag not needed
    
    * fix: SetThreadDescription
    
    fix: fix MinGW compatibility with explicit type casts for Windows interlocked operations
    
    fix: use InterlockedExchangeAdd64 as an alternative for InterlockedAddAcquire64
    
    * fix: cmake generator set to MinGW Makefiles for third parties libuv and yyjson
    
    fix: third party configs
    
    * fix: expand the wildcard when using ar to combind static lib
    
    fix: add rmtree func with retries for Win
    
    fix: find obj files when combining static libs
    
    * fix: generate target triples based on OS and CPU architecture
    
    fix: ignore:4099 is MSVC linker option, not supported by MinGW
    
    fix: link ntdll for MinGW target
    
    fix: build/ten_runtime/feature
    
    fix: minGW supports rpath
    
    * fix: parallel build support
    
    fix: lib name in get_lib_name_from_cmake_output.py
    
    chore: parellel build
    
    fix: set stack size for buiding tman on MinGW Win
    
    fix: refine set stack size logic
    
    * fix: add MinGW-specific build configuration for clingo-sys
    
    chore: refine clingo-sys build codes
    
    fix: modify clingo lib suffix on Linux/Mac
    
    * fix: undefined ref to inline ten_string_* funcs
    
    fix: undefined ref to inline func `ten_msg_get_raw_msg'
    
    chore: check exportation issue of other extern inline funcs
    
    * fix: libten_runtime_python.pyd lib name
    
    fix: no non-blocking method was found
    
    fix: libzlib.dll.a name
    
    fix: refine codes
    
    * fix: temporary fix msgpack.dll import symbol problem
    
    fix: temporary fix more import symbol problems
    
    * chore: specify ten_gn
    
    * feat: mingw build workflow
    
    ---------
    
    Co-authored-by: Nie Zhihe <[email protected]>
    Co-authored-by: Hu Yueh-Wei <[email protected]>
    3 people authored Jan 3, 2026
    Configuration menu
    Copy the full SHA
    43e8a53 View commit details
    Browse the repository at this point in the history
  2. feat: support emit log to opentelemetry (#1925)

    * feat: support emit log to opentelemetry
    
    * fix: refine code
    
    * chore: rename internal field names in log
    
    * feat: add location field to ten log
    
    * chore: add static check
    
    * fix: refine codes
    
    * fix: refine codes
    
    ---------
    
    Co-authored-by: Hu Yueh-Wei <[email protected]>
    sunxilin and halajohn authored Jan 3, 2026
    Configuration menu
    Copy the full SHA
    d2e763a View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2026

  1. fix: refine reconnect strategy in azure asr extension (#1927)

    * fix: remove retry times limit in azure asr extension
    
    * fix: test case
    
    * fix: refine code
    
    * fix: tencent asr reconnect time limit
    
    * fix: refine tencent asr
    
    * fix: refine code
    
    ---------
    
    Co-authored-by: Ethan Zhang <[email protected]>
    sunxilin and plutoless authored Jan 4, 2026
    Configuration menu
    Copy the full SHA
    56efd3e View commit details
    Browse the repository at this point in the history
  2. fix: test case (#1936)

    sunxilin authored Jan 4, 2026
    Configuration menu
    Copy the full SHA
    841308f View commit details
    Browse the repository at this point in the history
  3. chore: update version numbers in various manifest files and header fi…

    …les across multiple languages (#1937)
    halajohn authored Jan 4, 2026
    Configuration menu
    Copy the full SHA
    9e1c3ae View commit details
    Browse the repository at this point in the history
Loading