Skip to content

Commit

Permalink
release/1.4.0 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
kikito authored Jun 15, 2021
1 parent a831206 commit 2b1c6a8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.4.0 - 2021-06-15

New features:
- service.name and route.name tags (#115)

Fixes:
- balancer_latency is nil upon failure (#113), thanks @greut!

1.3.0 - 2021-03-19

New features:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = "kong-plugin-zipkin"
version = "1.3.0-1"
version = "1.4.0-1"

source = {
url = "https://github.com/kong/kong-plugin-zipkin/archive/v1.3.0.zip",
dir = "kong-plugin-zipkin-1.3.0",
url = "https://github.com/kong/kong-plugin-zipkin/archive/v1.4.0.zip",
dir = "kong-plugin-zipkin-1.4.0",
}

description = {
Expand Down
2 changes: 1 addition & 1 deletion kong/plugins/zipkin/handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ local fmt = string.format
local rand_bytes = utils.get_rand_bytes

local ZipkinLogHandler = {
VERSION = "1.3.0",
VERSION = "1.4.0",
-- We want to run first so that timestamps taken are at start of the phase
-- also so that other plugins might be able to use our structures
PRIORITY = 100000,
Expand Down

0 comments on commit 2b1c6a8

Please sign in to comment.