Skip to content

Commit

Permalink
Prepping for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
akoutmos committed Apr 29, 2021
1 parent f35f03e commit 8eb4f86
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2021-04-28

### Added

- Added ETSCronFlusher GenServer to supervision tree to flush distribution metrics from ETS
to address ETS memory leak when metrics are not scraped at a regular interval.
- Added ability to authenticate with Grafana via Basic auth (username and password).

### Fixed

- Fixed a bug in the polling metrics period interval configuration.
- Fixed typespec for dashboard definitions.
- Fixed dashboard assigns when exporting an existing dashboard.

## [1.0.1] - 2021-03-14

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
{:prom_ex, "~> 1.0.1"}
{:prom_ex, "~> 1.1.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule PromEx.MixProject do
def project do
[
app: :prom_ex,
version: "1.0.1",
version: "1.1.0",
elixir: "~> 1.10",
name: "PromEx",
source_url: "https://github.com/akoutmos/prom_ex",
Expand Down

0 comments on commit 8eb4f86

Please sign in to comment.