Skip to content

chore(deps): update module github.com/apex/log to v1.9.0

SWE Renovate requested to merge renovate/github.com-apex-log-1.x into master

This MR contains the following updates:

Package Type Update Change
github.com/apex/log require minor v1.1.2 -> v1.9.0

Release Notes

apex/log

v1.9.0

Compare Source

===================

  • 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

Compare Source

===================

  • refactor apexlogs handler to not make the AddEvents() call if there are no events to flush

v1.7.1

Compare Source

===================

  • fix potential nil panic in apexlogs handler

v1.7.0

Compare Source

===================

  • add FlushSync() to apexlogs handler

v1.6.0

Compare Source

===================

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

v1.5.0

Compare Source

===================

  • add buffering to Apex Logs handler

v1.4.0

Compare Source

===================

  • add AuthToken to apexlogs handler

v1.3.0

Compare Source

===================

  • change FromContext() to always return a logger

v1.2.0

Compare Source

===================

  • add log.NewContext() and log.FromContext(). Closes #​78

v1.1.4

Compare Source

===================

  • add apexlogs HTTPClient support

v1.1.3

Compare Source

===================

  • add events len check before flushing to apexlogs handler

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by SWE Renovate

Merge request reports