UNPKG

897 BMarkdownView Raw
1# Change log
2
3### vNEXT
4
5### 0.2.0
6- New option: useGETForHashedQueries
7- Improve error checking
8- Never retry a single request more than once, even with network errors
9
10### 0.1.0
11- handle network errors correctly for 400 and 500
12
13### 0.0.1-beta.3
14- change default error handling to only disable on 400 error, not >= 500
15
16### 0.0.1-beta.2
17- improve error handling through 500s and optional function to disable
18
19### 0.0.1-beta.1
20- support hash lookup function for build time generation
21
22### 0.0.1-beta.0
23- added memoziation to hash generation based on equality of ASTs
24
25### 0.0.1-alpha.4
26- improved failsafe if server doesn't support persisted queries
27
28### 0.0.1-alpha.3
29- change key to sha256Hash that is hex encoded
30
31### 0.0.1-alpha.2
32- change from type to message for error identification
33
34### 0.0.1-alpha.1
35- if server doesn't support PQ, don't try anymore
36
37### 0.0.1-alpha.0
38- initial release