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/haskell-server-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.3.0
Choose a base ref
...
head repository: launchdarkly/haskell-server-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.4.0
Choose a head ref
  • 3 commits
  • 12 files changed
  • 2 contributors

Commits on Dec 4, 2024

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

Commits on Dec 5, 2024

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

Commits on Dec 6, 2024

  1. chore(main): release 4.4.0 (#92)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [4.4.0](4.3.0...4.4.0)
    (2024-12-05)
    
    This release introduces the ability to enable compression of event
    payloads. When enabled, the SDK will compress events before sending them
    to the LaunchDarkly servers. This can reduce the bandwidth required to
    send events, which can be useful in high-traffic environments to reduce
    egress traffic costs.
    
    > [!IMPORTANT]
    > Relay Proxy users **MUST** upgrade to version 8.9 or higher prior to
    enabling this option to prevent loss of event data.
    >
    > However, enabling this feature is **NOT** required when using the
    Relay Proxy as it will manage compression automatically.
    
    ### Features
    
    * Add option to enable compression of event payloads
    ([#91](#91))
    ([cb21081](cb21081))
    
    ---
    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: Matthew Keeler <mkeeler@launchdarkly.com>
    github-actions[bot] and keelerm84 authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    3980804 View commit details
    Browse the repository at this point in the history
Loading