File tree Expand file tree Collapse file tree 5 files changed +12
-95
lines changed Expand file tree Collapse file tree 5 files changed +12
-95
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Changelog: Faktory || [ Faktory Enterprise] ( https://github.com/contribsys/faktory/blob/master/Ent-Changes.md )
4
4
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
+
5
11
## 1.6.1
6
12
7
13
- Add per-worker connection count on Busy page
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ Changelog: [Faktory](https://github.com/contribsys/faktory/blob/master/Changes.m
5
5
A trial version of Faktory Enterprise for macOS is available with each [ release] ( /contribsys/faktory/releases/ ) .
6
6
Click to purchase [ Faktory Enterprise] ( https://billing.contribsys.com/fent/ ) .
7
7
8
+ ## 1.6.2
9
+
10
+ - Fix crash when batch callback jobs retry [ #408 ]
11
+
8
12
## 1.6.1
9
13
10
14
- Support ` reserve_for ` in cron jobs [ #381 ]
Original file line number Diff line number Diff line change 1
1
NAME =faktory
2
- VERSION =1.6.1
2
+ VERSION =1.6.2
3
3
4
4
# when fixing packaging bugs but not changing the binary, we increment ITERATION
5
5
ITERATION =1
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ package client
2
2
3
3
var (
4
4
Name = "Faktory"
5
- Version = "1.6.1 "
5
+ Version = "1.6.2 "
6
6
)
You can’t perform that action at this time.
0 commit comments