Releases: mconf/bigbluebutton-api-ruby
Releases · mconf/bigbluebutton-api-ruby
v2.0.0
What's Changed
- [PRT-2127] Drop support for deprecated API endpoints by @wpramio in #64
- Bump rack from 1.6.11 to 2.2.3 by @dependabot[bot] in #41
- Bump nokogiri from 1.10.4 to 1.14.3 by @dependabot[bot] in #61
- Bump rdoc from 3.12.1 to 6.1.2.1 by @dependabot[bot] in #62
- Bump rake from 0.9.2.2 to 12.3.3 by @dependabot[bot] in #38
- [PRT-2476] Bump gem versions by @wpramio in #66
Full Changelog: v1.9.1...v2.0.0
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
BigBlueButtonExceptionto inherit fromStandardErrorinstead ofException. - [#50] [BREAKING-CHANGE] Replaced the
debugflag with a optionalLogger. The application using the gem can pass its own logger as argument for theBigBlueButtonApiinitialization. If none is passed, the gem will use its own default logger onSTDOUTwithINFOlevel. - [#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
getRecordingsif one of them had an emptystartTimeorendTime. - Added a Dockerfile and docker-compose.yml to help run tests.
- Fixed the deprecated
TimeoutErrorconstant. - [#35] Made
get_recordingsaccept multiplestateparams. - [#34] Updated
rubyzipgem to the newest version with no vulnerability, from 1.2.2 to 1.3.0 - [#33] Upgraded dependencies:
childprocessfrom 0.3.2 to 1.0.1ffifrom 1.0.11 to 1.9.24jsonfrom 1.8.3 to 1.8.6nokogirifrom 1.6.6.2 to 1.10.4rackfrom 1.4.1 to 1.6.11rdocfrom 3.12 to 3.12.1rubyzipfrom 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