8000 Comparing v0.8.2...v0.8.3 · livepeer/go-livepeer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: livepeer/go-livepeer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.2
Choose a base ref
...
head repository: livepeer/go-livepeer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.3
Choose a head ref
  • 10 commits
  • 27 files changed
  • 5 contributors

Commits on Jan 23, 2025

  1. ai/live: Cancel ffmpeg exec when segmenter exits. (#3367)

    This prevents ffmpeg from reading indefinitely when there is no
    segment handling attached. That in turn can lead to disk filling up
    since ffmpeg writes segments to disk without removing them.
    
    Also use context logging for some segmenter error messages.
    j0sh authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    a1800dc View commit details
    Browse the repository at this point in the history
  2. fix: correct URL unmarshal error (#3364) 8000

    This commit addresses an issue where the `URL` field in the `/status` response was not properly unmarshalled as a URL, resulting in a `cannot unmarshal string into Go struct field` error. The fix ensures correct unmarshalling for seamless handling of the response.
    rickstaa authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    56ab75e View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. Segment file cleanup process (#3371)

    * Segment file cleanup process
    
    * Provide a way to cancel
    
    * windows build fix
    mjh1 authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    3acf4ea View commit details
    Browse the repository at this point in the history
  2. ai: Update llm pipeline (#3336)

    * update llm pipeline for updated LLM pipeline in livepeer/ai-worker to provide better compatibility with open ai sdk, fixes for nil error and small fix for payments.
    
    ---------
    
    Co-authored-by: Rick Staa <rick.staa@outlook.com>
    ad-astra-video and rickstaa authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    1065885 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. ai: update llm tokens used (#3372)

    * refactor(ai): update LLM API spec
    
    This commit updates the codebase to use the new LLM OpenAPI spec, which
    replaces `tokens_used` with `usage`. See
    livepeer/ai-runner#402 for more details.
    
    ---------
    Co-authored-by: Brad | ad-astra <99882368+ad-astra-video@users.noreply.github.com>
    rickstaa and ad-astra-video authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    ede7d21 View commit details
    Browse the repository at this point in the history
  2. feat: deprecate aiRunnerImage flag for aiRunnerImageOverrides (#3284)

    This commit introduces deprecation logic for the `aiRunnerImage` flag, replacing it with a new `aiRunnerImageOverrides` flag. The new flag is designed to support enhanced image override functionality as implemented in the worker logic in [ai-worker PR #293](livepeer/ai-runner#293).
    
    ---------
    
    Co-authored-by: Rick Staa <rick.staa@outlook.com>
    RUFFY-369 and rickstaa authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    3f3aef3 View commit details
    Browse the repository at this point in the history
  3. Add smoke test endpoint (#3368)

    * Add smoke test endpoint
    
    * Make stream url and duration request params
    
    * retries
    mjh1 authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    51e6cbe View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. Delay clearing stream status (#3373)

    This allows the pipelines app time to read the final stream status after a stream ends
    mjh1 authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    8fea478 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. Configuration menu
    Copy the full SHA
    30e4f93 View commit details
    Browse the repository at this point in the history
  2. release v0.8.3 (#3376)

    rickstaa authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    e9d55d0 View commit details
    Browse the repository at this point in the history
Loading
0