2.2.2 (2017-01-24)
Closed issues:
Merged pull requests:
- Add pool_sup_shutdown option to customize shutdown. #90 (kzemek)
- Remove useless ets creation info message #88 (juise)
2.2.1 (2016-09-20)
Merged pull requests:
- Bumped to 2.2.1 #87 (HernanRivasAcosta)
- Added support for multiple overrun handlers and fixed the tests #86 (HernanRivasAcosta)
2.2.0 (2016-08-18)
Closed issues:
- Version Bump to 2.2.0 #84
- pool becomes unresponsive #81
- Implement common functions in the gen_server or gen_fsm way in a single shared module #80
- Complete coverage for wpool_fsm_process #79
- Replace #wpool by a map #77
Merged pull requests:
- [close #84] Version bump 2.2.0 #85 (ferigis)
- [#80] Implemented shared functions in shared module. [Fix #80] #83 (ferigis)
- fsm coverage [#79] #82 (ferigis)
2.1.0 (2016-08-03)
Fixed bugs:
- Tests are unstable #56 (elbrujohalcon)
Merged pull requests:
- Added a function to retrieve the stats for all pools #76 (HernanRivasAcosta)
- We no longer have support for erlang.mk #75 (HernanRivasAcosta)
- Version Bump to 2.1.0 #69 (elbrujohalcon)
- Standarize code style #68 (elbrujohalcon)
- Remove wpool_shutdown #67 (elbrujohalcon)
- Remove wpool:call/5 #57 (elbrujohalcon)
- Complete Test Coverage #10 (elbrujohalcon)
2.0.1 (2016-06-27)
Closed issues:
- one_for_all strategy with the worker pool supervisor #64
Merged pull requests:
- Version Bump to 2.0.1 #74 (elbrujohalcon)
- Remove compiler warnings about random module #73 (elbrujohalcon)
- Actually remove the usage of random module if we're on OTP18+ #72 (elbrujohalcon)
- Upgrade katana-test #66 (elbrujohalcon)
- Add config options pool_sup_intensity and pool_sup_period #65 (waisbrot)
2.0.0 (2016-05-26)
Closed issues:
Merged pull requests:
1.1.0 (2016-04-28)
Fixed bugs:
Closed issues:
- Wrong typespec for strategy() #48
- Add wpool_fsm_process tests #46
- Update README.md #45
- gen_fsm as workers #24
- Update Dependencies #23
- ability to provide custom strategies #16
- Possibility to create anonymous pools? #32
- Worker recycling/expiration #20
Merged pull requests:
- Update README.md #55 (elbrujohalcon)
- Ferigis.46.adding fsm tests #54 (ferigis)
- Replacement for #47 #53 (elbrujohalcon)
- handle custom strategy functions #52 (benoitc)
- Updated wpool stats/0 type specification #50 (melekes)
- Fix the typespec for the hash_worker strategy #49 (waisbrot)
- updating README and creating a default fsm worker #47 (ferigis)
- Ferigis.24.gen fsm as a workers #43 (ferigis)
- Version Bump to 1.1.0 #59 (elbrujohalcon)
- Fail fast if there is no spare workers in the pool #51 (michalwski)
- Get the Project up to date regarding our internal rules #44 (igaray)
- Properly change the random implementation for R18 #27 (elbrujohalcon)
1.0.4 (2015-12-05)
Closed issues:
- wpool_queue_manager may leak workers #37
Merged pull requests:
- [#37] Allocate a worker and send the job at the same time #42 (jfacorro)
- Handle gen_server:init return with timeout #40 (dvaergiller)
- Reduce the list of maintainers in .app.src #39 (elbrujohalcon)
- Release on Hex? #38 (waisbrot)
- wpool_queue_manager crash cripples worker pool #36 (marcsugiyama)
- worker pools do not restart after hitting the restart intensity limit #35 (marcsugiyama)
- Allow setting
gen\_server
options in workers #34 (X4lldux) - Add suport for distributing work based on a hashed term #33 (JoshRagem)
- Rebased from TT and improved dialyzation #31 (elbrujohalcon)
- Completely remove lager #30 (elbrujohalcon)
- Version Bump to 1.0.4 #41 (elbrujohalcon)
1.0.3 (2015-08-26)
Closed issues:
- R18 deprecation warning #25
Merged pull requests:
- Version Bump to 1.0.3 #29 (elbrujohalcon)
- Fix platform_define string to 18 and calling timestamp(). #28 (joaohf)
- added support for R18 and the deprecation of 'now' #26 (HernanRivasAcosta)
1.0.2 (2015-03-16)
Merged pull requests:
- Changelog Added #22 (elbrujohalcon)
- Remove lager runtime dependency #21 (schlagert)
1.0.1 (2015-02-18)
Closed issues:
- Add documentation for overrun_warning and related config options #13
- Fulfill the open-source checklist #7
Merged pull requests:
- version bump #19 (elbrujohalcon)
- Respect the git://… guideline #18 (elbrujohalcon)
- Use ./rebar and $REBAR instead of just rebar #17 (elbrujohalcon)
- Contributions from @funbox #15 (elbrujohalcon)
- Fixed rebar.config to not use the git account for github. #14 (AxisOfEval)
- New hidden modules 👻 #12 (elbrujohalcon)
- Enable default_strategy customization #11 (elbrujohalcon)
1.0 (2014-09-25)
Merged pull requests:
- Indentation!! #9 (elbrujohalcon)
- elvis config for @elvisinaka #8 (elbrujohalcon)
- Run elvis. #6 (igaray)
- Fulfill the open-source checklist #5 (elbrujohalcon)
- Less restrictive lager version requirement #4 (jfacorro)
- R17 ready #3 (elbrujohalcon)
- Lager update #2 (elbrujohalcon)
- Modified rebar.config to pull lager 2.0.0rc1. #1 (igaray)
* This Change Log was automatically generated by github_changelog_generator