Releases: AllanCapistrano/tangle-hornet-api
Releases · AllanCapistrano/tangle-hornet-api
v1.5.0
Features
- create GetLastHourMessagesByIndex function #5 (AllanCapistrano)
- create messages/index/maxMessages route #5 (AllanCapistrano)
- add apiCLientFiles #5 (AllanCapistrano)
Documentation
- new route #5 (AllanCapistrano)
Chores
- update README (Allan Capistrano)
- update README (Allan Capistrano)
- using tangle-client-go v1.5.0 #5 (AllanCapistrano)
- improve message error #5 (AllanCapistrano)
Commits
v1.4.0
Features
- create function to get all node information #4 (AllanCapistrano)
- create nodeInfo-all route #4 (AllanCapistrano)
Chores
- update tangle-client-go to version 1.4.0 #4 (AllanCapistrano)
- renaming file and function #4 (AllanCapistrano)
- using nodeInfo route instead of root route #4 (AllanCapistrano)
- renaming function #4 (AllanCapistrano)
Commits
v1.3.1
Chores
- removing TODO (AllanCapistrano)
- using tangle-client-go v1.3.1 (AllanCapistrano)
- renaming message content to data (AllanCapistrano)
v1.3.0
Features
- using tangle-client-go v1.3.0 (AllanCapistrano)
v1.2.0
Features
- create GetMessageByMessageId function #3 (AllanCapistrano)
- create message/messageId route #3 (AllanCapistrano)
Chores
- update tangle-client-go to version 1.2.0 #3 (AllanCapistrano)
v1.0.1
Features
- add HTTP status code when any error occurs (AllanCapistrano)
Bug Fixes
- accepting JSON in message content (AllanCapistrano)
v1.0.0
feat: create build-tangle-hornet action