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

Bump eventmachine from v1.2.7 to 1.2.7 #22

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 1, 2022

Bumps eventmachine from v1.2.7 to 1.2.7. This release includes the previously tagged commit.

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

You can trigger a rebase of this PR 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [eventmachine](https://github.com/eventmachine/eventmachine) from v1.2.7 to 1.2.7. This release includes the previously tagged commit.
- [Release notes](https://github.com/eventmachine/eventmachine/releases)
- [Changelog](https://github.com/eventmachine/eventmachine/blob/master/CHANGELOG.md)
- [Commits](eventmachine/eventmachine@9cb13a8...v1.2.7)

---
updated-dependencies:
- dependency-name: eventmachine
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jun 1, 2022
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants