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

Merge/upstream to 1.5.1 #10

Merged
merged 92 commits into from Jan 5, 2017
Merged

Merge/upstream to 1.5.1 #10

merged 92 commits into from Jan 5, 2017

Conversation

hazen
Copy link

@hazen hazen commented Jan 5, 2017

Update develop to the latest 1.5.1 release. This the last version to support rebar2

lefan and others added 30 commits September 28, 2012 22:16
App version should be 0.9.1. Else, rebar fails:

{version_mismatch,{"/Users/dmitrii.dimandt/Projects/solo/como/deps/poolboy/src/poolboy.app.src",
                   {expected,"0.9.1"},
                   {has,"0.8.1"}}}.
Change gen_fsm to gen_server behaviour
WARNING: this commit breaks compatibility with
         Erlang releases prior to R15
Joshua Chi and others added 27 commits October 22, 2014 12:18
Adds support for FIFO strategy
Will Glozer's epgsql is no longer maintained.
Update README to point to epgsql
This is to allow libraries that calls poolboy to specify their function typespecs.
Previously it was possible for the pool to checkout a worker to a
client but the client to timeout before receiving the worker's pid. This
would leave the worker checked out until the client process exited.
Fix checkout timeout race condition
Fix dependency compile issue, when add poolboy into cowboy Makefile, mak...
@korry8911
Copy link

+1

@hazen hazen merged commit 25ec551 into develop Jan 5, 2017
@hazen hazen deleted the merge/upstream branch January 5, 2017 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet