From 86103960d99f8ee7dced72cf851f7b43add84524 Mon Sep 17 00:00:00 2001 From: Gal Rogozinski Date: Thu, 21 Feb 2019 15:56:07 +0200 Subject: [PATCH] Update changelog --- changelog.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/changelog.txt b/changelog.txt index a16f8e0bfb..e2b7e93691 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,22 @@ +1.6.1 + - Fix: Db exists() method optimization (#1338) + - Fix: Do not persist pruner state (#1342) + - Fix: Reduce db access and cpu usage needed to persist spent addresses (#1332) + - Fix: Added a NULL_HASH check for genesis transaction (#1309) + - Feature: Fresh transactions to request (#1316) + - Fix: missing user-agent header in cors (#1319) + - Fix: Batch process spent addresses to avoid out of memory issues (#1314) + - Fix: added a buffer to LSManager (#1286) + - Fix: test existence of spent addresses db do not point to correct folder (#1305) + - Change: Convert from trytes to asciiString (#1302) + - Documentation: Fixed and added javadoc comments for existing classes (#1026) + - Fix: Creates rest endpoint for iotaconfig related settings as suggested (#1200) + - Fix: make storeMessage store transactions (#1186) + - Change: add a plugin to create reproducible builds. (#1194) + - Feature: Add configurable variables for spent addresses DB (#1274) + - Fix: Posting invalid json to IRI will result in detailed error message (#1202) + - Fix: dns reverse resolving issue for neighbors that are added with their IP. (#1255) + 1.6.0 - Feat: added config variables for local snapshots (#981) - Feat: added a generic helper class for dag traversal (#982)