Skip to content

Commit 719dbbf

Browse files
committed
Added support for presign AWS v4
1 parent 48958e0 commit 719dbbf

File tree

8 files changed

+454
-11
lines changed

8 files changed

+454
-11
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* 0.8.0
2+
* Feature: Added support for AWS presigned url
3+
* Bugfix: Fixed reporting collaped reqeuest to promethues
4+
* Feature: Update golang to 1.10 update libvips 8.6.2
15
* 0.7.0
26
* Feature: Remove mutex from time monitoring
37
* 0.6.1

cmd/mort/mort.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030

3131
const (
3232
// Version of mort
33-
Version = "0.7.0"
33+
Version = "0.8.0"
3434
// BANNER just fancy command line banner
3535
BANNER = `
3636
/\/\ ___ _ __| |_

0 commit comments

Comments
 (0)