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: sqlalchemy/dogpile.cache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: rel_1_3_3
Choose a base ref
...
head repository: sqlalchemy/dogpile.cache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 15 commits
  • 21 files changed
  • 3 contributors

Commits on May 5, 2024

  1. Version 1.3.4 placeholder

    zzzeek committed May 5, 2024
    Configuration menu
    Copy the full SHA
    c170666 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. update TLS scripts

    per README:
    
        $ cd tests/tls/generate
        $ make clean
        $ make install
    
    Change-Id: I8c5ed807df4eda8f44b034d3a0bc42426b21ad80
    zzzeek committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6a127f9 View commit details
    Browse the repository at this point in the history
  2. pin setuptools below 69.3 and prepare for "build" for releases

    Change-Id: Ib70446cc3c7d7d8acb264ffa2237a0c7aac5a0f5
    zzzeek committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f8cde2c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. switch to book theme

    Change-Id: I38512f2122429fc3853c5f27f4dc203e0ca87050
    zzzeek committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7bcb75b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. remove sidebar toggle here, it's in site build

    Change-Id: I72ab911e434b969be288cb21238f0c0e5b4fdc09
    zzzeek committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    03f6843 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Add 'extras_require' section

    This is isn't really necessary, but it does make the necessary requirements a little more discoverable and allows dependent libraries and projects to avoid "vendoring" dogpile's own dependencies.
    
    Closes: #212
    Pull-request: #212
    Pull-request-sha: 1b56573
    
    Change-Id: Ic5cfbc1d469b0fe6639fccf09953941aed341c15
    stephenfin authored and sqla-tester committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    08ec8ee View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. add valkey backend

    Added backend for valkey server.  This is based on valkey-py as the driver.
    
    im not sure what's up with typing here, just ignoring errors
    for now
    
    pifpaf 3.2.0 no longer needs setuptools dependency as they've
    fixed those issues for py3.12
    
    Change-Id: Ia412eef1c06ecae6da0d84d411db0aabcbcb7a6a
    zzzeek committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b02c3d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. unpin setuptools

    The pin for ``setuptools<69.3`` in ``pyproject.toml`` has been removed.
    This pin was to prevent a sudden change to :pep:`625` in setuptools from
    taking place which changes the file name of SQLAlchemy's source
    distribution on pypi to be an all lower case name, and the change was
    extended to all SQLAlchemy projects to prevent any further surprises.
    However, the presence of this pin is now holding back environments that
    otherwise want to use a newer setuptools, so we've decided to move forward
    with this change, with the assumption that build environments will have
    largely accommodated the setuptools change by now.
    
    Change-Id: I0cd9ab0512004669a8f0aa0cb7f560d89a2da2bd
    zzzeek committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    8f32eea View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. turn off autodoc_inherit_docstrings

    this is producing documentation that's basically wrong,
    e.g. some of the notes for CacheBackend.get() are very misleading
    when they are pasted into ProxyBackend.  Add get_serialized()
    to ProxyBackend synopsis.
    
    Change-Id: I0d6eb18ce9638579b0a134c56e31aab7bc9514e1
    zzzeek committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    4155447 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. 2025

    Change-Id: Ifb33b8df2f838851f329415fa70f494acb4ccde5
    zzzeek committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    d4ade1c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. Fix missing dependency definition for valkey backend

    Add entry to define the optional dependency for valkey backend, following the existing entry for redis backend.
    
    Closes: #262
    Pull-request: #262
    Pull-request-sha: 54fcb5e
    
    Change-Id: I9a23b88b01830129d53b2d173b35cf5f11f09d41
    kajinamit authored and sqla-tester committed Jan 8, 2025
    Configuration menu
    Copy the full SHA
    0d32f68 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. dont evaluate Redis as a generic at runtime

    Fixes to the recently added ``RedisClusterBackend`` fixing a runtime typing
    error that prevented it from running.
    
    Fixes: #263
    Change-Id: I1e6d4404bce0fd0515277b1db0c7e90d1582f961
    zzzeek committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    6e9fa04 View commit details
    Browse the repository at this point in the history
  2. remove setuptools test command

    not sure how this was here for this long
    
    Change-Id: I49e8bddb09f7e6fd63d1580d1f4e12c9d59f4d9e
    zzzeek committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    7b62638 View commit details
    Browse the repository at this point in the history
  3. - 1.3.4

    zzzeek committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    331fae1 View commit details
    Browse the repository at this point in the history
  4. Version 1.3.5 placeholder

    zzzeek committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    de85b10 View commit details
    Browse the repository at this point in the history
Loading