1. fade187 Merge pull request #632 from reclosedev/dependabot/pip/redis-4.3.1 by Jordan Cook · 3 years, 4 months ago master
  2. fe725ab Bump redis from 4.2.2 to 4.3.1 by dependabot[bot] · 3 years, 4 months ago
  3. 8ca1b55 Merge pull request #630 from imba-tjd/patch-1 by Jordan Cook · 3 years, 4 months ago
  4. dc987c2 use https for links by 谭九鼎 · 3 years, 4 months ago
  5. 20ec774 Bump rich, pre-commit, and linkify-it-py by dependabot[bot] · 3 years, 4 months ago
  6. 9915ab9 Merge pull request #615 from JWCook/stale-while-revalidate by Jordan Cook · 3 years, 4 months ago
  7. bbd9843 Implement Cache-Control: stale-while-revalidate by Jordan Cook · 3 years, 4 months ago
  8. 3aa84ee Merge pull request #624 from JWCook/remove-responses-older-than by Jordan Cook · 3 years, 4 months ago
  9. 2ac57cf Update changelog and contributors by Jordan Cook · 3 years, 4 months ago
  10. 375e611 Add 'older_than' argument to remove_expired_responses() by Jordan Cook · 3 years, 4 months ago
  11. 7f4c205 Add always_revalidate session option by Jordan Cook · 3 years, 4 months ago
  12. a300510 Fix remove_expired_responses() with SQLite and expire_after=0 by Jordan Cook · 3 years, 4 months ago
  13. cf69e93 Merge pull request #618 from JWCook/install-cache by Jordan Cook · 3 years, 4 months ago
  14. e932775 Initialize backend with install_cache() prior to patching requests.Session by Jordan Cook · 3 years, 4 months ago
  15. 768ceea Merge pull request #610 from JWCook/merge-storage-classes by Jordan Cook · 3 years, 4 months ago
  16. 12b7ebe Update docs and changelog by Jordan Cook · 3 years, 4 months ago
  17. 35b48cf Remove row count from BaseCache.__str__ by Jordan Cook · 3 years, 4 months ago
  18. ed110f3 Add a BaseStorage.default_serializer attribute, to be more explicit about which backends use something other than pickle by default by Jordan Cook · 3 years, 4 months ago
  19. 4e1697f Add SQLiteDict.size() method to estimate the database size by Jordan Cook · 3 years, 4 months ago
  20. 1a4468a For SQLite expires column, use time.time() instead of datetime.timestamp() by Jordan Cook · 3 years, 4 months ago
  21. 0dbd82d Merge *PickleDict storage classes into parent classes by Jordan Cook · 3 years, 4 months ago
  22. 57579af Merge pull request #613 from JWCook/deps by Jordan Cook · 3 years, 4 months ago
  23. f9082fe Defore deployments, run a separate CI job for unit tests with no optional dependencies installed by Jordan Cook · 3 years, 4 months ago
  24. 5ff3f01 Skip tests for optional serializer dependencies if not installed by Jordan Cook · 3 years, 4 months ago
  25. 00af46f Add missing placeholder class if pymongo isn't installed by Jordan Cook · 3 years, 4 months ago
  26. d7d8e3d Temporary fix for missing 'exceptiongroup' dependency in cattrs 22.1 for python 3.10 by Jordan Cook · 3 years, 4 months ago
  27. 7a5311c Merge pull request #612 from JWCook/parameter-forwarding by Jordan Cook · 3 years, 4 months ago
  28. 826738d Fix parameter forwarding for redis-py 4.2 and pymongo 4.1 on python <=3.8 by Jordan Cook · 3 years, 4 months ago
  29. 67dd63c Merge pull request #607 from JWCook/tests by Jordan Cook · 3 years, 4 months ago
  30. ca12fbb Add misc missing test coverage by Jordan Cook · 3 years, 4 months ago
  31. d6c5fcf Merge pull request #600 from JWCook/dynamodb by Jordan Cook · 3 years, 4 months ago
  32. a26290f Add screenshots and info for viewing DynamoDB responses by Jordan Cook · 3 years, 4 months ago
  33. a2a6525 Add support for DynamoDB TTL by Jordan Cook · 3 years, 4 months ago
  34. 3fb1246 Store responses in DynamoDB as JSON documents instead of serialized binaries by Jordan Cook · 3 years, 5 months ago
  35. bb6446d Major bump! by Jordan Cook · 3 years, 5 months ago
  36. 7b91dfb Merge pull request #599 from JWCook/dynamodb by Jordan Cook · 3 years, 5 months ago
  37. e5dec6a Add an example CloudFormation template for DynamoDB by Jordan Cook · 3 years, 5 months ago
  38. d19776c Create default table in on-demand mode instead of provisioned by Jordan Cook · 3 years, 5 months ago
  39. 108eea9 Merge pull request #595 from JWCook/docs by Jordan Cook · 3 years, 5 months ago
  40. 7dd534f Add another requests version to pre-deploy tests by Jordan Cook · 3 years, 5 months ago
  41. a0ac951 Run pytest --verbose in CI by Jordan Cook · 3 years, 5 months ago
  42. 899d706 Remove blacken-docs for now by Jordan Cook · 3 years, 5 months ago
  43. 0751d9d Update some user docs by Jordan Cook · 3 years, 5 months ago
  44. c2303a1 Merge pull request #593 from JWCook/rich-repr by Jordan Cook · 3 years, 5 months ago
  45. 5d44eb1 Ensure BaseCache.cache_name gets set if a backend class is initialized directly (mainly for debug/logging purposes) by Jordan Cook · 3 years, 5 months ago
  46. 9224b99 Improve output for all models when printed or logged with rich by Jordan Cook · 3 years, 5 months ago
  47. 614cd0b Merge pull request #591 from JWCook/fresh-stale by Jordan Cook · 3 years, 5 months ago
  48. a899d92 Add support for Cache-Control: stale-if-error by Jordan Cook · 3 years, 5 months ago
  49. ea326d1 Add support for Cache-Control: max-stale and min-fresh by Jordan Cook · 3 years, 5 months ago
  50. 8eaa788 Merge pull request #590 from JWCook/connection-close by Jordan Cook · 3 years, 5 months ago
  51. 36694f5 Add positional-or-keyword args to request wrapper methods consistent with requests API by Jordan Cook · 3 years, 5 months ago
  52. f174ce3 Close database connections (if applicable) on CachedSession.__exit__ and close() by Jordan Cook · 3 years, 5 months ago
  53. 97a6a19 Merge pull request #589 from JWCook/vcr by Jordan Cook · 3 years, 5 months ago
  54. f1db281 Merge pull request #587 from JWCook/policy by Jordan Cook · 3 years, 5 months ago
  55. d2a4c99 Add links to source files on Examples page by Jordan Cook · 3 years, 5 months ago
  56. 642f872 Refactor utilities for parsing cache headers into CacheDirectives class by Jordan Cook · 3 years, 5 months ago
  57. 1114085 Turn VCR converter into an example in the docs instead of a library feature by Jordan Cook · 3 years, 5 months ago
  58. b59397f Just do a one-way export to VCR format instead of a full serializer by Jordan Cook · 3 years, 5 months ago
  59. 66651af WIP: Add VCR-compatible YAML serializer by Jordan Cook · 3 years, 5 months ago
  60. 7ebf9df Move all cache policy-related modules to separate 'policy' subpackage by Jordan Cook · 3 years, 5 months ago
  61. 451b5df Merge pull request #585 from JWCook/docs by Jordan Cook · 3 years, 5 months ago
  62. 613de4e Move backend docs to user guide, separate from API reference docs by Jordan Cook · 3 years, 5 months ago
  63. d6ee914 Move detailed backend docs from rst docstings to md files by Jordan Cook · 3 years, 5 months ago
  64. 166f569 Merge pull request #584 from JWCook/mongodb by Jordan Cook · 3 years, 5 months ago
  65. bcaaea5 Update changelog by Jordan Cook · 3 years, 5 months ago
  66. 3c51ea2 Add serializer name to cache key to avoid errors due to switching serializers by Jordan Cook · 3 years, 5 months ago
  67. ced880c Add TTL tests by Jordan Cook · 3 years, 5 months ago
  68. a9db420 Add get_ttl() method for convenience by Jordan Cook · 3 years, 5 months ago
  69. ce0e7c1 Skip setting TTL for redirects collection by Jordan Cook · 3 years, 5 months ago
  70. d3a572a Set stress test multiplier back to 5 for pre-deploy tests by Jordan Cook · 3 years, 5 months ago
  71. af1444e Generate XML coverage report for Codecov by Jordan Cook · 3 years, 5 months ago
  72. 08248be Update general expiration docs by Jordan Cook · 3 years, 5 months ago
  73. 341303f Add notes on viewing responses in MongoDB by Jordan Cook · 3 years, 5 months ago
  74. f724544 Fix structuring/unstructuring CachedResponse.history by Jordan Cook · 3 years, 5 months ago
  75. 3f6d487 Use BSON preconf stage and store response values under top-level keys, so created_at attribute is compatible with TTL index by Jordan Cook · 3 years, 5 months ago
  76. 8641b93 Use a set_ttl() method instead of keyword argument, since it should only be set once (or overwritten) by Jordan Cook · 3 years, 5 months ago
  77. be2dd37 Improvements for MongoDB: by Jordan Cook · 3 years, 5 months ago
  78. d6a1fec Merge pull request #575 from JWCook/docs by Jordan Cook · 3 years, 5 months ago
  79. bacf3aa Add some more notes about SQLite and Redis backends by Jordan Cook · 3 years, 5 months ago
  80. 2bd6836 Merge pull request #573 from JWCook/sqlite-eviction by Jordan Cook · 3 years, 5 months ago
  81. b199db1 Add SQLiteDict.sorted() method with sorting and other query options by Jordan Cook · 3 years, 5 months ago
  82. 3120a87 Use Unix time integer instead of datetime string, and use same time source on both write (setitem) and read (clear_expired) by Jordan Cook · 3 years, 5 months ago
  83. ea5c364 LEFT JOIN option is slightly faster by Jordan Cook · 3 years, 5 months ago
  84. 91ac4fd WIP: Add faster implementation of removing invalid redirects in SQL by Jordan Cook · 3 years, 5 months ago
  85. b96d9ed Add indexed datetime column to SQLite backend for faster eviction by Jordan Cook · 3 years, 5 months ago
  86. 8fa9c24 Add sample databases for recent versions, for use in compatibility tests by Jordan Cook · 3 years, 5 months ago
  87. d8bdc7a Merge pull request #574 from JWCook/auth-headers by Jordan Cook · 3 years, 5 months ago
  88. d39fbfa Add default list of ignored_parameters for most common authentication params/headers by Jordan Cook · 3 years, 5 months ago
  89. 4a593b0 Remove 'default exclude headers', since match_headers now accepts a list of specific headers to match by Jordan Cook · 3 years, 5 months ago
  90. 4b7e478 Merge pull request #568 from JWCook/refresh by Jordan Cook · 3 years, 5 months ago
  91. b9ab24a Log cache criteria checks for both read and write by Jordan Cook · 3 years, 5 months ago
  92. 04c41fe Also skip cache read for requests excluded by allowable_methods by Jordan Cook · 3 years, 5 months ago
  93. 7578f70 If we're picking an arbitrary sentinel value, it may as well be an interesting one by Jordan Cook · 3 years, 5 months ago
  94. cdeebb8 Move logic for translating kwargs to headers into cache_actions.set_request_headers() by Jordan Cook · 3 years, 5 months ago
  95. 5ff1e4d Refactor refresh/revalidate behavior by Jordan Cook · 3 years, 5 months ago
  96. 1828411 Merge pull request #572 from JWCook/cattrs by Jordan Cook · 3 years, 5 months ago
  97. 40b78d3 Fix failing tests on python 3.10 (missing dependency on GitHub Actions only) by Jordan Cook · 3 years, 5 months ago
  98. 82e68b9 Add compatibility with cattrs 21.1+, and clean up preconf module a bit by Jordan Cook · 3 years, 5 months ago
  99. 9c2defe Merge pull request #569 from reclosedev/dependabot/github_actions/codecov/codecov-action-3 by Jordan Cook · 3 years, 5 months ago
  100. 3d2f77e Bump codecov/codecov-action from 2 to 3 by dependabot[bot] · 3 years, 5 months ago