Commit Graph

9 Commits

Author SHA1 Message Date
Cory Benfield e7880565aa
We use main as our development branch now. (#1651) 2020-09-24 18:02:44 +01:00
Johannes Weiss 39c6b87ff8
migration guide: Info about B2MD (#949)
Motivation:

@tomerd learned the hard way that there were some subtle changes in
B2MDs around intercepting arbitrary channel events. Previously,
intercepting those was illegal but possible. In NIO 2, it's impossible.

Modifications:

add a description for what changed

Result:

easier migrations
2019-04-05 17:22:44 +01:00
Johannes Weiss 09bace11d6
minor fixes in docs (#928)
Motivation:

Some things weren't 100% clear or wrong, let's fix em.

Modifications:

fixed 'em.

Result:

better docs
2019-03-26 11:26:10 +00:00
Johannes Weiss b8368b6e09
update the documentation for NIO 2 release (#927)
Motivation:

A bunch of things change with the release of NIO 2. We should update the
documentation to reflect that.

Modifications:

- update readme
- update migration guide

Result:

up to date docs.
2019-03-26 09:11:28 +00:00
Cory Benfield 8adf87baa6
Update migration guide with now-converging repos. (#905)
Motivation:

swift-nio-http2 and swift-nio-transport-services are now converging.

Modifications:

Updated the migration guide.

Result:

Docs will be up to date.
2019-03-15 15:03:01 +00:00
Johannes Weiss 08ae2308be
migration guide: swift-nio-ssl has converged (#901)
Motivation:

We should have accurate information in our guides.

Modifications:

Note that swift-nio-ssl has converged.

Result:

correct info
2019-03-13 17:02:04 +00:00
Johannes Weiss 785f7620f2
fix wrong URL for swift-nio-extras 2019-03-08 19:30:39 +00:00
Johannes Weiss edda576522
update migration guide: convergence (#891)
Motivation:

Mention convergence in migration guide.

Modifications:

tell people about the correct dependencies in the migration guide.

Result:

happier users.
2019-03-08 19:30:02 +00:00
Johannes Weiss 37a64b74c6
NIO 1 to 2 migration guide (#847)
Motivation:

The NIO 1 to 2 migration is not too bad if you know a few tricks. So we
should list them in a migration guide.

Modifications:

add first cut of migration guide

Result:

happier users
2019-02-28 11:21:48 +00:00