Skip to content
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

v1.8.1 #462

Merged
merged 12 commits into from
Jul 22, 2017
Merged

v1.8.1 #462

merged 12 commits into from
Jul 22, 2017

Conversation

dr-dimitru
Copy link
Member

  • Exact code splitting, client part of the library reduced for 35%
  • Atmosphere and NPM packages update
  • Compatibility with meteor@1.5.1
  • Fix for Files upload not working on IOS. #458 - Safari can't handle simultaneous WebSockets connection, and fails to send large data chunks. It's fixed in this release with detecting if browser is Safari with ddp used as transport. Note is added to FAQ, Should be fixed in Safari 11. Thanks to @derwok for bringing it in, and @IDCOLL for original issue
  • Fix resumable uploads, now in 90% upload should survive server reboot and in 98% connection interruption
  • Better file stream management with file descriptor caching - should reduce RAM and I/O

# Conflicts:
#	CONTRIBUTING.md
 - Exact code splitting, client part of the library reduced for 35%
 - Atmosphere and NPM packages update
 - Compatibility with meteor@1.5.1
 - Fix for #458 - Safari can't handle simultaneous WebSockets
connection, and fails to send large data chunks. It's fixed in this
release with detecting if browser is Safari with `ddp` used as
transport. Note is added to FAQ, Should be fixed in Safari 11. Thanks
to @derwok for bringing it in, and @IDCOLL for original issue
 - Fix resumable uploads, now in 90% upload should survive server
reboot and in 98% connection interruption
 - Better file stream management with file descriptor caching - should
reduce RAM and I/O
@dr-dimitru dr-dimitru merged commit 5774279 into master Jul 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant