Skip to content

v1.0.0-rc4

Pre-release
Pre-release

Choose a tag to compare

@rdlowrey rdlowrey released this 27 Oct 21:14
· 918 commits to 5.x since this release
  • SocketPool now properly observes host connection limits
  • New Client::OP_CONCURRENCY_LIMIT setting queues outstanding requests beyond a certain number
    (default 512) to help prevent naive applications from spiraling memory out of control without
    worrying over the details of concurrency.

BC BREAKS:

  • The Client::OP_QUEUED_SOCKET_LIMIT setting has been removed