Thanks to visit codestin.com
Credit goes to github.com

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: segmentio/Analytics-CSharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.3.5
Choose a base ref
...
head repository: segmentio/Analytics-CSharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 16 commits
  • 26 files changed
  • 4 contributors

Commits on Apr 22, 2024

  1. update version to 2.3.5 (#100)

    Co-authored-by: Wenxi Zeng <[email protected]>
    wenxi-zeng and wenxi-zeng authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    9963e25 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Provider pattern for EventPipleline and new SyncEventPipeline for syn…

    …chronous flush (#101)
    
    * Provider pattern for EventPipleline and new SyncEventPipeline for synchronous flush
    * Modifying EventPipelineTest to test multiple types
    MichaelGHSeg authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    690f8b4 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. prepare release 2.4.0 (#102)

    Co-authored-by: Wenxi Zeng <[email protected]>
    wenxi-zeng and wenxi-zeng authored May 3, 2024
    Configuration menu
    Copy the full SHA
    f9f6917 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    01b6906 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. prepare release 2.4.1 (#105)

    Co-authored-by: Wenxi Zeng <[email protected]>
    wenxi-zeng and wenxi-zeng authored May 14, 2024
    Configuration menu
    Copy the full SHA
    d153aff View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Fix serialization not accepting JsonObject/Dictionary with null values (

    #107)
    
    * add null checks to compat apis
    
    * update serialization.net version
    
    * add unit tests
    
    ---------
    
    Co-authored-by: Wenxi Zeng <[email protected]>
    wenxi-zeng and wenxi-zeng authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4aa241b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. prepare release 2.4.2 (#108)

    Co-authored-by: Wenxi Zeng <[email protected]>
    wenxi-zeng and wenxi-zeng authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    7354013 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. support enrichment closure and setAnonymousId (#110)

    * implement enrichment closure
    
    * add unit tests
    
    * fix unit test
    
    * add new API SetAnonymousId
    
    ---------
    
    Co-authored-by: Wenxi Zeng <[email protected]>
    wenxi-zeng and wenxi-zeng authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    964ddc5 View commit details
    Browse the repository at this point in the history
  2. prepare release 2.5.0 (#111)

    Co-authored-by: Wenxi Zeng <[email protected]>
    wenxi-zeng and wenxi-zeng authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    534acf2 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. Fixing event pipeline provider type (#127)

    * Fixing type so custom event pipeline providers can be used and adding test to validate they're getting used
    
    * Thoroughly test the sync event pipeline, couple tweaks
    
    * Fixing ubuntu version and PR comments
    MichaelGHSeg authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    6d875a0 View commit details
    Browse the repository at this point in the history
  2. Create release 2.5.1. (#128)

    * Create release 2.5.1.
    
    * Updating version
    MichaelGHSeg authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    7f2a8a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. update README.md (#130)

    Co-authored-by: Wenxi Zeng <[email protected]>
    wenxi-zeng and wenxi-zeng authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    4fe89cb View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Fix issue where user-supplied enrichments were lost during the startu… (

    #133)
    
    * Fix issue where user-supplied enrichments were lost during the startup phase
    
    * bug fix
    
    * add unit tests to simulate startup queue replay
    
    * fix unit test
    wenxi-zeng authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    c90fa91 View commit details
    Browse the repository at this point in the history
  2. release 2.5.2 (#134)

    wenxi-zeng authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    856052f View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. Fix enrichment serialization error (#135)

    * add JsonIgnore annotation to enrichment
    
    * add unit tests to cover events with enrichment writing to disk
    wenxi-zeng authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    6923144 View commit details
    Browse the repository at this point in the history
  2. release 2.5.3 (#136)

    wenxi-zeng authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    27e5464 View commit details
    Browse the repository at this point in the history
Loading