Skip to content

Latest commit

 

History

History
102 lines (59 loc) · 2.36 KB

CHANGELOG.md

File metadata and controls

102 lines (59 loc) · 2.36 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.7.2 - 2025-01-01

Changed

  • Refactor URL generator configuration using Option pattern

0.7.1 - 2024-10-12

Added

  • URL-based stream type inference as fallback when Content-Type is inconclusive

0.7.0 - 2024-10-08

Fixed

  • Replaced cmd.Start() with cmd.Run() to prevent zombie processes

0.6.3 - 2024-09-29

Changed

  • Refactor mergeToMP4 for cross-platform compatibility

0.6.2 - 2024-09-20

Changed

  • rename Run to Start

0.6.1 - 2024-09-18

Fixed

  • send on closed channel

0.6.0 - 2024-09-18

Added

  • Live stream relaying feature
    • Support for pulling FLV live streams
    • Support for pulling HLS live streams
    • Capability to push streams via RTMP
  • Implemented Relayer struct for managing stream relaying process

Changed

  • Refactored stream handling logic to support multiple input stream types (FLV, HLS)
  • Enhanced publisher interface to accommodate RTMP pushing

0.5.0 - 2024-08-12

Added

  • New run command for executing operations

Enhanced

  • Improved exit status handling, now supports exit status 127

[0.4.0] - 2024-08-10

Added

  • Implemented a wrapper for the net/http client

0.3.0 - 2024-08-10

Added

  • New Stream URL Generator feature

[0.2.0] - 2024-08-10

Added

  • Introduced Go bindings for aria2

0.1.0 - 2023-06-15

Added

  • Initial release with SSH client functionality to execute commands over SSH connections