-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathCHANGES.txt
68 lines (39 loc) · 1.28 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
CHANGELOG
=========
1.2.1 (2023-05-03)
------------------
- Add support for ext external data string (#34)
(thanks @jtmaclachlan)
1.2.0 (unreleased)
------------------
- Nothing changed yet.
1.1.1 (2021-06-04)
------------------
- Handle cases where Content-Type is defined as bytes rather than string. (#25)
- Allow for app mohawk sender parameter configuration
1.1.0 (2020-12-16)
------------------
- Allow to skip hashing request and response bodies with `always_hash_content`.
1.0.1 (2020-01-20)
------------------
- Add Python 3 support. (#22)
1.0.0 (2015-12-15)
------------------
- Simplified API for using HawkAuth when the id and key are known. (#8)
- Added support for overriding the default algorithm (sha256) when deriving
credentials from the hawk session token, via a new ``algorithm`` parameter.
See the README for migration advice if you use the ``credentials`` parameter.
0.2.1 (2015-10-14)
------------------
- Make sure the requests json parameter is handled properly. (#7)
0.2.0 (2015-05-19)
------------------
- Fix encoding error in setup.py with Python 3.4
- Add a configuration parameter in order to be able to set the
timestamp to use.
0.1.2 (2014-08-13)
------------------
- Add Python3 support
0.1.1 (2014-07-21)
------------------
- First version