All Versions
156
Latest Version
Avg Release Cycle
9 days
Latest Release
-

Changelog History
Page 15

  • v0.12.2 Changes

    • ⬆️ Bump agent to 5464697
    • 🚦 Check agent version in Mix.Appsignal.Helper.ensure_downloaded/1 (#141)
  • v0.12.1 Changes

    • ⬆️ Upgrade HTTPoison and allow more versions
  • v0.12.0 Changes

    • ➕ Add mix appsignal.diagnose task (#81)
    • Auto activate when push_api_key in env, not always (#89)
    • ⬆️ Bump agent to f81fe90
    • Implement running_in_container detection.
    • 🛠 Fix DNS issue with musl and resolv.conf using "search" on the first line of configuration.
    • 👉 Use agent.ex instead of agent.json, drop Poison dependency (#115)
    • DataEncoder encodes bignums as strings (#88)
    • Remove automatic :running_in_container setting (moved to agent)
  • v0.11.6 Changes

    • Send body->data instead of body to appsignal_finish_event
  • v0.11.5 Changes

    • ⬆️ Bump agent to version with extra null pointer protection
  • v0.11.4 Changes

    • ⬆️ Bump agent (360f06b)
  • v0.11.3 Changes

    • ⚡️ Update musl version to fix DNS search issue (a8e6f23)
  • v0.11.2 Changes

    • ➕ Add support for non-strings as map values in DataEncoder.encode/1 (#83)
  • v0.11.1 Changes

    • ➕ Add phoenix as optional dependency to :prod (#80)
    • ➕ Add the module name to the transaction action while using decorators (#79)
  • v0.11.0 Changes

    • ⬆️ Re-initialize Appsignal's config after a hot code upgrade. (#71)
    • Send all request headers (#75)
    • ➕ Add ErrorHandler.normalize_reason (#78)
    • Elixir 1.4 compatibility
    • ➕ Add fix for grabbing filter_parameters from Phoenix (#73)
    • ➕ Add Alpine linux (#77)
    • ➕ Add appsignal.demo mix task (#69)
    • ⬇️ Drop Phoenix dependency #61