Version | Change log |
Apache Derby 10.16.1.1 Jun 15, 2022 | |
Apache Derby 10.15.2.0 Feb 23, 2020 | |
Apache Derby 10.15.1.3 Mar 11, 2019 |
Overview: The most up to date information about Derby releases can be found on the Derby download page. Apache Derby is a pure Java relational database engine using standard SQL and JDBC as its APIs. More information about Derby can be found on the Apache web site. Derby functionality includes: Embedded engine with JDBC drivers Network Server Network client JDBC drivers Command line tools: ij (SQL scripting), dblook (schema dump) and sysinfo (system info) The 10.15 release family supports the following Java and JDBC versions: Java SE 9 and higher with JDBC 4.2. New Features This is a feature release. The following new feature was added: JPMS modularization - Derby has been re-packaged as a set of JPMS modules. This introduced a new jar file, derbyshared.jar, required by all configurations. Module diagrams for Derby configurations can be found in the javadoc for the 10.15 public API. New users should consult the 10.15 documentation, especially the Getting Started With Derby guide. |
Apache Derby 10.14.2.0 Oct 30, 2015 |
ALTER TABLE and identity columns - The ALTER TABLE command can be used to add identity columns now. 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. |