Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l1WOr-0007N8-GR for psycopg@arkaria.postgresql.org; Mon, 18 Jan 2021 15:25:02 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1l1WOq-0001nw-Eb for psycopg@arkaria.postgresql.org; Mon, 18 Jan 2021 15:25:00 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l1WOp-0001no-Q4 for psycopg@lists.postgresql.org; Mon, 18 Jan 2021 15:25:00 +0000 Received: from smtp-out-4.mxes.net ([198.205.123.69]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l1WOn-0008O5-E6 for psycopg@postgresql.org; Mon, 18 Jan 2021 15:24:58 +0000 Received: from Customer-MUA (mua.mxes.net [10.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 2638175983 for ; Mon, 18 Jan 2021 10:24:52 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mxes.net; s=mta; t=1610983493; bh=Hi7mq3igXf9pbmmFyPqdzpMtCHY6mMSoA9VRs35sVco=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=vy1hasigiHCRkKBry07Uobs0zZpmnuSdl23nYv8Hj/JoGi3fE9/lunx75BW8mF4dk wdOx57+FsVEaSUAf9bv+k2+nUV8WUblfERi9m08DMEoNdV+vMegK3W3hDW1Tv1fCaY IRb8uVY+2XgL6jbFgIQulKnvS9+4cWs6URah7zi8= Date: Mon, 18 Jan 2021 17:24:32 +0200 From: Aryeh Leib Taurog To: psycopg@postgresql.org Subject: pgcopy 1.5.0 release announcement Message-ID: <20210118152432.GE6760@ds.aryehleib.com> Mail-Followup-To: psycopg@postgresql.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Content-Transfer-Encoding: quoted-printable X-Sent-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk I=E2=80=99m pleased to announce the release of pgcopy 1.5.0! https://pgcopy.readthedocs.io/ Use pgcopy to load large datasets into PostgreSQL with binary copy. Features: * Supports many datatypes * Supports on-disk or in-memory cache * Supports explicit db schema * Tested with Python 2.7, 3.5 - 3.8 * Tested with PostgreSQL 9.4 - 12 This release adds support for enum types