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 eventmachine requirement from = 1.0.3 to = 1.2.7 #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Updates the requirements on eventmachine to permit the latest version.

Release notes

Sourced from eventmachine's releases.

1.2.7 (May 12, 2018)

  • Fix segfault on large numbers of connections #843
Changelog

Sourced from eventmachine's changelog.

1.2.7 (May 12, 2018)

  • Fix segfault on large numbers of connections #843

1.2.6 (April 30, 2018)

  • Fix segfault when an Exception is raised from unbind callback (for real this time!)
  • Fix race condition while initializing the machine #756
  • Fix for newer compilers where bind() and std::bind() conflict [#830, #831]
  • Be verbose about SSL connection errors #807
  • Avoid explicitly calling class methods when in class scope
  • Java: Add EM_PROTO_SSL/TLS definitions [#773, #791]
  • Java: return zero when sending data to a closed connection [#475, #804]
  • Pure Ruby: Connection::error? calls report_connection_error_status #801

1.2.5 (July 27, 2017)

  • Java: Use long for larger values in oneshot timer intervals [#784, #794]

1.2.4 (July 27, 2017)

  • Java: Add EM_PROTO_SSL/TLS definitions [#773, #791]
  • Fix IPv6 UDP get_peername #788
  • Allow for larger values in oneshot timer intervals [#784, #793]
  • Update extconf.rb to allow MinGW builds with OpenSSL 1.1.0 #785

1.2.3 (February 22, 2017)

  • Pure Ruby: Add get_sockname [#308, #772]
  • Fix segfault when an Exception is raised from unbind callback [#765, #766]
  • Allow destructors to throw when compiling in >= C++11 #767

1.2.2 (January 23, 2017)

  • Java: Fix Fixnum deprecated warning in Ruby 2.4+ #759
  • Fix uncaught C++ exception in file watcher and raise InvalidSignature [#512, #757]
  • Fix connection count off-by-one for epoll and kqueue #750
  • Fix uninitialized variable warning in EM::P::HttpClient #749
  • Fix missing initial value for EventableDescriptor NextHeartbeat #748
  • Fix hostname resolution on Solaris, Ilumos, SmartOS, et al [#745, #746]
  • Improve reliability of tests, reduce public Internet accesses in tests [#656, #666, #749]

1.2.1 (November 15, 2016)

  • Throw strerror(errno) when getsockname or getpeername fail #683
  • Use a single concrete implementation of getpeername/getsockname, the rest pure virtuals #683
  • Use gai_strerror to get the failure string from getaddrinfo #744
  • Fix deregistering descriptor when using KQUEUE #728
  • Fix to enable to work an example code in EM::Pool #731
  • LineText2: Add regular expression delimiter support #706
  • Pure Ruby: EM rescue ECONNREFUSED on initial TCP connect #741
  • Pure Ruby: EM SSL (working start_tls) #712
  • Pure Ruby: EM fixes #707
  • Java: Use Acceptors to get peer and sock names if not present in Connections #743

1.2.0.1 (March 15, 2016)

  • Fix crash when accepting IPv6 connections due to struct sockaddr_in [#698, #699]
... (truncated)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants