Skip to content

Commit a9d3bc3

Browse files
committed
Getting ready for 1.4.0 release
1 parent dc5ce68 commit a9d3bc3

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
- Plug.Router plugin and dashboard
10+
## [1.4.0] - 2021-09-01
11+
12+
### Changed
13+
14+
- The Phoenix plugin now requires an `:endpoint` configuration option to be passed to it containing the module
15+
for which metrics will be captured.
16+
17+
### Added
18+
19+
- Plug.Router plugin and dashboard.
20+
- PlugCowboy plugin and dashboard.
21+
- Phoenix plugin now supports multiple routers and multiple endpoints.
22+
- Phoenix plugin and dashboards now contains endpoint configuration data.
23+
- Phoenix plugin now captures socket metrics (dashboard not yet updated though).
24+
- Ecto plugin captures total_time metrics (dashboard not yet updated though).
25+
- Add an optional configuration to dashboard renderer and each plugin so that the `metrics_prefix` can be altered.
26+
27+
### Fixed
28+
29+
- Oban dashboard overview stat panels.
1130

1231
## [1.3.0] - 2021-07-02
1332

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies in `mix.exs`:
5454
```elixir
5555
def deps do
5656
[
57-
{:prom_ex, "~> 1.3.0"}
57+
{:prom_ex, "~> 1.4.0"}
5858
]
5959
end
6060
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule PromEx.MixProject do
44
def project do
55
[
66
app: :prom_ex,
7-
version: "1.3.0",
7+
version: "1.4.0",
88
elixir: "~> 1.10",
99
name: "PromEx",
1010
source_url: "https://github.com/akoutmos/prom_ex",

0 commit comments

Comments
 (0)