Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Started major rewrite for 1.0 #151

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from

Commits on Feb 24, 2020

  1. Merge pull request fluent#159 from arcivanov/release/0.9.5

    Release/0.9.5
    arcivanov authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    e00bcdd View commit details
    Browse the repository at this point in the history
  2. Add queue overflow handler in asyncsender.

    Signed-off-by: Paweł Guz <[email protected]>
    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
  3. Fix tests.

    Signed-off-by: Paweł Guz <[email protected]>
    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
  4. Execute queue overflow handler in case of no errors.

    Signed-off-by: Paweł Guz <[email protected]>
    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 Mar 10, 2020

  1. Merge pull request fluent#162 from arcivanov/release/0.9.6

    Release v0.9.6
    arcivanov authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    eb68481 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 <[email protected]>
    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 <[email protected]>
    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 Oct 7, 2021

  1. Started major rewrite for 1.0

    Support all the latest and greatest protocol features
    Async buffer with disk persistence
    arcivanov committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    949837f View commit details
    Browse the repository at this point in the history