From b39b66ba99ad4757c0eb654565b79badc04ca60a Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Wed, 19 Mar 2014 16:53:22 -0700 Subject: [PATCH] more explicit about MRI and jruby --- Changes.md | 4 ++-- README.md | 2 +- Upgrading.md | 7 ++++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Changes.md b/Changes.md index e42b2552..9e3a31d3 100644 --- a/Changes.md +++ b/Changes.md @@ -16,11 +16,11 @@ Please see [Upgrading.md](Upgrading.md) for more comprehensive upgrade notes. occur anywhere within Sidekiq, not just within middleware. - **Process Heartbeat** - each Sidekiq process will ping Redis every 5 seconds to give a summary of the Sidekiq population at work. -- New Chinese, Greek and Czech translations for the Web UI. +- New Chinese, Greek, Swedish and Czech translations for the Web UI. - Updated most languages translations for the new UI features. - **Remove official Capistrano integration** - this integration has been moved into the [capistrano-sidekiq](https://github.com/seuros/capistrano-sidekiq) gem. -- **Remove official support for Ruby 1.9** - Things still might work but +- **Remove official support for MRI 1.9** - Things still might work but I no longer actively test on it. - **Remove built-in support for Redis-to-Go**. Heroku users: `heroku config:set REDIS_PROVIDER=REDISTOGO_URL` diff --git a/README.md b/README.md index 3ccd6e6c..d2af5080 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ the same CPU and perform the same amount of work. Requirements ----------------- -I test with the latest Ruby (2.1, 2.0) and JRuby versions (1.7). Other versions/VMs +I test with the latest MRI (2.1, 2.0) and JRuby versions (1.7). Other versions/VMs are untested but might work fine. The last two major Rails releases (3.2 and 4.0) are officially supported, other diff --git a/Upgrading.md b/Upgrading.md index 36203d5f..0eb2b3be 100644 --- a/Upgrading.md +++ b/Upgrading.md @@ -23,10 +23,11 @@ changes a few data elements in Redis. To upgrade cleanly: will need to update their error gem version to the latest to pull in Sidekiq support. Sidekiq will not provide explicit support for these services so as to not play favorites with any particular error service. -* Ruby 1.9 is no longer officially supported. Sidekiq's official +* MRI 1.9 is no longer officially supported. Sidekiq's official support policy is to support the current and previous major releases - of Ruby and Rails. As of February 2014, that's Ruby 2.1, Ruby 2.0, Rails 4.0 - and Rails 3.2. I will consider PRs to fix issues found by users. + of MRI and Rails. As of February 2014, that's MRI 2.1, MRI 2.0, JRuby 1.7, Rails 4.0 + and Rails 3.2. I will consider PRs to fix issues found by users for + other platforms/versions. ## Error Service Providers