Return-Path: Delivered-To: apmail-announce-archive@www.apache.org Received: (qmail 16992 invoked from network); 13 Aug 2007 07:41:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Aug 2007 07:41:22 -0000 Received: (qmail 74459 invoked by uid 500); 13 Aug 2007 07:40:27 -0000 Delivered-To: apmail-announce-archive@apache.org Received: (qmail 74021 invoked by uid 500); 13 Aug 2007 07:40:26 -0000 Mailing-List: contact announce-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list announce@apache.org Delivered-To: moderator for announce@apache.org Received: (qmail 29119 invoked by uid 99); 10 Aug 2007 21:03:03 -0000 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Date: 10 Aug 2007 21:02:44 -0000 Message-ID: <20070810210244.92448.qmail@minotaur.apache.org> From: rhillegas@apache.org To: announce@apache.org Subject: [ANNOUNCE] Apache Derby 10.3.1.4 released X-Virus-Checked: Checked by ClamAV on apache.org The Apache Derby project is pleased to announce a new feature release of Derby, 10.3.1.4. Apache Derby is a subproject of the Apache DB project. Derby is a pure Java relational database engine which conforms to the ANSI SQL and JDBC standards. Derby aims to be easy for developers and end-users to work with. Derby 10.3.1.4 can be obtained from the Derby download site: http://db.apache.org/derby/derby_downloads.html. Derby 10.3.1.4 introduces the following new capabilities: * Security o Restricts shutdown, encryption, and upgrade powers to the DBA. o Installs a default security manager for the Network Server. o Supports SSL encryption of Network Server traffic. * SQL o Supports the dropping and renaming of columns. o Creates empty tables from queries. o Makes some CREATE TRIGGER clauses optional. o Adds ANSI TRIM capabilities. * JDBC o Supports all JDBC methods on BLOBs and CLOBs. o Expands embedded support for autogenerated keys. * Performance and Memory Usage o Reduces CPU usage in embedded mode. o Improves IN list processing. o Introduces LOB locators for network clients. * Administration o Supports databases with language-specific ordering of character data. o Allows import/export of LOBs. o Enables client-side tracing without changing the application. o Supports XAResource.setTransactionTimeout. o Adds system procedure support for setting a user's connection level authorization. o Adds a system procedure to empty the statement cache. o Supports diagnostic VTIs with parameters. * Platforms and Testing o Supports J2ME/CDC/Foundation 1.1. o Removes support for JDK 1.3 and J2ME/CDC/Foundation 1.0. o Converts many tests to JUnit's assertion-based framework. Regards, -Rick