Skip to content

Latest commit

 

History

History
395 lines (257 loc) · 25 KB

CHANGELOG.md

File metadata and controls

395 lines (257 loc) · 25 KB

Changelog

For newest versions (i.e. 5.0.0 and above), please check Github Release Notes.

5.0.0 (2021-10-07)

Full Changelog

Merged pull requests:

4.0.3 (2020-11-17)

Full Changelog

Closed issues:

  • Links in readme are broken #165

Merged pull requests:

4.0.2 (2020-05-16)

Full Changelog

Closed issues:

  • Release 4.1.0 #168

Merged pull requests:

4.0.1 (2019-10-24)

Full Changelog

Fixed bugs:

Closed issues:

  • Forward-port new changes in rel-3.1 to master #161
  • 3.2.0 Release #159

Merged pull requests:

3.2.0 (2018-10-25)

Full Changelog

Closed issues:

  • Delayed worker restarts #158
  • Integration with code coverage service #154
  • Kill workers on 3.x.x branch #150
  • get_pending_tasks Function #135

Merged pull requests:

4.0.0 (2018-07-18)

Full Changelog

Merged pull requests:

3.1.1 (2018-07-04)

Full Changelog

Closed issues:

  • Propagate killed reason to clients #140
  • gen_server with send_after can't work #136
  • worker_pool + apns4erl throw undef error #134
  • when the worker return {stop,normal,State} and recv supervisor report #133
  • wpool:stop_sup_pool() can't fire gen_server terminate #132
  • Bump version to 3.1.0 #127
  • wpool:broadcast issue #126

Merged pull requests:

3.1.0 (2017-08-15)

Full Changelog

Closed issues:

  • [Feature] Question about possible feature #125
  • Project rebar.config file #124
  • Sync the names of start/stop functions better #113
  • Feature request: worker broadcast #105

Merged pull requests:

  • [#127] Bump version to 3.1.0 #128 (Euen)
  • add queue_type parameter for starting pool to choose whether requests… #123 (jakud)
  • [Fix #105] Add message broadcast feature #118 (harenson)

3.0.0 (2017-07-24)

Full Changelog

Closed issues:

  • Bump version to 3.0.0 #116
  • Does it really work if simple_one_for_one is used for the supervisor over the individual workers? #104
  • wpool:stop(my_pool) returns ok. but nothing exits #103

Merged pull requests:

  • [Close #116] Bump version to 3.0.0 #117 (Euen)
  • [#113] add stop_sup function #115 (Euen)
  • Euen.113.sync names of start stop functions #114 (Euen)

2.3.0 (2017-07-19)

Full Changelog

Closed issues:

  • adding travis #109
  • when worker process gen_server:cast(self(), {connect_apns}), it send to wpool_process #108
  • New release to hex.pm #101

Merged pull requests:

2.2.3 (2017-04-03)

Full Changelog

Fixed bugs:

  • wpool fails to handle temporarily dead workers #94

Closed issues:

  • available_worker doesn't handle worker exit #93
  • can_not_hold_a_reply error for handle_call with {noreply, State} result #78

Merged pull requests:

2.2.2 (2017-01-24)

Full Changelog

Closed issues:

  • Version Bump to 2.2.2 #91
  • last version is not on hex #89
  • update the state of each workers? #70

Merged pull requests:

  • [#91] Version Bump to 2.2.2 #92 (ferigis)
  • Add pool_sup_shutdown option to customize shutdown. #90 (kzemek)
  • Remove useless ets creation info message #88 (juise)

2.2.1 (2016-09-20)

Full Changelog

Merged pull requests:

2.2.0 (2016-08-18)

Full Changelog

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)

Full Changelog

Fixed bugs:

Merged pull requests:

2.0.1 (2016-06-27)

Full Changelog

Closed issues:

  • one_for_all strategy with the worker pool supervisor #64

Merged pull requests:

2.0.0 (2016-05-26)

Full Changelog

Closed issues:

  • Version Bump to 2.0.0 #62
  • Move from erlang.mk to rebar3 #60

Merged pull requests:

  • [Close #62] update to 2.0.0 version #63 (Euen)
  • [Close #60] Euen.60.rebar3 #61 (Euen)

1.1.0 (2016-04-28)

Full Changelog

Fixed bugs:

  • master is not working with rebar3 projects #58 (melekes)

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:

1.0.4 (2015-12-05)

Full Changelog

Closed issues:

  • wpool_queue_manager may leak workers #37

Merged pull requests:

1.0.3 (2015-08-26)

Full Changelog

Closed issues:

  • R18 deprecation warning #25

Merged pull requests:

1.0.2 (2015-03-16)

Full Changelog

Merged pull requests:

1.0.1 (2015-02-18)

Full Changelog

Closed issues:

  • Add documentation for overrun_warning and related config options #13
  • Fulfill the open-source checklist #7

Merged pull requests:

1.0 (2014-09-25)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator