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: launchdarkly/cpp-sdks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: launchdarkly-cpp-client-v3.0.0
Choose a base ref
...
head repository: launchdarkly/cpp-sdks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: launchdarkly-cpp-client-v3.0.1
Choose a head ref
  • 9 commits
  • 26 files changed
  • 4 contributors

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    532a3d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b66d5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbb99d9 View commit details
    Browse the repository at this point in the history
  4. chore: Remove console_backend as an example in doxygen. (#142)

    Co-authored-by: Casey Waldren <cwaldren@launchdarkly.com>
    kinyoklion and cwaldren-ld authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    3a2f6b1 View commit details
    Browse the repository at this point in the history
  5. chore: add link to latest release in README.md (#143)

    Adds a link to the Github releases page, with a search query for the
    client package.
    cwaldren-ld authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    7cd1bb4 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. fix: enforce minimum polling interval of 5 minutes (#144)

    Enforces a minimum client-side polling interval of 5 minutes. The error
    message has been slightly updated for clarity.
    cwaldren-ld authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    2d60197 View commit details
    Browse the repository at this point in the history
  2. fix: ensure x-launchdarkly-tags is sent in event requests (#145)

    Moves application tag into HTTP Config, so it can propagate to data
    sources + event sender.
    cwaldren-ld authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    c8b3aee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7854fd4 View commit details
    Browse the repository at this point in the history
  4. chore: release main (#146)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    <details><summary>launchdarkly-cpp-client: 3.0.1</summary>
    
    ##
    [3.0.1](launchdarkly-cpp-client-v3.0.0...launchdarkly-cpp-client-v3.0.1)
    (2023-06-08)
    
    
    ### Bug Fixes
    
    * enforce minimum polling interval of 5 minutes
    ([#144](#144))
    ([2d60197](2d60197))
    * ensure x-launchdarkly-tags is sent in event requests
    ([#145](#145))
    ([c8b3aee](c8b3aee))
    
    
    ### Dependencies
    
    * The following workspace dependencies were updated
      * dependencies
        * launchdarkly-cpp-internal bumped from 0.1.3 to 0.1.4
        * launchdarkly-cpp-common bumped from 0.3.0 to 0.3.1
    </details>
    
    <details><summary>launchdarkly-cpp-common: 0.3.1</summary>
    
    ##
    [0.3.1](launchdarkly-cpp-common-v0.3.0...launchdarkly-cpp-common-v0.3.1)
    (2023-06-08)
    
    
    ### Bug Fixes
    
    * enforce minimum polling interval of 5 minutes
    ([#144](#144))
    ([2d60197](2d60197))
    * ensure x-launchdarkly-tags is sent in event requests
    ([#145](#145))
    ([c8b3aee](c8b3aee))
    </details>
    
    <details><summary>launchdarkly-cpp-internal: 0.1.4</summary>
    
    ### Dependencies
    
    * The following workspace dependencies were updated
      * dependencies
        * launchdarkly-cpp-common bumped from 0.3.0 to 0.3.1
    </details>
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Casey Waldren <cwaldren@launchdarkly.com>
    github-actions[bot] and cwaldren-ld authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    728f772 View commit details
    Browse the repository at this point in the history
Loading