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

Update pydle in requirements.txt from 0.9.1 to 0.9.3 #1299

Closed
wants to merge 1 commit into from

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Sep 9, 2019

Overview

The following dependencies have been updated by dependencies.io:

  • pydle in requirements.txt from "0.9.1" to "0.9.3"

Details

pydle

This dependency is located in requirements.txt and was updated from "0.9.1" to "0.9.3".

0.9.2

Bug fixes:

#87 Resolved some missing await calls in registration
#118 Resolved some issues in the CTCP implementation
#113 Resolved incompatibility with non-compliant hostmasks.

Documentation

#115 Added authentication documentation

0.9.3

Bug fixes:

#51 Added ping check to read timeout monitoring, refactored the monitoring task entirely

  • The ping timeout task has been replaced with a timeout on the connection's .read() method
  • the client will now send the server a PING command when it times out reading from the socket
  • only if this command times out does the client disconnect.

Hopefully this resolves the reported random disconnect behavior some users have been reporting.

Deprecated fields

#126
pydle.BasicClient.PING_TIMEOUT is now deprecated and has been replaced with pydle.BasicClient.READ_TIMEOUT to the same effect.

  • a proxy read-write property pydle.BasicClient.PING_TIMEOUT has been added to preserve reverse compatibility, however may be removed in a later release.

@Harmon758
Copy link
Owner

Superseded by 535f344

@Harmon758 Harmon758 closed this Nov 30, 2020
@Harmon758 Harmon758 deleted the deps/update-ffc3acfb branch November 30, 2020 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants