Skip to content

Commit d7ff906

Browse files
committed
bump, prepare release
1 parent 7dffe94 commit d7ff906

File tree

5 files changed

+12
-95
lines changed

5 files changed

+12
-95
lines changed

Changes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Changelog: Faktory || [Faktory Enterprise](https://github.com/contribsys/faktory/blob/master/Ent-Changes.md)
44

5+
## 1.6.2
6+
7+
- Add `client.RemoveQueues(...)` to delete existing queues via API
8+
- Add IO deadlines to client I/O [#373]
9+
- Upgrade to Go 1.19
10+
511
## 1.6.1
612

713
- Add per-worker connection count on Busy page

Ent-Changes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Changelog: [Faktory](https://github.com/contribsys/faktory/blob/master/Changes.m
55
A trial version of Faktory Enterprise for macOS is available with each [release](/contribsys/faktory/releases/).
66
Click to purchase [Faktory Enterprise](https://billing.contribsys.com/fent/).
77

8+
## 1.6.2
9+
10+
- Fix crash when batch callback jobs retry [#408]
11+
812
## 1.6.1
913

1014
- Support `reserve_for` in cron jobs [#381]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME=faktory
2-
VERSION=1.6.1
2+
VERSION=1.6.2
33

44
# when fixing packaging bugs but not changing the binary, we increment ITERATION
55
ITERATION=1

Pro-Changes.md

Lines changed: 0 additions & 93 deletions
This file was deleted.

client/faktory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package client
22

33
var (
44
Name = "Faktory"
5-
Version = "1.6.1"
5+
Version = "1.6.2"
66
)

0 commit comments

Comments
 (0)