Skip to content

Commit

Permalink
Merge pull request #102 from inaka/elbrujohalcon.102.version_bump_to_…
Browse files Browse the repository at this point in the history
…2_2_3

Version Bump to 2.2.3
  • Loading branch information
Brujo Benavides authored Apr 3, 2017
2 parents 7738b8c + 2fdc74c commit b26ea64
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,37 @@
# Change Log

## [2.2.3](https://github.com/inaka/worker_pool/tree/2.2.3) (2017-04-03)
[Full Changelog](https://github.com/inaka/worker_pool/compare/2.2.2...2.2.3)

**Fixed bugs:**

- wpool fails to handle temporarily dead workers [\#94](https://github.com/inaka/worker_pool/issues/94)

**Closed issues:**

- available\_worker doesn't handle worker exit [\#93](https://github.com/inaka/worker_pool/issues/93)
- can\_not\_hold\_a\_reply error for handle\_call with {noreply, State} result [\#78](https://github.com/inaka/worker_pool/issues/78)

**Merged pull requests:**

- Misuse of throw\(\) in the interface code [\#100](https://github.com/inaka/worker_pool/pull/100) ([ElectronicRU](https://github.com/ElectronicRU))
- Update Dependencies [\#99](https://github.com/inaka/worker_pool/pull/99) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Added monitoring to sync calls & made all sync calls the same scheme. [\#97](https://github.com/inaka/worker_pool/pull/97) ([ElectronicRU](https://github.com/ElectronicRU))
- Got rid of can\_not\_hold\_a\_reply error. [\#96](https://github.com/inaka/worker_pool/pull/96) ([ElectronicRU](https://github.com/ElectronicRU))
- Prevent wpool\_pool from crashing on dead workers with best\_worker strategy. [\#95](https://github.com/inaka/worker_pool/pull/95) ([ElectronicRU](https://github.com/ElectronicRU))

## [2.2.2](https://github.com/inaka/worker_pool/tree/2.2.2) (2017-01-24)
[Full Changelog](https://github.com/inaka/worker_pool/compare/2.2.1...2.2.2)

**Closed issues:**

- Version Bump to 2.2.2 [\#91](https://github.com/inaka/worker_pool/issues/91)
- last version is not on hex [\#89](https://github.com/inaka/worker_pool/issues/89)
- update the state of each workers? [\#70](https://github.com/inaka/worker_pool/issues/70)

**Merged pull requests:**

- \[\#91\] Version Bump to 2.2.2 [\#92](https://github.com/inaka/worker_pool/pull/92) ([ferigis](https://github.com/ferigis))
- Add pool\_sup\_shutdown option to customize shutdown. [\#90](https://github.com/inaka/worker_pool/pull/90) ([kzemek](https://github.com/kzemek))
- Remove useless ets creation info message [\#88](https://github.com/inaka/worker_pool/pull/88) ([juise](https://github.com/juise))

Expand Down
2 changes: 1 addition & 1 deletion src/worker_pool.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{ application
, worker_pool
, [ {description, "Erlang Worker Pool"}
, {vsn, "2.2.2"}
, {vsn, "2.2.3"}
, {id, "worker_pool"}
, {registered, []}
, {modules, []}
Expand Down

0 comments on commit b26ea64

Please sign in to comment.