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 thin: 1.6.3 → 1.7.2 (minor) #98

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

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Aug 18, 2018

We've updated a dependency and here is what you need to know:

name version specification old version new version
thin 1.6.3 1.7.2

Additionally, the update changed a few other dependencies as well:

action name old version new version
updated daemons 1.1.9 1.2.6
updated eventmachine 1.0.6 1.2.7

You should probably take a good look at the info here and the test results before merging this pull request, of course.

What changed?

✳️ thin (1.6.3 → 1.7.2) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 52 commits:

↗️ daemons (indirect, 1.1.9 → 1.2.6) · Repo · Changelog

Release Notes

1.2.6

== Release 1.2.6: December 24, 2017

  • Add links to rubydoc.info documentation.

1.2.5

Bugfix release.

  • In Application#stop, call zap, not cleanup on the pidfile (thanks to wevanscfi)
  • Use File.expand_path on and output and log files (thanks to Dave Harris)

1.2.4

Bugfix and feature enhancement release.

  • add :shush option
  • add :monitor_interval option
  • add :log_output_syslog option
Commits

See the full diff on Github. The new version differs by 1 commit:

↗️ eventmachine (indirect, 1.0.6 → 1.2.7) · Repo · Changelog

Release Notes

1.2.7

1.2.7 (May 12, 2018)

  • Fix segfault on large numbers of connections [#843]

1.2.6

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

Released to Rubygems

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

From 1.2.4:

  • 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

  • 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]
Commits

See the full diff on Github. The new version differs by more commits than we can show here.


Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

Depfu Status

@depfu depfu bot added the depfu label Aug 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants