v0.11.0
- 100% documentation coverage.
- Remove unused outer server task.
v0.10.0
- Make it easier to override endpoint options like
timeout
.
- Remove default connection timeout.
v0.9.1
- Remove default connection timeout.
v0.9.0
- Add optional
after(error)
argument.
- Add Getting Started guide.
v0.8.1
- Add a timeout to prevent hangs during
@client.close
.
v0.8.0
- Don't depend on
async-io
directly.
v0.7.0
- Pass through the timeout.
v0.6.0
- Expose
make_client
similar to make_server
.
v0.5.0
- Fix
make_server
to use endpoint argument.
v0.4.0
- Add SSL support.
- Correct homepage in gemspec.
v0.3.0
- Sort bound URLs for more predictable tests.
- Add missing dependency on
async-http
.
- Expose url and bound_urls.
v0.2.3
- Mock path on
client_endpoint
.
v0.2.1
- Fix
client_endpoint
and add tests.
v0.1.3
- Improve compatibility with simultaneous execution by using host-allocated ports.