Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 98B9510D32 for ; Wed, 6 Nov 2013 22:55:50 +0000 (UTC) Received: (qmail 77658 invoked by uid 500); 6 Nov 2013 22:55:48 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 77590 invoked by uid 500); 6 Nov 2013 22:55:48 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 77580 invoked by uid 99); 6 Nov 2013 22:55:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Nov 2013 22:55:48 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of yuzhihong@gmail.com designates 209.85.217.181 as permitted sender) Received: from [209.85.217.181] (HELO mail-lb0-f181.google.com) (209.85.217.181) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Nov 2013 22:55:42 +0000 Received: by mail-lb0-f181.google.com with SMTP id x18so284115lbi.12 for ; Wed, 06 Nov 2013 14:55:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=zAds1d9kCmxq8sLgeeK+fJ44FshnSfRYolp20sHRG1k=; b=UlQIddpMwGNc1qCASZ7mnkl/73xtVa5izEZzVSEMTz4GQY9XMsYbo1/qF0BLrCj3TO f9e1bTofw2I46Zbw6XzMyc+rxqEEkrOyi7Ec2VZ4VzxoEOoG+7z1Xl17uhF2yt6ccf3Z XG7Za/MVXqMe5Fb0rLiR2VF73ANpVOXXbYi8uqjbXEbs88PhehQh8D2O/guqNkLTnav2 byyuPKYn7EGzyDlgGUMJUrEn57oDXCBolRkAHtTf1dcNCFizohB65nWAkx0hgQMxFiB1 /+GWu4tcPmO5K8ltIEFEYTqHRO4QCJZdyYCecwrJWC5MafCfHxZAmOZ1LYl1Jxqounr+ uCnQ== MIME-Version: 1.0 X-Received: by 10.112.157.67 with SMTP id wk3mr350391lbb.62.1383778522258; Wed, 06 Nov 2013 14:55:22 -0800 (PST) Received: by 10.112.129.40 with HTTP; Wed, 6 Nov 2013 14:55:22 -0800 (PST) In-Reply-To: <1383777163.3125.1.camel@localhost> References: <1383777163.3125.1.camel@localhost> Date: Wed, 6 Nov 2013 14:55:22 -0800 Message-ID: Subject: Re: [announce] HappyBase 0.7, a developer-friendly Python library for HBase From: Ted Yu To: "user@hbase.apache.org" Content-Type: multipart/alternative; boundary=001a11c3409c4460b404ea8a0bda X-Virus-Checked: Checked by ClamAV on apache.org --001a11c3409c4460b404ea8a0bda Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable >From happybase/connection.py : COMPAT_MODES =3D ('0.90', '0.92', '0.94') 0.96.0 has been released. Is there plan to add 0.96 to accepted modes ? Cheers On Wed, Nov 6, 2013 at 2:32 PM, Wouter Bolsterlee wrote: > Hi all, > > I have just released HappyBase 0.7. This release adds support for > controlling the Write-Ahead Log (WAL) in various parts of the API. > > Release notes: > > http://happybase.readthedocs.org/en/latest/news.html > > Documentation: > > http://happybase.readthedocs.org/ > > Source code: > > https://github.com/wbolster/happybase > > Python Package Index (PyPI): > > http://pypi.python.org/pypi/happybase/ > > Installation: > > $ pip install happybase > > Please try it out, and make sure to report any issues on Github. Patches > are also most welcome! > > =97 Wouter > > > > > > =97 Wouter > --001a11c3409c4460b404ea8a0bda--