Author: davide Date: Tue Jan 8 13:55:57 2019 New Revision: 1850749 URL: http://svn.apache.org/viewvc?rev=1850749&view=rev Log: Apache Jackrabbit Oak 1.6.16
release notes Modified: jackrabbit/oak/branches/1.6/RELEASE-NOTES.txt Modified: jackrabbit/oak/branches/1.6/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.6/RELEASE-NOTES.txt?rev=1850749&r1=1850748&r2=1850749&view=diff ============================================================================== --- jackrabbit/oak/branches/1.6/RELEASE-NOTES.txt (original) +++ jackrabbit/oak/branches/1.6/RELEASE-NOTES.txt Tue Jan 8 13:55:57 2019 @@ -1,4 +1,4 @@ -Release Notes -- Apache Jackrabbit Oak -- Version 1.6.15 +Release Notes -- Apache Jackrabbit Oak -- Version 1.6.16 Introduction ------------ @@ -7,36 +7,58 @@ Jackrabbit Oak is a scalable, high-perfo repository designed for use as the foundation of modern world-class web sites and other demanding content applications. -Jackrabbit Oak 1.6.15 is a patch release that contains fixes and +Jackrabbit Oak 1.6.16 is a patch release that contains fixes and improvements over Oak 1.6. Jackrabbit Oak 1.6.x releases are considered stable and targeted for production use. The Oak effort is a part of the Apache Jackrabbit project. Apache Jackrabbit is a project of the Apache Software Foundation. -Changes in Oak 1.6.15 +Changes in Oak 1.6.16 --------------------- -Technical task +Sub-task - [OAK-7748] - DocumentStore: test (and optionally optimize) bulk - update fallback logic + [OAK-7898] - Facet queries with UNION should do trivial merge of + facets from sub-queries + [OAK-7930] - Add tape sampling Bug - [OAK-7638] - Race condition when simultaneous request to stage - file for async upload - [OAK-7755] - deadlock TarMK flush, lucene - [OAK-7798] - Return stream for downloaded files rather than - directly from backend - [OAK-7853] - SegmentBufferWriter not flushed after OnRC - [OAK-7858] - S3#getAllIdentifiers may trim listing when filtering - out metadata objects + [OAK-6895] - Suggest directory lookup (query) isn't closed + [OAK-6972] - DefaultIndexReader closes suggest directory multiple + times + [OAK-7605] - Giving multiple result when executing query (for a + constraints with OR condition) for Facetextraction + [OAK-7606] - Doing Faceting only on the resultset of one + constraints when query contain multiple constraint with OR + condition + [OAK-7608] - Throw exception if all properties name are given + wrong for faceting + [OAK-7613] - Taking more time for iterating row of query Result + which contain Facets + [OAK-7630] - Suggest directory update doesn't close + AnalyzingInfixSuggester after building + [OAK-7808] - Incorrect facet counts when some results are + inaccessible due to ACLs + [OAK-7929] - Incorrect Facet Count With Large Dataset and ACLs + [OAK-7935] - RDB*Store: createOrUpdate may fail on stale cache + when document was removed on different instance + [OAK-7951] - Datastore GC stats not updated with failure when "Not + all repositories have marked references available" Improvement - [OAK-7741] - Token LoginModule flag to skip refreshing the token - expiration + [OAK-7850] - Indexes that don't support facets being queried + should not participate in execution plan + [OAK-7862] - Make PermissionEntryCache more resilient against OOME + (1.8) + [OAK-7925] - OakUpgrade for RDBMK: user name and password must + match + +Task + + [OAK-7909] - Backport and validate OAK-7867 to Oak 1.6 In addition to the above-mentioned changes, this release contains all changes included up to the Apache Jackrabbit Oak 1.6.x release.