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: fluent/fluent-logger-golang
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8bbc235
Choose a base ref
...
head repository: fluent/fluent-logger-golang
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7a6c9dc
Choose a head ref
  • 13 commits
  • 12 files changed
  • 3 contributors

Commits on Apr 9, 2018

  1. New configuration directive MaxRetryWait.

    Signed-off-by: alexlry <[email protected]>
    alexlry committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    70eca0b View commit details
    Browse the repository at this point in the history
  2. Reworked Asynchronous mode: Fluentd Post data is no longer blocking i…

    …n asynchronous mode
    
    - Configuration AsyncConnect is now named Async.
    - Errors during reconnect no longer cause panic.
    - Synchronous mode is now always synchronous (reconnect synchronously).
    
    Signed-off-by: alexlry <[email protected]>
    alexlry committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    3c0ef01 View commit details
    Browse the repository at this point in the history
  3. Fixed MessagePack expectation on serialized timestamp to support ext …

    …8 and fixext 8.
    
    Signed-off-by: alexlry <[email protected]>
    alexlry committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    bea58e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

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

Commits on Apr 20, 2018

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

Commits on Dec 8, 2018

  1. Acknowledgment mechanism added

    Signed-off-by: Gergely Szabo <[email protected]>
    szamuboy committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    96bbaa1 View commit details
    Browse the repository at this point in the history
  2. Travis updated to newer go version

    Signed-off-by: Gergely Szabo <[email protected]>
    szamuboy committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    a83cd3b View commit details
    Browse the repository at this point in the history
  3. travis checks against golang 1.8, 1.9, 1.11 and tip

    Signed-off-by: Gergely Szabo <[email protected]>
    szamuboy committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    aa612fa View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Merge pull request #64 from origoss/update-travis

    travis checks against golang 1.8, 1.9, 1.11 and tip
    tagomoris authored Dec 10, 2018
    Configuration menu
    Copy the full SHA
    cfc3931 View commit details
    Browse the repository at this point in the history
  2. panic removal and variable renaming

    Signed-off-by: Gergely Szabo <[email protected]>
    szamuboy committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    c6acbeb View commit details
    Browse the repository at this point in the history
  3. closing encoder before returning error

    Signed-off-by: Gergely Szabo <[email protected]>
    szamuboy committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    8d1dd5c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Merge pull request #63 from origoss/ack

    Acknowledgment mechanism added
    tagomoris authored Dec 11, 2018
    Configuration menu
    Copy the full SHA
    62732b6 View commit details
    Browse the repository at this point in the history
  2. v1.4.0

    tagomoris committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    7a6c9dc View commit details
    Browse the repository at this point in the history
Loading