X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=a22b0b92d5e6f4f829dbb7782848c0143539dfc5;hb=08e608a6cd33d274284c2946f3854f8e997ad282;hp=044a06fc5b37fd4cf24ccf3606bdd8b70b72ed09;hpb=052c09a97bae98f9c3ff9863ccf2a913f5fe2204;p=yaz4j-moved-to-github.git diff --git a/NEWS b/NEWS index 044a06f..a22b0b9 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +1,33 @@ ---- 1.3 +--- 1.5 -* new API method: ResultSet#sort -* new API method: ResultSet#getRecords -* API: result set is now iterable -* win32/64 build files (requires Windows SDK) +* breaking API change: Package#send throws ZoomException +* add ConnectionExtended tests + +--- 1.4 2014/06/26 + +* bugfix: fix multiple JVM segv on null pointers +* API: ScanSet is iterable +* API: Connection is closeable +* build: support Oracle JVM on OS X +* build: support older YAZ5 releases on Debian/Ubuntu + +--- 1.3 2013/04/16 + +* new API class: Query (CQLQuery, PrefixQuery) allows sorting prior to search, + adds CQL scan queries +* new API method: ResultSet#sort allows sort after search +* new API method: ResultSet#getRecords allows fething records in bundles +* API sugar: ResultSet is now iterable +* API deprecation: string arg versions of Connection#search and Connection#scan + are now deprecated +* win32/64 build files included in the source (requires Windows SDK) +* improved API docs Bug fixes: * avoid redundant buffer copies in Record#get +* memory leak in Connection#search + --- 1.2 2010/04/22