Skip to content

Latest commit

 

History

History
101 lines (58 loc) · 2.65 KB

CHANGELOG.md

File metadata and controls

101 lines (58 loc) · 2.65 KB

Gst Client changelog

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

0.2.1 · 2024-07-20

Diff

⚙️ Miscellaneous Tasks

  • Remove unused dependencies (f282ef9)

0.2.0 · 2024-07-20

Diff

🚀 Features

  • Allow to create GstClient from Url (6cf5178)
  • Reexport gstd_types::Response (5dda4ef)
  • Show error description from gstd (6dd49e3)

🐛 Bug Fixes

  • Delete pipeline endpoint (2fa3beb)
  • Incomplete set of properties (77ad7e8)
  • Pipeline().stop() fails due to incorrect parameters (f5c63f6)

🧪 Testing

⚙️ Miscellaneous Tasks

  • Add versions auto update (3e46734)
  • Run all check with make check & make commands (f43338e)
  • Add test run (e7660ec)
  • Improve version update in README (c8db347)
  • Add auto changelog generation (6f71d58)
  • Release gst-client version 0.2.0 (7402285)

0.1.2 · 2024-07-20

Diff

🚀 Features

  • Accept all variation of String (4221481)

📚 Documentation

⚙️ Miscellaneous Tasks

  • Update lint and add another check on CI (468f5bc)