File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to Glide will be documented in this file.
4
4
5
+ ## 0.2.0
6
+
7
+ - Removed ` sign_key ` option from the ` Server ` class. For simplicity HTTP signatures are now configured and managed separately from the server.
8
+ - Renamed ` SignKey ` to ` HttpSignature ` .
9
+ - Renamed ` InvalidTokenException ` to ` InvalidSignatureException ` .
10
+ - Added new ` HttpSignature ` interface, allowing for custom implementations.
11
+ - Added new ` HttpSignature ` and ` UrlBuilder ` factories.
12
+ - Added new base URL option to server class.
13
+
5
14
## 0.1.1
6
15
7
16
- Added new ` cacheFileExists ` and ` sourceFileExists ` methods to server.
Original file line number Diff line number Diff line change 38
38
},
39
39
"extra" : {
40
40
"branch-alias" : {
41
- "dev-master" : " 0.1 -dev"
41
+ "dev-master" : " 0.2 -dev"
42
42
}
43
43
}
44
44
}
You can’t perform that action at this time.
0 commit comments