Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hlgPg-0002oL-V1 for psycopg@arkaria.postgresql.org; Thu, 11 Jul 2019 21:15:37 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hlgOh-0007Mx-G0 for psycopg@arkaria.postgresql.org; Thu, 11 Jul 2019 21:14:35 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hlgOh-0007Mp-4u for psycopg@lists.postgresql.org; Thu, 11 Jul 2019 21:14:35 +0000 Received: from smtp-out-2.mxes.net ([205.237.194.127]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hlgOc-0004vq-Ml for psycopg@postgresql.org; Thu, 11 Jul 2019 21:14:32 +0000 Received: from Customer-MUA (mua.mxes.net [10.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 196572753F for ; Thu, 11 Jul 2019 17:14:27 -0400 (EDT) Date: Fri, 12 Jul 2019 00:14:28 +0300 From: Aryeh Leib Taurog To: psycopg@postgresql.org Subject: pgcopy 1.4.0 release announcement Message-ID: <20190711211428.GC1884@ds.aryehleib.com> Mail-Followup-To: psycopg@postgresql.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-Sent-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk pgcopy 1.4.0 is now available! Use pgcopy for fast data loading into PostgreSQL with binary copy. Features: * Support for many datatypes * Tested with python 2.7 and 3.4 - 3.7 * Tested with postgresql versions 9.1 - 11 * Cache data on disk or in memory * Supports explicit db schema This release brings many significant improvements: * Transparent unicode string encoding * Support for multi-dimensional array types * Better support for schema and schema search path * More extensive documentation * More extensive test coverage