Skip to content

Version 1.8.0

Compare
Choose a tag to compare
@wpramio wpramio released this 07 Dec 19:35
· 20 commits to master since this release

What's Changed

  • [#43] Added keys to every BigBlueButtonException, to better identify them.
  • [#42] Changed BigBlueButtonException to inherit from StandardError instead of Exception.
  • [#50] [BREAKING-CHANGE] Replaced the debug flag with a optional Logger. The application using the gem can pass its own logger as argument for the BigBlueButtonApi initialization. If none is passed, the gem will use its own default logger on STDOUT with INFO level.
  • [#40] Fixed an issue preventing documents from being preuploaded using the create call.
  • Fixed the parse of recordings with invalid times. It would break at getRecordings if one of them had an empty startTime or endTime.
  • Added a Dockerfile and docker-compose.yml to help run tests.
  • Fixed the deprecated TimeoutError constant.
  • [#35] Made get_recordings accept multiple state params.
  • [#34] Updated rubyzip gem to the newest version with no vulnerability, from 1.2.2 to 1.3.0
  • [#33] Upgraded dependencies:
    • childprocess from 0.3.2 to 1.0.1
    • ffi from 1.0.11 to 1.9.24
    • json from 1.8.3 to 1.8.6
    • nokogiri from 1.6.6.2 to 1.10.4
    • rack from 1.4.1 to 1.6.11
    • rdoc from 3.12 to 3.12.1
    • rubyzip from 0.9.8 to 1.2.2

New Contributors

Full Changelog: v1.7.0...v1.8.0