-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.6.0 release #114
0.6.0 release #114
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job with the documentation 🎉
docs/src/main/tut/docs.md
Outdated
# Batching | ||
|
||
As we have learned, Fetch performs batched requests whenever it can. It also exposes a couple knobs | ||
for tweaking the maximum batch size and whether multiple batches are run on parallel or sequentially. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on
-> in
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!
Codecov Report
@@ Coverage Diff @@
## master #114 +/- ##
=========================================
- Coverage 77.29% 77.1% -0.19%
=========================================
Files 10 10
Lines 251 249 -2
Branches 2 2
=========================================
- Hits 194 192 -2
Misses 57 57
Continue to review full report at Codecov.
|
Title says it all, had to revert #109 due to clashes with the
Fetch
companion's apply method. Other than that is just documentation for the new features and a changelog update.