News

Announcing the end of support for Ruby runtimes 2.3 and 2.4 for the AWS SDK For Ruby
Starting November 24, 2023, AWS SDK for Ruby version 3 will no longer support these end of life (EOL) Ruby runtime versions:Ruby 2.3 – EOL began on 2019-03-31Ruby 2.4 – EOL began on 2020-03-31Since these versions are end-of-life, we have seen supp...






Introduce M:N threads - Ruby master - Ruby Issue Tracking System
Ruby threads (RT in short) are implemented from old Ruby versions and they have the following features:Can be created with simple notation Thread.new{}Can be switched to another ready Ruby thread by:Time-slice.I/O blocking.Synchronization such as ...

The state of HTTP clients, or why you should use httpx
Every year, a few articles come out with a title similar to “the best ruby http clients of the year of our lord 20xx”. Most of the community dismisses them as clickbait, either because of the reputation of the content owner website, companies push...
