Skip to content

Commit

Permalink
Merge pull request #446 from tiffon/release-v1.4.0
Browse files Browse the repository at this point in the history
Preparing release v1.4.0
  • Loading branch information
yurishkuro committed Aug 31, 2019
2 parents 3a463a3 + c82a514 commit 6f78c8d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Releases

## v1.4.0 (August 31, 2019)

### Enhancements

- **Dependency graph:** Use directed edges ([@Etienne-Carriere](https://github.com/Etienne-Carriere) in [#373](https://github.com/jaegertracing/jaeger-ui/pull/373))

- **Trace detail:** Show seconds in trace start time on the trace page ([@tiffon](https://github.com/tiffon) in [#430](https://github.com/jaegertracing/jaeger-ui/pull/430), with thanks to [@leogomes](https://github.com/leogomes) for [#403](https://github.com/jaegertracing/jaeger-ui/pull/403))

### Fixes

- **Trace detail:** Fix handling of numeric strings in span tag values ([@yntelectual](https://github.com/yntelectual) in [#436](https://github.com/jaegertracing/jaeger-ui/pull/436))

- **Google Analytics:** Fix GA filter category ([@everett980](https://github.com/everett980) in [#404](https://github.com/jaegertracing/jaeger-ui/pull/404))

### Documentation

- **Plexus:** Add a real README for plexus ([@tiffon](https://github.com/tiffon) in [#425](https://github.com/jaegertracing/jaeger-ui/pull/425))

### Chores & Maintenance

- **Codebase:** Add an ESLint rule requiring the names of interfaces to be prefixed with "I" ([@tiffon](https://github.com/tiffon) in [#411](https://github.com/jaegertracing/jaeger-ui/pull/411))

- **General:** Fix typo on README file ([@leogomes](https://github.com/leogomes) in [#402](https://github.com/jaegertracing/jaeger-ui/pull/402))

## v1.3.0 (June 21, 2019)

### Enhancements
Expand Down
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,3 @@ Finally, we generally adhere to the [Airbnb Style Guide](https://github.com/airb
# Cutting a Jaeger UI release

Please see [RELEASE.md](./RELEASE.md).

2 changes: 1 addition & 1 deletion packages/jaeger-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "jaeger-ui",
"version": "1.3.0",
"version": "1.4.0",
"main": "src/index.js",
"license": "Apache-2.0",
"homepage": ".",
Expand Down

0 comments on commit 6f78c8d

Please sign in to comment.