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

Add readme and code mentions of values mutability #23

Merged
merged 2 commits into from
May 9, 2020
Merged

Add readme and code mentions of values mutability #23

merged 2 commits into from
May 9, 2020

Conversation

paskal
Copy link
Collaborator

@paskal paskal commented May 9, 2020

Add readme and code mentions of values mutability, fix #18.

I think we are free to release a new version after that. My proposition about version changelog:

- #11 introduce `LoadingCache.Close` function for proper LRU and Redis cache goroutines teardown
- #23 mention values mutability for LRU and Expirable cache in Readme, add code example for it
- #15 switch Expirable cache from `patrickmn/go-cache` to the internal implementation
- #11 stricter lint settings, bump dependencies
- #11 start running examples during tests
- #11 make tests work offline (had a dependency on internet connection)
- #11 #16 properly teardown goroutines to prevent their leakage in tests

@umputun umputun merged commit dc283cf into go-pkgz:master May 9, 2020
@paskal paskal deleted the readme_bump branch May 9, 2020 19:04
@paskal paskal mentioned this pull request May 12, 2020
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.

Stored value is mutable
2 participants