Skip to content

Commit

Permalink
Update v2.2.1 release notes with latest fixes
Browse files Browse the repository at this point in the history
Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed Sep 26, 2020
1 parent c5cf627 commit 9906643
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions release_notes/v2.2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,14 @@ which is every 10 minutes by default.
When using cryptogen to generate certificates, the X509v3 Subject Alternative Name field contained duplicate entries.
The Subject Alternative Name now contains one entry per alternate name.

**FAB-18245: peer - Large values retrieved from chaincode may be incorrect when using CouchDB**

Chaincode values larger than 64kb are saved to CouchDB,
but not saved to the peer's CouchDB cache.
However, chaincode still attempted to retrieve from the cache,
and therefore an incorrect value may be retrieved.
The fix ensures that for values larger than 64kb, the data will be retrieved from CouchDB.


Deprecations (existing)
-----------------------
Expand Down

0 comments on commit 9906643

Please sign in to comment.