Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

Commit

Permalink
Bump version to 1.7.1-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
Gal Rogozinski committed Jun 17, 2019
1 parent fa378be commit b8ad84b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
1.7.1

- Feature: Add getAllAddresses to the spentAdddresses provider. This is to enable exporting with IXI (#1495)
- Fix: update solid flag from past-present (#1492)
- Fix: Remove git-commit plugin (#1483)
- Fix: Prevents IndexOutOfBoundsException within the MilestoneServiceImpl (#1480)
- Change: Disable Tip Solidifier
- Change: Pruning is now off by default (#1471)
- Feature: adds a tip-selection timeout mechanism (#1404)
- Fix: fetch correct arrival time while traversing dags for orphaned transactions. (#1407)
- Fix: recent seen transactions digest (#1453)
- Documentation: Changed <br> usage to <p> (#1457)
- Feature: Doclet annotations (#1155)
- Fix: fixes spent states of addresses not getting persisted on tx pruning (#1437)
- Change: Made API class easier to work with
- Fix: add boolean values to configurations for regression tests
- Fix: Boolean flag consistent usage (#1295)
- Feature: Do not request one transaction at a time (#1311)
- Fix: log inconsistent addresses in debug mode (#1347)
- Feature: Use xxHash instead of SHA-256 on incoming transaction hashes cache (#1326)
- Feature: Added iotacafe/maven and iotacafe/java container full digest with sha256 in Dockerfile's FROM directives. (#1259)
- Feature: Introducing a Cuckoo Filter for local snapshots (#1100)
- Change: Prepare IRI to have its version injected by CI (#1359)
- Change: print out line number in log info. (#1362)
- Feature: Add configuration parameter for remote trusted api hosts (#1203)
- Feature: upgrade RocksDB to version 5.17.2 (#1206)
- Fix: unknown IXI command response (#1327)
- Documentation: readme links fix (#1355)
- Fix: ZMQ publishes to TCP and IPC instead of just one of them

1.7.0
- refactor milestone signature parameters to be configurable (#1322)
- migration from legacy coordinator to compass
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.iota</groupId>
<artifactId>iri</artifactId>
<version>1.7.1-RC3</version>
<version>1.7.1-RELEASE</version>
<name>IRI</name>
<description>IOTA Reference Implementation</description>

Expand Down

0 comments on commit b8ad84b

Please sign in to comment.