Skip to content

Releases: andrew-aladev/ruby-brs

Ruby BRS v1.3.3

06 Jul 20:40

Choose a tag to compare

Added integration with adsp.

Ruby BRS v1.3.2

18 Mar 22:59

Choose a tag to compare

  • Splited io stream validation for different methods. io stream should respond to read only when user wants to use read method.
  • Cosmetics.

Ruby BRS v1.3.1

07 Jan 17:30

Choose a tag to compare

Cosmetics release.

Ruby BRS v1.3.0

30 Sep 19:06

Choose a tag to compare

Added LIBRARY_VERSION constant, added npostfix and ndirect options, improved tests.

Ruby BRS v1.2.1

04 Jun 19:44

Choose a tag to compare

Improved test, cosmetics.

BRS v1.2.0

27 Oct 23:13

Choose a tag to compare

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

09 Oct 17:25

Choose a tag to compare

Added compatibility with ruby 2.5 and ruby 2.6.

BRS v1.1.4

02 Oct 19:08

Choose a tag to compare

Cosmetics release: improved tests, formatting and docs.

BRS v1.1.3

17 Jul 22:18

Choose a tag to compare

Refactored stream reader for better compatibility, improved tests, cosmetics.

BRS v1.1.2

26 Jun 23:00

Choose a tag to compare

Added ability to use StringIO, cosmetics.