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

Commits on Feb 24, 2020

  1. Add queue overflow handler in asyncsender.

    Signed-off-by: Paweł Guz <pawel.guz@socialwifi.com>
    Paweł Guz committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    258b445 View commit details
    Browse the repository at this point in the history
  2. Fix tests.

    Signed-off-by: Paweł Guz <pawel.guz@socialwifi.com>
    Paweł Guz committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    8e70e6a View commit details
    Browse the repository at this point in the history
  3. Execute queue overflow handler in case of no errors.

    Signed-off-by: Paweł Guz <pawel.guz@socialwifi.com>
    Paweł Guz committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    84808c3 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Respect multithreading in asynchandler test.

    Signed-off-by: pguz <pawelguz@gmail.com>
    pguz committed May 25, 2020
    Configuration menu
    Copy the full SHA
    478bd02 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Merge pull request #156 from pguz/queue_overflow_handler

    Add queue overflow handler in asyncsender.
    arcivanov authored Jun 24, 2020
    Configuration menu
    Copy the full SHA
    d1b81ba View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Unpin msgpack version

    Remove Python 2.7 to remove the msgpack encoding ambiguity issue.
    Remove Python 3.4 support just because it's dead.
    
    fixes #171
    
    Signed-off-by: Arcadiy Ivanov <arcadiy@ivanov.biz>
    arcivanov committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    0568a26 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #173 from arcivanov/unpin_msgpack

    Unpin msgpack version
    arcivanov authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    ace80f4 View commit details
    Browse the repository at this point in the history
Loading