Skip to content

Releases: membraneframework/membrane_file_plugin

v0.12.0

10 May 14:10
bb1660d
Compare
Choose a tag to compare

What's Changed

  • Release membrane_file_plugin v0.12.0 in #26

Full Changelog: v0.11.1...v0.12.0

v0.11.1

25 Apr 13:58
768f3a0
Compare
Choose a tag to compare

What's Changed

  • Fix missing default value for :file_impl config in #25

Full Changelog: v0.11.0...v0.11.1

v0.11.0

14 Apr 12:12
40d4776
Compare
Choose a tag to compare

What's Changed

  • Fix no EoS on partial read in #23
  • Fail fast - raise instead of returning error tuples in #24
  • Replace mockery with mox in #24

Full Changelog: v0.10.0...v0.11.0

v0.10.0

04 Apr 13:41
8467ca5
Compare
Choose a tag to compare

What's Changed

  • Make source send caps while handling prepared to playing in #22

Full Changelog: v0.9.0...v0.10.0

v0.9.0 - Membrane Core update

16 Feb 15:29
13e4bdb
Compare
Choose a tag to compare

What's Changed

  • Update core to 0.9.0 and fix some specs #20

Full Changelog: v0.8.0...v0.9.0

v0.8.0

17 Jan 09:12
7e8ec69
Compare
Choose a tag to compare

Introducing File.SeekEvent (#16)
SeekEvent allows to control behaviour of File.Sink when writing to a file by seeking to a given position (relative to beginning of a file, current position or end of the file). Depending on insert? flag value, all the following buffers are overwriting previously written bytes or are being inserted after position determined by SeekEvent.

v0.4.0

10 Sep 14:27
3f3f326
Compare
Choose a tag to compare
  • allow ~ in paths as well as relative paths - #11
  • update membrane-core version - #12