Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rs/zerolog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.29.1
Choose a base ref
...
head repository: rs/zerolog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.30.0
Choose a head ref
  • 10 commits
  • 16 files changed
  • 11 contributors

Commits on Apr 17, 2023

  1. Bump github.com/rs/xid from 1.4.0 to 1.5.0 (#542)

    Bumps [github.com/rs/xid](https://github.com/rs/xid) from 1.4.0 to 1.5.0.
    - [Release notes](https://github.com/rs/xid/releases)
    - [Commits](rs/xid@v1.4.0...v1.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/rs/xid
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    64a5863 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. doc(readme): explain zerolog with context (#544)

    Add section about `context.Context` usage with zerolog instance
    g4s8 authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    a712f61 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. doc(readme): fix a typo (#548)

    Co-authored-by: jirasak <jirasak@lmwn.com>
    koungkub and jirasak authored May 1, 2023
    Configuration menu
    Copy the full SHA
    927516b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    8981d80 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    4612e09 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Configuration menu
    Copy the full SHA
    b662f08 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Add event method RawCBOR analogous to RawJSON (#556)

    CBOR is encoded as data-url in JSON encoding and tagged in CBOR encoding.
    stergiotis authored Jun 18, 2023
    Configuration menu
    Copy the full SHA
    9070d49 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Fix #564 (#565)

    This could be a potential fix for #564
    finkandreas authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    61485f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Allow callers to pass go context through to hooks (#559)

    Add Ctx(context.Context) to Event and Context, allowing
    log.Info().Ctx(ctx).Msg("hello").  Registered hooks can retrieve the
    context from Event.GetCtx().  Facilitates writing hooks which fetch
    tracing context from the go context.
    danielbprice authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    873cbf1 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    06ec071 View commit details
    Browse the repository at this point in the history
Loading