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: celery/py-amqp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.9
Choose a base ref
...
head repository: celery/py-amqp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.0
Choose a head ref
  • 9 commits
  • 23 files changed
  • 2 contributors

Commits on Dec 22, 2021

  1. improve performance of _get_free_channel_id, fix channel max bug (#385)

    * improve performance of _get_free_channel_id, fix channel max bug
    
    * add integration tests for _get_free_channel_id performance improvement
    pawl authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    935a06b View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. document memoryview usage, minor frame_writer.write_frame refactor (#384

    )
    
    * document memory_view usage, refactor frame_writer.write_frame
    
    * improve test for changing frame_max in write_frame
    
    * add integration test for write_frame/send_heartbeat
    pawl authored Dec 24, 2021
    Configuration menu
    Copy the full SHA
    892389c View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2022

  1. update tidelift alignment config CI (#375)

    * update tidelift alignment config CI
    
    * update tidelift CLI properly
    
    * not needed on PR
    auvipy authored Jan 1, 2022
    Configuration menu
    Copy the full SHA
    557d98a View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. start dropping python 3.6 (#387)

    * start dropping python 3.6
    
    mainly for 5.1.0 release
    
    * update tidelift alignment config CI (#375)
    
    * update tidelift alignment config CI
    
    * update tidelift CLI properly
    
    * not needed on PR
    
    * drop python from all matrix
    auvipy authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    59af244 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. adding experimental __slots__ to some classes (#368)

    * adding experimental __slots__ to some classes
    
    * adding more experimental __slots__ to some classes
    
    * remove redundant slots
    
    * added more experimental slots to classes
    
    * remove slots from buffer class
    auvipy authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    d0ab95e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    1b06796 View commit details
    Browse the repository at this point in the history
  2. try pytest 7 (#388)

    auvipy authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    32dec1d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Configuration menu
    Copy the full SHA
    4d82ec3 View commit details
    Browse the repository at this point in the history
  2. Bump version: 5.0.9 → 5.1.0

    auvipy committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    4e69059 View commit details
    Browse the repository at this point in the history
Loading