CHANGES
0.2.0
- Usage docs
- Document the backends
- Remove unused _on_arguments
- Fix up option help
- Register backends in a cycle
- Use “group” rather than “section”
- swap the order of conf for a function
- Don’t use global conf
- Make DebugProxy private
- make REGION public
- Fix docstring for configure_cache_region
- Remove useless docs from private functions
- Fix docs for get_memoization_decorator
- Docs for configure()
0.1.2
- Make symbols private
- Module docs
- Cleanup exceptions
- handle utf8 encoding properly
- Expose list_opts entry points for oslo-config-generator
- Remove unnecessary file
- Add tests for _memcache_pool
0.1.1
- remove non-cache related options
- Add oslo.i18n to requirements
- Add tox target to find missing requirements
- Update i18n domain to correct project name
0.1.0
- Enable all commented out tests
- Updated from global requirements
- Move files into the right spot and get tests working
- fix branch name in .gitreview
- Updated from global requirements
- Updated from global requirements
- Remove unnecessary openstack-common.conf
- Remove empty script reference
- Fix name of oslotest base test case
- Get project basics configured
- Fixes use of dict methods for Python3
- Handles Python3 builtin changes
- Make memcache client reusable across threads
- Make memcache client reusable across threads
- Work with pymongo 3.0
- Initial commit from oslo cookiecutter template
- Work with pymongo 3.0
- Prefer . to setattr()/getattr()
- Address nits for default cache time more explicit
- Fix the wrong order of parameters when using assertEqual
- Fixes minor whitespace issues
- Make the default cache time more explicit in code
- Use dict comprehensions instead of dict constructor
- Consistently use oslo_config.cfg.CONF
- Fix invalid super() usage in memcache pool
- Use oslo.log instead of incubator
- Move existing tests to unit
- Change oslo.utils to oslo_utils
- Memcache connection pool excess check
- Adds missing log hints for level E/I/W
- Remove nonexistant param from docstring
- Use importutils from oslo.utils
- Address some late comments for memcache clients
- Add a pool of memcached clients
- Use functions in oslo.utils
- Introduce pragma no cover to asbtract classes
- Use oslo.i18n
- Do not support toggling key_manglers in cache layer
- Adds hacking check for debug logging translations
- remove a few backslash line continuations
- Fixed some typos throughout the codebase
- Fix cache configuration checks
- Safer noqa handling
- Uses explicit imports for _
- Support for mongo as dogpile cache backend
- Remove copyright from empty files
- Remove vim header
- Documentation cleanup
- Style improvements to logging format strings
- Handle unicode at the caching layer more elegantly
- Implement basic caching around assignment CRUD
- Implement caching for Tokens and Token Validation
- Add Memory Isolating Cache Proxy
- Implement Caching for Token Revocation List
- Keystone Caching Layer for Manager Calls
- initial
- Initial
- first commit