All Versions
10
Latest Version
Avg Release Cycle
25 days
Latest Release
3206 days ago
Changelog History
Changelog History
-
v1.2.0 Changes
February 02, 2016โจ Enhancements
- ๐ New API for a front-end client
- ๐ New Front-End built-in (source @ https://github.com/mfeckie/beaker-frontend)
- โ Added optional min/max value boundaries for Beaker.Gauge
- โก๏ธ Updated dependencies
๐ Bug Fixes
- None
๐ Deprecations
- None
Backwards Incompatible Changes
- None
-
v1.1.4 Changes
January 02, 2016โจ Enhancements
- โก๏ธ Update to Elixir 1.2
- ๐ Change HashDict to Map
- โก๏ธ Update ex_doc
๐ Bug Fixes
- None
๐ Deprecations
- None
Backwards Incompatible Changes
- None
-
v1.1.3 Changes
December 30, 2015โจ Enhancements
- โก๏ธ Update dependencies to newest versions
- โ Remove checking for presence of Phoenix and Ecto for their corresponding integrations
๐ Bug Fixes
- None
๐ Deprecations
- None
Backwards Incompatible Changes
- None
-
v1.1.2 Changes
December 21, 2015โจ Enhancements
- โก๏ธ Update dependencies to newest versions
๐ Bug Fixes
- ๐ฒ Only log Ecto times when numbers are available
๐ Deprecations
- None
Backwards Incompatible Changes
- None
-
v1.1.1 Changes
September 27, 2015โจ Enhancements
- None
๐ Bug Fixes
- ๐ฒ Make
Beaker.Integrations.Ecto.log/1
overridable
๐ Deprecations
- None
Backwards Incompatible Changes
- None
-
v1.1.0 Changes
September 27, 2015โจ Enhancements
- โ Add Phoenix Integration for performance tracking
- โ Add Ecto Integration for performance tracking
๐ Bug Fixes
- None
๐ Deprecations
- None
Backwards Incompatible Changes
- None
-
v1.0.0 Changes
September 23, 2015โจ Enhancements
- Aggregation framework for Time Series
- Frontend (Phoenix integration) for viewing your metrics (specifically added Time Series charts)
- โก๏ธ Updated dependencies to latest versions
๐ Bug Fixes
- None
๐ Deprecations
- None
Backwards Incompatible Changes
- None
-
v0.0.4 Changes
July 30, 2015โจ Enhancements
- Beaker.Counter.clear/1 to clear a single counter.
- Beaker.Gauge.clear/1 to clear a single gauge.
- Beaker.TimeSeries.clear/1 to clear a single time series.
- ๐ Beaker integration with Phoenix for visualizing counters and gauges. See documentation for
Beaker.Router
on how to use it.
๐ Bug Fixes
- None
๐ Deprecations
- None
Backwards Incompatible Changes
- None
-
v0.0.3 Changes
July 30, 2015โจ Enhancements
- Beaker.TimeSeries.time/2 implemented in both function and do block form.
- Beaker.Gauge.time/2 implemented in both function and do block form.
๐ Bug Fixes
- Beaker now starts correctly when included in
application
.
๐ Deprecations
- None
Backwards Incompatible Changes
- None
-
v0.0.2 Changes
June 19, 2015โจ Enhancements
- Beaker.TimeSeries implemented.
- Beaker.MetricsController, Beaker.MetricsView and templates added.
- Beaker.Counter.all/0 added.
- Beaker.Counter.clear/0 added.
- Beaker.Gauge.all/0 added.
- Beaker.Gauge.clear/0 added.
๐ Bug Fixes
- None
๐ Deprecations
- None
Backwards Incompatible Changes
- None