-
-
-
-
-
v0.22492050fa · ·
Separates Send() methods for metadata and data/stream Requests Metadata-only requests should use "void Send()" as before Data/Stream requests should use new "DataFuture SendAsync()" and then call wait() on the returned object to garbage collect the request after the data/stream part has completed.
-
-
-
-
-
-
-
v0.1536cf1ea8 · ·
Removes vid field from ArchiveFileItem No impact on EOS, this message is used by cta-admin only
-
-
-
-
-
-
-
-
v0.7abdb1339 · ·
Supports setting configuration options by config file, environment variables or explicitly in the code