You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Richard Hillegas <rh...@comcast.net> on 2015/10/11 02:37:09 UTC

draft release announcement for 10.12.1.1

Here is a first draft of a release announcement for 10.12.1.1. Please 
let me know how I can improve this.

Thanks,
-Rick

---------------

The Apache Derby project is pleased to announce feature release 10.12.1.1.

Apache Derby is a subproject of the Apache DB project. Derby is a pure 
Java relational database engine which conforms to the ISO/ANSI SQL and 
JDBC standards. Derby aims to be easy for developers and end-users to 
work with.

Derby 10.12.1.1 can be obtained from the Derby download site:

    http://db.apache.org/derby/derby_downloads.html.

Derby 10.12.1.1 contains the following new features:

     * ALTER TABLE and identity columns - The ALTER TABLE command can be 
used to add identity columns now. See the section on this statement in 
the Derby Reference Manual.
     * Cache-monitoring MBean - An MBean has been added for monitoring 
internal Derby caches. See the description of CacheManagerMBean in the 
"Introduction to the Derby MBeans" section of the Derby Server and 
Administration Guide.
     * Optional Tool for Handling JSON Data - An optional tool has been 
added for packing query results into JSON documents and for unpacking 
JSON documents into tabular result sets. See the section on the 
simpleJson optional tool in the Derby Tools and Utilities Guide.
     * Statistics aggregates - SQL Standard VAR_POP(), VAR_SAMP(), 
STDDEV_POP(), and STDDEV_SAMP() aggregates have been added. See the 
"Aggregates (set functions)" section in the Derby Reference Manual.

In addition, Derby 10.12.1.1 contains many bug, security, and 
documentation fixes.

Please try out this new release.


Re: draft release announcement for 10.12.1.1

Posted by Bryan Pendleton <bp...@gmail.com>.
> Here is a first draft of a release announcement for 10.12.1.1.

Looks great!

Thanks for all the hard work on the release, Rick.

bryan