Releases: iotaledger/iota-java
1.0.0-beta9
API
- Removed threshold (@ezienecker )
- Fixed multisig to work with all security levels
- Removed tips param
- Added
isconfirmed
alias forgetInclusionstates
- Fixed node URL host allowing a file/folder extension (example:
node
is the extension inhttp://iota.net/node
) - Normalised creation of
toString
text (@ezienecker )
Documentation
- Updated information files (Readme, contributing, etc) @JakeSCahill
1.0.0-beta8 - Bugfixes and added API call
Account
- Added interruption checks to prevent error spam on shutdown
- Magnets are once again made with curl
API
- Added GetNodeAPIConfiguration API call
- Fixed an issue in manual transaction creation
Documentation
- Updated docs folder
- Added an example for prepare and sendTrytes in the readme
- Updated getting started guide
1.0.0-beta7 - Documentation and bugfixes
API
- Added support for calling IXI modules on IRI
- Made IP address check optional for android support #199
Both
- Aligned hashing code style #187 #204 ( @ezienecker )
- Updated dependencies
Tests
- Fixed tests by changing the devnet node, updated older code
And various documentation improvements by @JakeSCahill #191, and others
1.0.0-beta6 - JUnit 5 & cleanup
API
- Check for spent address using wereAddressSpentFrom when requesting a new address
- Complete revamp of requesting addresses using a Builder! (@ManuZiD)
- Added another interface above IotaLocalPow, for compass remote POW
Account
- Added doclet annotationts to accounts module
- Added support for POW and attachToTangle events
- Allow addign custom plugins to the account module
- Added check for reattachment confirmations instead of just checking the original
Both
- Changed JUnit to version 5 (@ManuZiD)
- Cleaned up the POM (@ManuZiD)
1.0.0-beta5 - Doclet/Javadoc and account messaging fixes
-
Added Java Doclet for automated Markdown generation (can be run using "mvn clean compile site")
-
Added javadoc to ApiCore and API
-
Fixed getMessage() parsing in EventReceivedMessage
-
Fixed sending 0 value transactions with messages bigger than 1 transaction
1.0.0-beta4 - Accounts module Beta
-
Event management system
-
Account builder and API builder rewrite for re-usability
-
Split storage and config modules
-
Reattach/Promote plugin (runs every 30 seconds, excluding POW time when doing local)
-
Incoming transfer plugin
-
Outgoing transfer plugin
-
Added account state and deposit methods
-
load/save account state using JSON file
-
Added a custom seed provider
-
Address generation cache
-
Added shutdown event, called before account "shutdown()"
-
Added some documentation and tests to account module
-
Added javadoc to connection, allow custom connection methods
-
Updated to Junit 5 (tests are still Junit 4 using legacy plugin)
-
Added QRCode and Magnet link creation from a CDA
-
Addded a MongoDB storage class
-
Organised imports
1.0.0-beta3
Beta3 release of the iota-Java library
Includes some small fixes to IotaApi and... more Javadoc!
1.0.0-beta2
Beta release of the iota-Java library
-
Various small changes all over to be conform the go&js library
-
Added some util validators and replaced magic numbers with values from Constants
-
More validations and constants added
-
Added features array to nodeinfo API call
-
Split getNewAddress into different functi
ons, changed tests to use those instead. Added getFirst in the GetAddressesResponse for easy access -
Added javadoc explaining the functions
-
Added codacity ruleset equal to the IRI repository
-
Updated readme
1.0.0-beta1
With the renaming, we will start fresh at 1.0.0.
This pre-release/beta will just be released on Jitpack.
Once everything is in good order, a Maven central release will be done. (ETA not determined yet)
v0.9.6: Merge pull request #49 from iotaledger/bugfix
Bugfix and bump to v0.9.6