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/python-eventsource
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.1
Choose a base ref
...
head repository: launchdarkly/python-eventsource
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.0
Choose a head ref
  • 4 commits
  • 23 files changed
  • 2 contributors

Commits on Mar 4, 2024

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

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    4372af2 View commit details
    Browse the repository at this point in the history
  2. fix: Move tests under ld_eventsource namespace (#29)

    Previous distributions of this package included two packages --
    ld_eventsource and testing. This top level testing namespace can
    conflict with other packages. In fact, it conflicts with our own SDK.
    
    In general this doesn't matter, but it may if:
    
    1. You are using a build process that warns about conflicts (see [this
       issue][1])
    2. You want to install the sdist on an unsupported platform and would
       like to be able to verify the tests.
    
    To resolve this issue, we are moving the testing folder into the
    ld_eventsource package. These testing files will only be included in the
    sdist format. This allows for a smaller wheel size while also allowing
    for flexibility with consumers.
    
    [1]: launchdarkly/python-server-sdk#281
    keelerm84 authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    74a41db View commit details
    Browse the repository at this point in the history
  3. chore(main): release 1.2.0 (#28)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [1.2.0](1.1.1...1.2.0)
    (2024-04-04)
    
    
    ### Features
    
    * Drop support for python 3.7
    [#30](#30)
    ([4372af2](4372af2))
    
    
    ### Bug Fixes
    
    * Move tests under ld_eventsource namespace
    ([#29](#29))
    ([74a41db](74a41db))
    
    
    ### Documentation
    
    * Fix broken formatting
    ([#27](#27))
    ([eb8fbd2](eb8fbd2))
    
    ---
    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>
    github-actions[bot] authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c3a93fe View commit details
    Browse the repository at this point in the history
Loading