Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.18.0 #973

Merged
merged 2 commits into from Jun 28, 2021
Merged

Release v1.18.0 #973

merged 2 commits into from Jun 28, 2021

Commits on Jun 28, 2021

  1. zapio/writer: More documentation and example test

    Add more documentation and an example test for zapio.Writer to
    demonstrate its usage.
    abhinav committed Jun 28, 2021
    Copy the full SHA
    1797f10 View commit details
    Browse the repository at this point in the history
  2. Prepare release v1.18.0

    This release contains the following API changes per apidiff:
    
    ```
    --- go.uber.org/zap ---
    Compatible changes:
    - WithClock: added
    --- go.uber.org/zap/buffer ---
    Compatible changes:
    - (*Buffer).WriteByte: added
    - (*Buffer).WriteString: added
    --- go.uber.org/zap/zapcore ---
    Compatible changes:
    - BufferedWriteSyncer: added
    - Clock: added
    - DefaultClock: added
    --- go.uber.org/zap/zaptest/observer ---
    Compatible changes:
    - (*ObservedLogs).Filter: added
    - (*ObservedLogs).FilterLevelExact: added
    ```
    
    In addition to that, this release contains the new `zapio` package
    which, being a completely new package, is also a compatible change.
    abhinav committed Jun 28, 2021
    Copy the full SHA
    80f724f View commit details
    Browse the repository at this point in the history