Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervdw committed May 27, 2024
1 parent 3df12ec commit 71d472c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
## 0.14.1 (unreleased)
----------------------

- Nothing changed yet.
- Added a base class for providers (`Provider` / `SyncProvider`) with empty
definitions of `connect` and `disconnect` (co)routines.

- Re-use the `S3Client` in `S3Provider`. Awaiting `S3Provider.connect()` at
startup is now necessary.

- Re-use the `ClientSession` in `ApiProvider`. Awaiting `ApiProvider.connect()`
at startup is now necessary.


## 0.14.0 (2024-05-22)
Expand Down

0 comments on commit 71d472c

Please sign in to comment.