Releases: stueccles/analytics-elixir
Releases · stueccles/analytics-elixir
Hex Package 0.2.7
What's Changed
- Avoid compile-time config for api_url by @sechosebio in #41
- Add elixir code formatting in readme by @kaaboaye in #39
New Contributors
- @sechosebio made their first contribution in #41
- @kaaboaye made their first contribution in #39
Full Changelog: v0.2.6...v0.2.7
Hex Package 0.2.6
- Added Telemetry 1.0 as an option to work with Phoenix 1.6 [#37]
thanks @sergiotapia
Hex package 0.2.5
Adds Telemetry support (thanks @garthk)
Handles SSL socket closed (thanks @andrepaes)
Doc cleanup (thanks @kianmeng)
Hex package 0.2.4
Makes segment URL configurable for compatible APIs
Fixes Dialyzer types
Thanks to @brentjanderson and @garthk
Hex package 0.2.3
Changed to runtime configuration.
Many thanks to Bruce!
New implementation with batch and retry
Created a new 0.2.0
hex package with a new implementation that includes retrying the API and using a queue and batch strategy for sending to Segment.
The new implementation also now uses the Tesla
library underneath and supports switching out the adapter for testing or using a different HTTP library
First Hex Release
Working version of Segment library.