Skip to content

Releases: mconf/bigbluebutton-api-ruby

v1.9.1

04 Apr 19:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.9.1

v1.9.0

05 May 15:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.9.0

Version 1.8.0

07 Dec 19:35
Compare
Choose a tag to compare

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