Skip to content

Commit

Permalink
Update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Jul 14, 2023
1 parent 3254347 commit 0f4e4cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# History

## 0.8.2 (2023-07-TBD)
## 0.8.2 (2023-07-14)
* Add some missing type annotations to backend classes
* Fix passing connection parameters to MongoDB backend
* Revert closing backend connections on session context exit
Expand Down
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@ client requests, based on [requests-cache](https://github.com/reclosedev/request
* **Persistence:** Includes several [storage backends](https://aiohttp-client-cache.readthedocs.io/en/latest/backends.html):
SQLite, DynamoDB, MongoDB, and Redis.

# Development Status
**This library is a work in progress!**

Breaking changes should be expected until a `1.0` release, so version pinning is recommended.

My goal for this library is to eventually have a similar (but not identical) feature set as
`requests-cache`, and also contribute new features from this library back to `requests-cache`.
If there is a feature you want, if you've discovered a bug, or if you have other general feedback, please
[create an issue](https://github.com/requests-cache/aiohttp-client-cache/issues/new/choose) for it!

# Quickstart
First, install with pip (python 3.7+ required):
```bash
Expand Down Expand Up @@ -87,3 +77,7 @@ To learn more, see:
* [Cache Backends](https://aiohttp-client-cache.readthedocs.io/en/latest/backends.html)
* [API Reference](https://aiohttp-client-cache.readthedocs.io/en/latest/reference.html)
* [Examples](https://aiohttp-client-cache.readthedocs.io/en/latest/examples.html)

# Feedback
If there is a feature you want, if you've discovered a bug, or if you have other general feedback, please
[create an issue](https://github.com/requests-cache/aiohttp-client-cache/issues/new/choose) for it!

0 comments on commit 0f4e4cb

Please sign in to comment.