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: dave31415/fluent-logger-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: eb68481
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: 8dc9a43
Choose a head ref
  • 20 commits
  • 22 files changed
  • 5 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 fluent#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 fluent#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 fluent#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

Commits on Feb 27, 2024

  1. sender: fix join of empty tag

    Signed-off-by: Victor Gavro <vgavro@gmail.com>
    vgavro authored and methane committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a77feda View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. CI: migrate to pytest and GitHub Actions (fluent#197)

    Signed-off-by: Inada Naoki <songofacandy@gmail.com>
    methane authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6ba7e4d View commit details
    Browse the repository at this point in the history
  2. migrate to pyproject.toml (fluent#198)

    To build modern sdist and wheel.
    
    Signed-off-by: Inada Naoki <songofacandy@gmail.com>
    methane authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6117e64 View commit details
    Browse the repository at this point in the history
  3. ci: run tests on master branch (fluent#199)

    Signed-off-by: Inada Naoki <songofacandy@gmail.com>
    methane authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d248db5 View commit details
    Browse the repository at this point in the history
  4. update readme

    Signed-off-by: Inada Naoki <songofacandy@gmail.com>
    methane committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    b09d6c9 View commit details
    Browse the repository at this point in the history
  5. Use Ruff for format and linting (fluent#201)

    And use pyupgrade to modernize code.
    
    Signed-off-by: Inada Naoki <songofacandy@gmail.com>
    methane authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    54ce654 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Added possibility not to forward _make_packet errors (fluent#187)

    Signed-off-by: Victor Gavro <vgavro@gmail.com>
    Co-authored-by: Inada Naoki <songofacandy@gmail.com>
    vgavro and methane authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    f3bc435 View commit details
    Browse the repository at this point in the history
  2. use time.time_ns() for better precision (fluent#202)

    Signed-off-by: Inada Naoki <songofacandy@gmail.com>
    methane authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    905aefd View commit details
    Browse the repository at this point in the history
  3. make test coverage 100% (fluent#203)

    Signed-off-by: Inada Naoki <songofacandy@gmail.com>
    methane authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c8d7dde View commit details
    Browse the repository at this point in the history
  4. hatch fmt (fluent#204)

    Signed-off-by: Inada Naoki <songofacandy@gmail.com>
    methane authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    cfed7c5 View commit details
    Browse the repository at this point in the history
  5. Release 0.11.0 (fluent#205)

    Signed-off-by: Inada Naoki <songofacandy@gmail.com>
    methane authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1e58a7e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    ef7be65 View commit details
    Browse the repository at this point in the history
  2. v0.11.1

    methane committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    8dc9a43 View commit details
    Browse the repository at this point in the history
Loading