Releases: mconf/bigbluebutton-api-ruby
Releases · mconf/bigbluebutton-api-ruby
v1.9.1
What's Changed
- Prevent double slash on api calls by @farhatahmad in #60
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
- Added sha256 support to the API by @farhatahmad in #56
Full Changelog: v1.8.0...v1.9.0
Version 1.8.0
What's Changed
- [#43] Added keys to every
BigBlueButtonException
, to better identify them. - [#42] Changed
BigBlueButtonException
to inherit fromStandardError
instead ofException
. - [#50] [BREAKING-CHANGE] Replaced the
debug
flag with a optionalLogger
. The application using the gem can pass its own logger as argument for theBigBlueButtonApi
initialization. If none is passed, the gem will use its own default logger onSTDOUT
withINFO
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 emptystartTime
orendTime
. - Added a Dockerfile and docker-compose.yml to help run tests.
- Fixed the deprecated
TimeoutError
constant. - [#35] Made
get_recordings
accept multiplestate
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.1ffi
from 1.0.11 to 1.9.24json
from 1.8.3 to 1.8.6nokogiri
from 1.6.6.2 to 1.10.4rack
from 1.4.1 to 1.6.11rdoc
from 3.12 to 3.12.1rubyzip
from 0.9.8 to 1.2.2
New Contributors
- @CaetanoJS made their first contribution in #33
- @farhatahmad made their first contribution in #40
- @JoaoCarAlmSilva made their first contribution in #50
- @h0jeZvgoxFepBQ2C made their first contribution in #42
Full Changelog: v1.7.0...v1.8.0