All Versions
15
Latest Version
Avg Release Cycle
80 days
Latest Release
1345 days ago

Changelog History
Page 1

  • v1.9.0 Changes

    August 18, 2020
    • add WithDuration() method to record a duration as milliseconds
    • add: ignore nil errors in WithError()
    • change trace duration to milliseconds (arguably a breaking change)
  • v1.8.0 Changes

    August 05, 2020
    • refactor apexlogs handler to not make the AddEvents() call if there are no events to flush
  • v1.7.1 Changes

    August 05, 2020
    • fix potential nil panic in apexlogs handler
  • v1.7.0 Changes

    August 03, 2020
    • add FlushSync() to apexlogs handler
  • v1.6.0 Changes

    July 13, 2020
    • update apex/logs dep to v1.0.0
    • docs: mention that Flush() is non-blocking now, use Close()
  • v1.5.0 Changes

    July 11, 2020
    • add buffering to Apex Logs handler
  • v1.4.0 Changes

    June 16, 2020
    • add AuthToken to apexlogs handler
  • v1.3.0 Changes

    May 26, 2020
    • change FromContext() to always return a logger
  • v1.2.0 Changes

    May 26, 2020
    • add log.NewContext() and log.FromContext(). Closes #78
  • v1.1.4 Changes

    April 22, 2020
    • add apexlogs HTTPClient support