Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
Prepare release 3.19.0 (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurishkuro authored Nov 1, 2021
1 parent 8aca762 commit 49a4cf0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
14 changes: 7 additions & 7 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"version": "0.1.0",
"version": "2.0.0",
"command": "bash",
"isShellCommand": true,
"showOutput": "always",
"args": ["-c"],
"tasks": [
{
"taskName": "build-node",
"suppressTaskName": true,
"isBuildCommand": true,
"args": ["make build-node"]
"label": "build-node",
"type": "shell",
"command": "bash",
"args": ["-c", "make build-node"],
"problemMatcher": [],
"group": "build"
}
]
}
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Changes by Version

## 3.18.2 (unreleased)

* Nothing yet.
## 3.19.0 (2021-10-31)

* Simplify bundling udp_sender (#530) -- Thorsten Nadel
* Add sampling path for tracer sampler config (#532) (#533) -- 飞雪无情
* Bump opentracing from 0.14.4 to 0.14.5 (#487) -- dependabot
* Update uuid package to latest stable version (#516) -- Manuel Alejandro de Brito Fontes
* Allow configuring http client timeout (#465) -- Yuri Shkuro
* Report HTTP errors when flushing spans (#459) -- Espen Hovlandsdal
* Fix env parsing of falsy values (#462) -- Gerrit-K
* Stop testing with Node <v10; upgrade tchannel->4.x (#463) -- Yuri Shkuro
* Upgrade xorshift@^1.1.1 (#442) -- Oliver Salzburg

## 3.18.1 (2020-08-14)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jaeger-client",
"version": "3.18.2dev",
"version": "3.19.0",
"description": "Jaeger binding for OpenTracing API for Node.js",
"engines": {
"node": ">=10"
Expand Down

0 comments on commit 49a4cf0

Please sign in to comment.