From 6bbac7209ee639f13d2c1bd2cf81afa6d195b0a2 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Wed, 7 Aug 2013 13:45:08 -0700 Subject: [PATCH] ch-ch-ch-changes --- Changes.md | 2 +- Pro-Changes.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index 66162659..187ba895 100644 --- a/Changes.md +++ b/Changes.md @@ -2,7 +2,7 @@ ----------- - Make Sidekiq::Middleware::Chain Enumerable -- Make summary bar and graphs responsive [manishval] [#1025] +- Make summary bar and graphs responsive [manishval, #1025] - Adds a job status page for scheduled jobs [jonhyman] 2.13.0 diff --git a/Pro-Changes.md b/Pro-Changes.md index 6ef1e18f..59316979 100644 --- a/Pro-Changes.md +++ b/Pro-Changes.md @@ -6,6 +6,8 @@ Please see http://sidekiq.org/pro for more details and how to buy. HEAD ----------- +- LEAK: Fix batch key which didn't expire in Redis. Keys match + /b-[a-f0-9]{16}-pending/, e.g. "b-4f55163ddba10aa0-pending" [#1057] - Fix issue with reliable\_push where it didn't return the JID for a pushed job when sending previously cached jobs to Redis. - Add fast Sidekiq::Queue#delete(jid) API which leverages Lua so job lookup is @@ -18,6 +20,8 @@ Sidekiq API 17.250000 2.220000 19.470000 ( 22.193300) ``` +- Add fast Sidekiq::Queue#delete\_by\_class(klass) API to remove all + jobs of a given type. Uses server-side Lua for performance. 1.1.0 -----------