Skip to content

Commit

Permalink
Add final release notes for v0.2.2 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr0grog authored Feb 13, 2020
1 parent b502236 commit d6c5270
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions docs/source/release-history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@
Release History
===============

(In Development)
----------------
v0.2.2 (2020-02-13)
-------------------

When errors were raised or redirects were involved in
``WaybackClient.get_memento()``, it was previously possible for connections to
be left hanging open. Wayback now works harder to make sure connections aren't
left open.

- Ensure connections are closed and released when calling ``WaybackClient.get_memento()``.
- Add repo URL to the default user agent string. It now looks like: ``wayback/0.2.2 (+https://github.com/edgi-govdata-archiving/wayback)``.
- Remove vestigial code.
This release also updates the default user agent string to include the repo
URL. It now looks like:
``wayback/0.2.2 (+https://github.com/edgi-govdata-archiving/wayback)``

v0.2.1 (2019-12-01)
-------------------
Expand Down

0 comments on commit d6c5270

Please sign in to comment.