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: keuko/fluent-logger-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d1b81ba
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
  • 15 commits
  • 22 files changed
  • 3 contributors

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