Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: revert to weakrefs for user cache #858

Merged
merged 4 commits into from
Dec 12, 2022

Commits on Nov 6, 2022

  1. fix: revert to weakrefs for user cache

    This largely reverts cb2363f.
    
    Users were not being evicted as expected, resulting in objects being retained solely in the user cache, with no other references.
    shiftinv committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    28bd9af View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. docs: add changelog entry

    shiftinv committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    cc61e67 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    f3e48b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e37123 View commit details
    Browse the repository at this point in the history