Releases: andrew-aladev/ruby-brs
Releases · andrew-aladev/ruby-brs
Ruby BRS v1.3.3
Added integration with adsp.
Ruby BRS v1.3.2
- Splited
iostream validation for different methods.iostream should respond toreadonly when user wants to usereadmethod. - Cosmetics.
Ruby BRS v1.3.1
Cosmetics release.
Ruby BRS v1.3.0
Added LIBRARY_VERSION constant, added npostfix and ndirect options, improved tests.
Ruby BRS v1.2.1
Improved test, cosmetics.
BRS v1.2.0
Added :gvl option (disabled by default), you can use bindings effectively in multiple threads. Please be careful: bindings are not thread safe. You should lock all shared data between threads.
BRS v1.1.5
Added compatibility with ruby 2.5 and ruby 2.6.
BRS v1.1.4
Cosmetics release: improved tests, formatting and docs.
BRS v1.1.3
Refactored stream reader for better compatibility, improved tests, cosmetics.
BRS v1.1.2
Added ability to use StringIO, cosmetics.