Ruby mogilefs-client dev/users discussion/patches/bugs/help/...
 help / color / mirror / code / Atom feed
From: Eric Wong <e@80x24.org>
To: ruby-talk@ruby-lang.org, mogile@googlegroups.com
Cc: mogilefs-client-public@bogomips.org
Subject: [ANN] mogilefs-client 3.10.0 - MogileFS client library for Ruby
Date: Wed, 31 Aug 2016 07:43:46 +0000	[thread overview]
Message-ID: <20160831-Ruby-mogilefs-client-3.10.0-rele@sed> (raw)

A MogileFS client library for Ruby.  MogileFS is an open source
distributed filesystem, see: http://mogilefs.org for more details.  This
library allows any Ruby application to read, write and delete files in a
MogileFS instance.

Changes:

    Ruby mogilefs-client 3.10.0

    A bunch of minor tweaks to reduce garbage and exceptions.

    In addition to the existing :timeout and :fail_timeout options,
    there is a new :connect_timeout directive for all connection
    classes which only controls the time spent waiting for a TCP
    connection.  This defaults to the same value as the existing
    :timeout option (3 seconds); but users are advised to lower
    it to match ideal network conditions.

    For users of Ruby 2.3+, this release takes advantage of
    exception-less Socket#connect_nonblock using "exception: false".
    Users of Ruby 2.1+ will also benefit from "exception: false"
    usage for read_nonblock and write_nonblock calls.
    kgio is no longer be useful with this release with Ruby 2.3+

    This release also fixes a Ruby 1.8.7 compatibility bug for
    non-kgio users.  However, this may be the last 1.8.7-compatible
    release.  Fwiw, I wanted to remove Ruby 1.8 support around 5
    years ago but several users were against it.   Maybe nobody will
    complain, this time...

    18 changes since 3.9.0:

          doc: avoid inadvertantly documenting the Process class
          admin: simplify utilization conversion
          more idiomatic comparisons with constants
          bigfile/filter: only update MD5 if non-nil
          bigfile: lazily require bigfile/filter
          backend: simplify regexp
          .olddoc.yml: add NNTP and mailing list archive URL
          minor garbage reductions for newer Rubies
          socket/pure_ruby: fix Ruby 1.8 compatibility
          socket/pure_ruby: use `:exception=>false' on Ruby 2.1+
          test_fresh: do not delete non-existent domain
          admin: map unset reject_bad_md5 field to nil
          socket/pure_ruby: connect with "exception:false" on Ruby 2.3+
          implement :connect_timeout option
          add .gitattributes for Ruby method detection
          README: stop mentioning cgit
          connect_timeout: match :timeout if unset
          pkg.mk: use --local option for gem installation

rdoc :: http://bogomips.org/mogilefs-client/
list :: mogilefs-client-public@bogomips.org
list-cc :: mogile@googlegroups.com
list-archive :: http://bogomips.org/mogilefs-client-public/
git clone git://bogomips.org/mogilefs-client.git
nntp://news.public-inbox.org/inbox.comp.file-systems.mogilefs.ruby

                 reply	other threads:[~2016-08-31  7:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://yhbt.net/mogilefs-client/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160831-Ruby-mogilefs-client-3.10.0-rele@sed \
    --to=e@80x24.org \
    --cc=mogile@googlegroups.com \
    --cc=mogilefs-client-public@bogomips.org \
    --cc=ruby-talk@ruby-lang.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhbt.net/mogilefs-client.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).