Releases: singnet/snet-daemon
Releases · singnet/snet-daemon
SingularityNET Daemon v0.1.9
Release Notes
- Build Capability for various platforms.
- Removed claim commands from Daemon.
- Support for version check command
- Improved logging
- Additional checks to ensure the Daemon and service end points are different
- Support for version check command
SingularityNET Daemon v0.1.8
Release Notes
- Support for GRPC heartbeat health check
- Improved logging
SingularityNET Daemon v0.1.7
Point to the latest contract build
SingularityNET Daemon v0.1.6
Release Notes
- Support for Daemon to bind to the
<host>:<port>
provided in configuration file - Better Error handling ( Clearer messages embedded in the Error)
- Minor bug Fixes on lessening occurances of channel Locks.
SingularityNET Daemon v0.1.5
Beta Release
SingularityNET Daemon v0.1.4
Support for rate limiting and the modified contracts
SingularityNET Daemon v0.1.3
- Moving all local database to etcd
- Better error reporting for MPE operations, improved tests
- Config defaults assume a local environment
- Support for more url formats in daemon endpoint
- Require a private key only for claim operations
- Require channel signer sign on payment related operations
- Full list of changes
SingularityNET Daemon v0.1.2
Supports MPE and initialises state from Registry and IPFS
SingularityNET Daemon v0.1.1
- Supports gRPC-Web CORS pre-flight requests
- Updated gRPC-Web dependency version
SingularityNET Daemon v0.1.0
- Rewritten in golang with performance in flexibility in mind
- Supports new service backends; in addition to JSON-RPC, service developers can now expose gRPC services as well as executables to be invoked on a per-request basis
- Exposes gRPC/gRPC-Web endpoint for all client connections (deprecated JSON-RPC over HTTP proxy functionality supported for backwards compatibility for a limited time)
- Supports SSL termination at the daemon; service developers can either use their own provided certificates or have certificates automatically issued and rotated by LetsEncrypt (requires domain name)
- Various other improvements