Skip to content

Release of v0.1.2 Alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@mcdikki mcdikki released this 20 Jan 13:41
· 2 commits to testing since this release

Release 0.1.2alpha of CasparCGNetConnector

This is a big release containing a lot of changes and heavily improved code quality.

  • Added new Commands introduced with CasparCG Server 2.0.7
  • Added UnitTests for all CommandClasses verifying that they work as expected
  • Changed all Xml from the old MSXML6.0 libs to the new System.Xml of the NET libs
  • Changed NET Framework to 4.5
  • Changed the way CasparCGConnection is used by introducing the ICasparCGConnection Interface which allows to use other connection types like a FailoverConnection (under development).
  • Fixed hundreds of Bugs, mainly typos
  • Changed MediaObjects to provide their data via properties and not via getters/setters
  • Made the template / templateData objects production ready
  • Hardened the code of the command classes against errors by throwing more sensible exceptions

This release is very close to be a beta and to leave the alpha status.
Only the fact that there are UnitTests missing for the media objects stopped me from releasing this as the first beta.

*** UPDATE ***

There has been a QuickFix release for this release.
Please update to v0.1.2alpha1