Releases: mdingena/att-client
Releases · mdingena/att-client
att-client v0.4.0
att-client v0.3.0
v0.2.0
Features
- Automatically refreshes API access token.
- Automatically migrates WebSocket connections.
- Additional log verbosity "Quiet", letting you silence all logging coming from ATT Client.
- Added subscription event message types for improved developer experience:
ObjectKilled
PlayerJoined
PlayerKilled
PlayerLeft
PlayerMovedChunk
PlayerStateChanged
PopulationModified
TraceLog
TradeDeckUsed
Fixes
- Fixed library exports.
v0.1.0
Hello, World!
This is a barebones release with minimal functionality needed to create a bot client that is capable of
- automatically accepting group invites;
- automatically detecting group role changes, so that it knows whether or not it has
Console
permissions; - automatically connecting to server consoles when bot has
Console
permissions for that server group and server is online; - automatically disconnecting from server consoles when that server goes offline or the bot is removed from the group;
- subscribing to server events when a server console connection is opened; and
- sending console commands to servers via a console connection.
More features are planned for upcoming releases.