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(inventory): always use fresh cache on new cached session #404

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

jooola
Copy link
Collaborator

@jooola jooola commented Nov 24, 2023

SUMMARY

The class scoped cache dict was being shared across all cached_session, we now make sure that the cache is instance scoped.

Fixes #403

ISSUE TYPE
  • Bugfix Pull Request

@jooola jooola merged commit df7fa04 into ansible-collections:main Nov 24, 2023
27 of 30 checks passed
@jooola jooola deleted the fix-client-cache branch November 24, 2023 19:50
jooola pushed a commit that referenced this pull request Nov 27, 2023
🤖 I have created a release *beep* *boop*
---


##
[2.4.1](2.4.0...2.4.1)
(2023-11-27)


### Bug Fixes

* **inventory:** always use fresh cache on new cached session
([#404](#404))
([df7fa04](df7fa04))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2.4.0 breaks refresh_inventory
2 participants