File: CHANGELOG.md

package info (click to toggle)
ruby-puma-worker-killer 0.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 212 kB
  • sloc: ruby: 253; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 388 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## 0.1.1

- Allow PWK to be used with Puma 4 (#72)

## 0.1.0

- Emit extra data via `pre_term` callback before puma worker killer terminates a worker #49.

## 0.0.7

- Logging is configurable #41

## 0.0.6

- Log PID of worker insead of inspecting the worker #33

## 0.0.5

- Support for Puma 3.x

## 0.0.4

- Add ability to do rolling restart

## 0.0.3

- Fix memory metrics in on linux