-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
thalos (1.1.0~rc1) bionic focal jammy; urgency=medium | ||
|
||
* Adding flags for almost all config values. | ||
* Improved disconnect code for ship client. | ||
- Application now waits for ship to reply with a close message before exiting | ||
the application. | ||
- The application now recognizes an close error and no longer reports is as | ||
an actual error to the log. | ||
* Application only calls "GetInfo" from the antelope API once and only if it actually needs the information. | ||
* CI: update actions/checkout to version 4 | ||
* CI: update actions/setup-go to version 5 | ||
* golang: update github.com/eosswedenorg-go/antelope-ship-client to v0.2.7 | ||
* golang: switched github.com/pborman/getopt for github.com/spf13/cobra | ||
* golang: use github.com/spf13/viper to handle configuration. | ||
|
||
-- Henrik Hautakoski <[email protected]> Mon, 19 Feb 2024 14:27:40 +0100 | ||
|
||
thalos (1.0.0) bionic focal jammy; urgency=medium | ||
|
||
* Improved code documentation. | ||
|
@@ -90,4 +107,4 @@ thalos-server (0.1.0) bionic focal jammy; urgency=medium | |
|
||
Initial release. | ||
|
||
-- Henrik Hautakoski <[email protected]> Sun, 14 May 2023 18:17:35 +0200 | ||
-- Henrik Hautakoski <[email protected]> Sun, 14 May 2023 18:17:35 +0200 |