- Update the YamlWriter interaction code (#1)
- Log the outgoing packets as JSON
- Allow reconnecting to a different endpoint. This flushes caches but keeps the events intact.
- Make the ratelimt retries looping if another rate limit is hit.
- Expose the forced socket closure from the client side via ClientForcedDisconnectedEvent.
- Handle the rate-limiting on the client side.
- Restore the missing tracing.
- Expose the ResClient of any given ResEntity.
- Properly parse the subscribe calls.
- Initial public release. All the primary flows work.