IMPROVEMENTS:
- Logging
IMPROVEMENTS:
- Layer in WSS
BUG FIXES:
- Resolve stray goroutine memory leak
- Ensure error is returned if auth is unsuccessful
IMPROVEMENTS:
- All connections are not subscribers
- Allow server as a config file option
- Add versioning
- Enhance logging
BUG FIXES:
- Authentication is now handled on a per connection basis, with each connection required to send a token if the server is started with an authenticator.
- Subscriptions have been reworked to meet the original requirements of mist.
- Fixed an issue with how mist was parsing config files.
IMPROVEMENTS:
- Clients now have a way to authenticate with an authenticated server.
- Response messages have been added when running commands against a server to verify that the command worked/failed.
- Many tests have been added/updated.
BUG FIXES:
- Updated how Mist parses configs.
IMPROVEMENTS:
- Added additional options for specifying logging type (stdout, file) and an option for specifying the log path.
BUG FIXES:
- Break if mist fails to write to a web socket client; it's presumably dead, and we don't want mist looping forever trying to read/write to something git will never be able to.
This change log began with version 1.0.0. Any prior changes can be seen by viewing the commit history.