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.10.0
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.11.0
Choose a head ref
  • 11 commits
  • 22 files changed
  • 2 contributors

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 (#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 (#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 (#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 (#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 (#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 (#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% (#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 (#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 (#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
Loading