v0.0.3 had a regression that didn't allow multiple rpc requests at once (i.e calling Do or Exec at the same time in different goroutines would error). This probably isn't that widely used but it should be supported by the session.
As part of this the closing has been reworked quite a bit to make sure resouces and such are cleaned up properly.
What's Changed
- refactor: Move from testify to be by @nemith in #130
- chore: Update license by @nemith in #131
- bug: serialize send to allow for concurrent session use by @nemith in #132
- refactor: Use ECDSA instead of RSA for TLS tests by @nemith in #133
Full Changelog: v0.0.3...v0.0.4