|
1 | 1 | # Change Log
|
2 | 2 |
|
3 | 3 | ## [0.2.0](https://github.com/inaka/shotgun/tree/0.2.0) (2016-01-18)
|
| 4 | + |
4 | 5 | [Full Changelog](https://github.com/inaka/shotgun/compare/0.1.15...0.2.0)
|
5 | 6 |
|
| 7 | +**Fixed bugs:** |
| 8 | + |
| 9 | +- Add last\_event\_id per SSE specification [\#45](https://github.com/inaka/shotgun/issues/45) |
| 10 | + |
6 | 11 | **Closed issues:**
|
7 | 12 |
|
8 | 13 | - Hex Package [\#122](https://github.com/inaka/shotgun/issues/122)
|
9 | 14 |
|
| 15 | +- Queue operations into gun [\#21](https://github.com/inaka/shotgun/issues/21) |
| 16 | + |
10 | 17 | **Merged pull requests:**
|
11 | 18 |
|
12 | 19 | - Update README URLs based on HTTP redirects [\#139](https://github.com/inaka/shotgun/pull/139) ([ReadmeCritic](https://github.com/ReadmeCritic))
|
13 | 20 |
|
14 | 21 | ## [0.1.15](https://github.com/inaka/shotgun/tree/0.1.15) (2016-01-05)
|
| 22 | + |
15 | 23 | [Full Changelog](https://github.com/inaka/shotgun/compare/0.1.12...0.1.15)
|
16 | 24 |
|
17 | 25 | **Implemented enhancements:**
|
18 | 26 |
|
19 | 27 | - URI handling: gun and cowlib handle iodata, but shotgun only handles string [\#104](https://github.com/inaka/shotgun/issues/104)
|
| 28 | + |
20 | 29 | - Verify the uri provided conforms to the HTTP Request specs [\#101](https://github.com/inaka/shotgun/issues/101)
|
21 |
| -- Add tests [\#98](https://github.com/inaka/shotgun/issues/98) |
| 30 | + |
22 | 31 | - Show more descriptive errors when asking for events but there is no connection [\#95](https://github.com/inaka/shotgun/issues/95)
|
23 | 32 |
|
24 | 33 | **Fixed bugs:**
|
25 | 34 |
|
26 | 35 | - call to undefined function shotgun:wait\_response/3 [\#134](https://github.com/inaka/shotgun/issues/134)
|
| 36 | + |
27 | 37 | - Fix return type in spec of parse\_event/1 function [\#107](https://github.com/inaka/shotgun/issues/107)
|
| 38 | + |
28 | 39 | - Fix the options type and docs where it says async\_data instead of async\_mode [\#106](https://github.com/inaka/shotgun/issues/106)
|
| 40 | + |
29 | 41 | - encode\_basic\_auth\(\[\], \[\]\) returns \[\], but the value is used to create binary. [\#103](https://github.com/inaka/shotgun/issues/103)
|
| 42 | + |
30 | 43 | - Crash when fetching from slow HTTP server: shotgun:wait\_response/3 not exported [\#96](https://github.com/inaka/shotgun/issues/96)
|
31 |
| -- Add last\_event\_id per SSE specification [\#45](https://github.com/inaka/shotgun/issues/45) |
32 | 44 |
|
33 | 45 | **Closed issues:**
|
34 | 46 |
|
35 | 47 | - Support headers as proplists [\#125](https://github.com/inaka/shotgun/issues/125)
|
| 48 | + |
36 | 49 | - Allow making chunked requests [\#118](https://github.com/inaka/shotgun/issues/118)
|
| 50 | + |
37 | 51 | - Does sse\_events correctly detect the end of an SSE event? [\#114](https://github.com/inaka/shotgun/issues/114)
|
| 52 | + |
38 | 53 | - Change the `data` key for the `event\(\)` from `\[binary\(\)\]` to `binary\(\)` [\#110](https://github.com/inaka/shotgun/issues/110)
|
39 |
| -- Queue operations into gun [\#21](https://github.com/inaka/shotgun/issues/21) |
40 | 54 |
|
41 | 55 | **Merged pull requests:**
|
42 | 56 |
|
43 | 57 | - \[\#136\] Version bump to 0.1.15 [\#137](https://github.com/inaka/shotgun/pull/137) ([davecaos](https://github.com/davecaos))
|
| 58 | + |
44 | 59 | - \[\#122\] Updated to upload in hex.pm [\#135](https://github.com/inaka/shotgun/pull/135) ([davecaos](https://github.com/davecaos))
|
| 60 | + |
45 | 61 | - \[\#102\] Allow proplist headers [\#133](https://github.com/inaka/shotgun/pull/133) ([tothlac](https://github.com/tothlac))
|
| 62 | + |
46 | 63 | - \[Closes \#98\] Added tests and improved code [\#131](https://github.com/inaka/shotgun/pull/131) ([jfacorro](https://github.com/jfacorro))
|
| 64 | + |
47 | 65 | - Revert "\(\#45\) Add last\_event\_id per sse spec" [\#129](https://github.com/inaka/shotgun/pull/129) ([elbrujohalcon](https://github.com/elbrujohalcon))
|
| 66 | + |
48 | 67 | - \(\#45\) Add last\_event\_id per sse spec [\#128](https://github.com/inaka/shotgun/pull/128) ([tothlac](https://github.com/tothlac))
|
| 68 | + |
49 | 69 | - Dialyzer fixes and firx for encode basic auth [\#126](https://github.com/inaka/shotgun/pull/126) ([tothlac](https://github.com/tothlac))
|
| 70 | + |
50 | 71 | - \[Close \#118\] Chunked requests [\#119](https://github.com/inaka/shotgun/pull/119) ([jfacorro](https://github.com/jfacorro))
|
| 72 | + |
51 | 73 | - Maybe issue 95 fix [\#115](https://github.com/inaka/shotgun/pull/115) ([kennethlakin](https://github.com/kennethlakin))
|
| 74 | + |
52 | 75 | - \[\#110\] Return data as a binary [\#112](https://github.com/inaka/shotgun/pull/112) ([jfacorro](https://github.com/jfacorro))
|
| 76 | + |
53 | 77 | - \[Closes \#107\]\[Closes \#106\] Fix parse event spec [\#108](https://github.com/inaka/shotgun/pull/108) ([jfacorro](https://github.com/jfacorro))
|
| 78 | + |
54 | 79 | - Make shotgun handle iodata\(\) URIs [\#105](https://github.com/inaka/shotgun/pull/105) ([kennethlakin](https://github.com/kennethlakin))
|
| 80 | + |
55 | 81 | - shotgun FSM fixes [\#100](https://github.com/inaka/shotgun/pull/100) ([kennethlakin](https://github.com/kennethlakin))
|
| 82 | + |
56 | 83 | - Replace shogtun with shotgun. [\#97](https://github.com/inaka/shotgun/pull/97) ([rmoorman](https://github.com/rmoorman))
|
| 84 | + |
57 | 85 | - Error reply [\#90](https://github.com/inaka/shotgun/pull/90) ([davecaos](https://github.com/davecaos))
|
58 | 86 |
|
59 | 87 | ## [0.1.12](https://github.com/inaka/shotgun/tree/0.1.12) (2015-06-26)
|
| 88 | + |
60 | 89 | [Full Changelog](https://github.com/inaka/shotgun/compare/0.1.11...0.1.12)
|
61 | 90 |
|
62 | 91 | **Fixed bugs:**
|
|
66 | 95 | **Closed issues:**
|
67 | 96 |
|
68 | 97 | - Version bump 0.1.12 [\#93](https://github.com/inaka/shotgun/issues/93)
|
| 98 | + |
69 | 99 | - SSE Comments are unrecognised [\#88](https://github.com/inaka/shotgun/issues/88)
|
70 | 100 |
|
71 | 101 | **Merged pull requests:**
|
72 | 102 |
|
73 | 103 | - \[Closes \#93\] Version bump to 0.1.12 [\#94](https://github.com/inaka/shotgun/pull/94) ([jfacorro](https://github.com/jfacorro))
|
| 104 | + |
74 | 105 | - \[\#70\] Terminate child so that it is not listed as a worker [\#92](https://github.com/inaka/shotgun/pull/92) ([jfacorro](https://github.com/jfacorro))
|
| 106 | + |
75 | 107 | - Updated license [\#91](https://github.com/inaka/shotgun/pull/91) ([spike886](https://github.com/spike886))
|
| 108 | + |
76 | 109 | - \[\#88\] fix unrecognised events in parse\_event\(\) [\#89](https://github.com/inaka/shotgun/pull/89) ([davecaos](https://github.com/davecaos))
|
77 | 110 |
|
78 | 111 | ## [0.1.11](https://github.com/inaka/shotgun/tree/0.1.11) (2015-06-06)
|
| 112 | + |
79 | 113 | [Full Changelog](https://github.com/inaka/shotgun/compare/0.1.10...0.1.11)
|
80 | 114 |
|
81 | 115 | **Closed issues:**
|
82 | 116 |
|
83 | 117 | - Stop using master branch for 'gun' dependency [\#67](https://github.com/inaka/shotgun/issues/67)
|
84 | 118 |
|
85 |
| -**Merged pull requests:** |
86 |
| - |
87 |
| -- Version Bump to 0.1.11 [\#87](https://github.com/inaka/shotgun/pull/87) ([elbrujohalcon](https://github.com/elbrujohalcon)) |
88 |
| -- Update dependencies [\#69](https://github.com/inaka/shotgun/pull/69) ([elbrujohalcon](https://github.com/elbrujohalcon)) |
89 |
| - |
90 | 119 | ## [0.1.10](https://github.com/inaka/shotgun/tree/0.1.10) (2015-05-19)
|
| 120 | + |
91 | 121 | [Full Changelog](https://github.com/inaka/shotgun/compare/0.1.9...0.1.10)
|
92 | 122 |
|
93 | 123 | **Closed issues:**
|
94 | 124 |
|
95 | 125 | - Version Bump to 0.1.10 [\#85](https://github.com/inaka/shotgun/issues/85)
|
| 126 | + |
96 | 127 | - Update rebar.config file [\#83](https://github.com/inaka/shotgun/issues/83)
|
97 | 128 |
|
98 | 129 | **Merged pull requests:**
|
99 | 130 |
|
100 | 131 | - \[Fix \#85\] Version bump to 0.1.10 [\#86](https://github.com/inaka/shotgun/pull/86) ([davecaos](https://github.com/davecaos))
|
| 132 | + |
101 | 133 | - \[fix \#83\] Update Gun dependency to 1.0.0-pre.1 [\#84](https://github.com/inaka/shotgun/pull/84) ([davecaos](https://github.com/davecaos))
|
| 134 | + |
102 | 135 | - \[Fix \#80\] Version Bump 0.1.9 [\#82](https://github.com/inaka/shotgun/pull/82) ([davecaos](https://github.com/davecaos))
|
103 | 136 |
|
104 | 137 | ## [0.1.9](https://github.com/inaka/shotgun/tree/0.1.9) (2015-05-19)
|
| 138 | + |
105 | 139 | [Full Changelog](https://github.com/inaka/shotgun/compare/0.1.8...0.1.9)
|
106 | 140 |
|
107 | 141 | **Fixed bugs:**
|
|
111 | 145 | **Closed issues:**
|
112 | 146 |
|
113 | 147 | - Update Gun dependencies [\#80](https://github.com/inaka/shotgun/issues/80)
|
| 148 | + |
114 | 149 | - Remove lager as a dependency since it is not used anywhere [\#76](https://github.com/inaka/shotgun/issues/76)
|
| 150 | + |
115 | 151 | - Remove shotgun:maps\_get/3 and just use maps:get/3 [\#74](https://github.com/inaka/shotgun/issues/74)
|
| 152 | + |
116 | 153 | - Update gun version to 1.0.0-pre.1 [\#73](https://github.com/inaka/shotgun/issues/73)
|
117 | 154 |
|
118 | 155 | **Merged pull requests:**
|
119 | 156 |
|
120 | 157 | - \[Fix \#80\] Gun dependencies updated to 1.0.0-pre.1 [\#81](https://github.com/inaka/shotgun/pull/81) ([davecaos](https://github.com/davecaos))
|
| 158 | + |
121 | 159 | - \[\#73\] Update gun version, in rebar.config as well [\#79](https://github.com/inaka/shotgun/pull/79) ([jfacorro](https://github.com/jfacorro))
|
| 160 | + |
122 | 161 | - \[Closes \#73\] Update gun version [\#78](https://github.com/inaka/shotgun/pull/78) ([jfacorro](https://github.com/jfacorro))
|
| 162 | + |
123 | 163 | - \[Closes \#76\] Remove lager dep [\#77](https://github.com/inaka/shotgun/pull/77) ([jfacorro](https://github.com/jfacorro))
|
| 164 | + |
124 | 165 | - \[Closes \#74\] Deleted function and used maps:get/3 [\#75](https://github.com/inaka/shotgun/pull/75) ([jfacorro](https://github.com/jfacorro))
|
| 166 | + |
125 | 167 | - Update LICENSE [\#72](https://github.com/inaka/shotgun/pull/72) ([andresinaka](https://github.com/andresinaka))
|
126 | 168 |
|
127 | 169 | ## [0.1.8](https://github.com/inaka/shotgun/tree/0.1.8) (2015-04-10)
|
128 |
| -[Full Changelog](https://github.com/inaka/shotgun/compare/0.1.7...0.1.8) |
129 |
| - |
130 |
| -**Merged pull requests:** |
131 | 170 |
|
132 |
| -- Make it compatible with latest release of 'gun' [\#68](https://github.com/inaka/shotgun/pull/68) ([cabol](https://github.com/cabol)) |
| 171 | +[Full Changelog](https://github.com/inaka/shotgun/compare/0.1.7...0.1.8) |
133 | 172 |
|
134 | 173 | ## [0.1.7](https://github.com/inaka/shotgun/tree/0.1.7) (2015-03-05)
|
| 174 | + |
135 | 175 | [Full Changelog](https://github.com/inaka/shotgun/compare/0.1.6...0.1.7)
|
136 | 176 |
|
137 | 177 | **Implemented enhancements:**
|
138 | 178 |
|
139 | 179 | - Use inaka's sync with tag 0.1 [\#65](https://github.com/inaka/shotgun/issues/65)
|
| 180 | + |
140 | 181 | - Add documentation for SSL support in README [\#52](https://github.com/inaka/shotgun/issues/52)
|
| 182 | + |
141 | 183 | - Convert headers in response to a map [\#46](https://github.com/inaka/shotgun/issues/46)
|
142 | 184 |
|
143 | 185 | **Fixed bugs:**
|
144 | 186 |
|
145 | 187 | - Don't rely only on transfer-encoding header value to check for chunk response [\#54](https://github.com/inaka/shotgun/issues/54)
|
| 188 | + |
146 | 189 | - `fin` data chunks are not added in the events queue [\#58](https://github.com/inaka/shotgun/issues/58)
|
147 | 190 |
|
148 | 191 | **Closed issues:**
|
149 | 192 |
|
150 | 193 | - Removing sync from dependencies? [\#63](https://github.com/inaka/shotgun/issues/63)
|
| 194 | + |
151 | 195 | - shotgun fails to compile on 0.1.6 and fbe44e2 using R16B03 [\#60](https://github.com/inaka/shotgun/issues/60)
|
| 196 | + |
152 | 197 | - Test non SSE chunked streams [\#15](https://github.com/inaka/shotgun/issues/15)
|
153 | 198 |
|
154 | 199 | **Merged pull requests:**
|
155 | 200 |
|
156 | 201 | - \[Closes \#65\] Use inaka's sync fork. Specify commit id for gun. Update elvis.config. [\#66](https://github.com/inaka/shotgun/pull/66) ([jfacorro](https://github.com/jfacorro))
|
| 202 | + |
157 | 203 | - Remove Sync as dependency [\#64](https://github.com/inaka/shotgun/pull/64) ([sata](https://github.com/sata))
|
| 204 | + |
158 | 205 | - Fixed rebar.config dependencies syntax so they don't require github acco... [\#62](https://github.com/inaka/shotgun/pull/62) ([GuidoRumi](https://github.com/GuidoRumi))
|
| 206 | + |
159 | 207 | - \[\#60\] Added minimum erlang version required to README [\#61](https://github.com/inaka/shotgun/pull/61) ([igaray](https://github.com/igaray))
|
| 208 | + |
160 | 209 | - \[Fixes \#58\] Detect fin, go to at\_rest state and add event. [\#59](https://github.com/inaka/shotgun/pull/59) ([jfacorro](https://github.com/jfacorro))
|
| 210 | + |
161 | 211 | - \[Closes \#52\] Added HTTP secure section to readme. [\#57](https://github.com/inaka/shotgun/pull/57) ([jfacorro](https://github.com/jfacorro))
|
| 212 | + |
162 | 213 | - Request timeout. [\#56](https://github.com/inaka/shotgun/pull/56) ([loguntsov](https://github.com/loguntsov))
|
163 | 214 |
|
164 | 215 | ## [0.1.6](https://github.com/inaka/shotgun/tree/0.1.6) (2014-12-02)
|
| 216 | + |
165 | 217 | [Full Changelog](https://github.com/inaka/shotgun/compare/0.1.5...0.1.6)
|
166 | 218 |
|
167 | 219 | **Fixed bugs:**
|
|
173 | 225 | - \[Fixes \#53 \#54\]. [\#55](https://github.com/inaka/shotgun/pull/55) ([Euen](https://github.com/Euen))
|
174 | 226 |
|
175 | 227 | ## [0.1.5](https://github.com/inaka/shotgun/tree/0.1.5) (2014-10-30)
|
| 228 | + |
176 | 229 | [Full Changelog](https://github.com/inaka/shotgun/compare/0.1.4...0.1.5)
|
177 | 230 |
|
178 | 231 | **Implemented enhancements:**
|
179 | 232 |
|
180 | 233 | - Update to erlang.mk v1 [\#31](https://github.com/inaka/shotgun/issues/31)
|
| 234 | + |
181 | 235 | - SSL support [\#41](https://github.com/inaka/shotgun/issues/41)
|
| 236 | + |
182 | 237 | - Warn user about missing slash when using the verb functions [\#33](https://github.com/inaka/shotgun/issues/33)
|
183 | 238 |
|
184 | 239 | **Fixed bugs:**
|
|
188 | 243 | **Closed issues:**
|
189 | 244 |
|
190 | 245 | - binary headers? [\#49](https://github.com/inaka/shotgun/issues/49)
|
| 246 | + |
191 | 247 | - Fulfill the open-source checklist [\#32](https://github.com/inaka/shotgun/issues/32)
|
192 | 248 |
|
193 | 249 | **Merged pull requests:**
|
194 | 250 |
|
195 | 251 | - \[Closes \#36\] Return the server response when a chunked connection cannot be established [\#51](https://github.com/inaka/shotgun/pull/51) ([jfacorro](https://github.com/jfacorro))
|
| 252 | + |
196 | 253 | - \[Closes \#33\] Throw error for missing leading slash [\#50](https://github.com/inaka/shotgun/pull/50) ([jfacorro](https://github.com/jfacorro))
|
| 254 | + |
197 | 255 | - \[Closes \#41\] Added support for SSL [\#48](https://github.com/inaka/shotgun/pull/48) ([jfacorro](https://github.com/jfacorro))
|
| 256 | + |
198 | 257 | - \[Closes \#31\] Updated erlang.mk to 1.1.0 [\#47](https://github.com/inaka/shotgun/pull/47) ([jfacorro](https://github.com/jfacorro))
|
| 258 | + |
199 | 259 | - \[\#32\] Added doc strings to functions. [\#44](https://github.com/inaka/shotgun/pull/44) ([jfacorro](https://github.com/jfacorro))
|
| 260 | + |
200 | 261 | - \[\#32\] Useful README. [\#42](https://github.com/inaka/shotgun/pull/42) ([jfacorro](https://github.com/jfacorro))
|
201 | 262 |
|
202 | 263 | ## [0.1.4](https://github.com/inaka/shotgun/tree/0.1.4) (2014-10-14)
|
| 264 | + |
203 | 265 | [Full Changelog](https://github.com/inaka/shotgun/compare/0.1.3...0.1.4)
|
204 | 266 |
|
205 | 267 | **Closed issues:**
|
|
211 | 273 | - \[Closes \#39\] Added request/6. [\#40](https://github.com/inaka/shotgun/pull/40) ([jfacorro](https://github.com/jfacorro))
|
212 | 274 |
|
213 | 275 | ## [0.1.3](https://github.com/inaka/shotgun/tree/0.1.3) (2014-10-14)
|
| 276 | + |
214 | 277 | [Full Changelog](https://github.com/inaka/shotgun/compare/0.1.2...0.1.3)
|
215 | 278 |
|
216 | 279 | **Implemented enhancements:**
|
|
222 | 285 | - \[Closes \#37\] Added rebar.config. [\#38](https://github.com/inaka/shotgun/pull/38) ([jfacorro](https://github.com/jfacorro))
|
223 | 286 |
|
224 | 287 | ## [0.1.2](https://github.com/inaka/shotgun/tree/0.1.2) (2014-09-29)
|
| 288 | + |
225 | 289 | [Full Changelog](https://github.com/inaka/shotgun/compare/0.1.1...0.1.2)
|
226 | 290 |
|
227 | 291 | **Fixed bugs:**
|
228 | 292 |
|
229 | 293 | - Add response to events queue on termination of async request. [\#34](https://github.com/inaka/shotgun/issues/34)
|
| 294 | + |
230 | 295 | - SSE events should be correctly split [\#13](https://github.com/inaka/shotgun/issues/13)
|
231 | 296 |
|
232 | 297 | **Merged pull requests:**
|
233 | 298 |
|
234 | 299 | - \[Closes \#34\] Added response to events queue on async request termination. [\#35](https://github.com/inaka/shotgun/pull/35) ([Euen](https://github.com/Euen))
|
235 | 300 |
|
236 | 301 | ## [0.1.1](https://github.com/inaka/shotgun/tree/0.1.1) (2014-09-25)
|
| 302 | + |
237 | 303 | [Full Changelog](https://github.com/inaka/shotgun/compare/0.1.0...0.1.1)
|
238 | 304 |
|
239 | 305 | **Merged pull requests:**
|
240 | 306 |
|
241 | 307 | - Split events [\#17](https://github.com/inaka/shotgun/pull/17) ([unbalancedparentheses](https://github.com/unbalancedparentheses))
|
242 | 308 |
|
243 | 309 | ## [0.1.0](https://github.com/inaka/shotgun/tree/0.1.0) (2014-08-15)
|
| 310 | + |
244 | 311 | **Implemented enhancements:**
|
245 | 312 |
|
246 | 313 | - Add support for pushing messages [\#8](https://github.com/inaka/shotgun/issues/8)
|
| 314 | + |
247 | 315 | - Add all http verbs [\#5](https://github.com/inaka/shotgun/issues/5)
|
| 316 | + |
248 | 317 | - basic auth [\#4](https://github.com/inaka/shotgun/issues/4)
|
| 318 | + |
249 | 319 | - Replace pop by events [\#3](https://github.com/inaka/shotgun/issues/3)
|
250 | 320 |
|
251 | 321 | **Fixed bugs:**
|
252 | 322 |
|
253 | 323 | - Make shotgun releasable [\#29](https://github.com/inaka/shotgun/issues/29)
|
| 324 | + |
254 | 325 | - Move basic\_auth from the Options to the Headers argument [\#27](https://github.com/inaka/shotgun/issues/27)
|
| 326 | + |
255 | 327 | - Don't allow async calls for verbs other than GET [\#25](https://github.com/inaka/shotgun/issues/25)
|
| 328 | + |
256 | 329 | - Multiple requests on the same connection should work fine [\#19](https://github.com/inaka/shotgun/issues/19)
|
| 330 | + |
257 | 331 | - Stop should call supervisor terminate child [\#12](https://github.com/inaka/shotgun/issues/12)
|
| 332 | + |
258 | 333 | - Add supervisor [\#6](https://github.com/inaka/shotgun/issues/6)
|
259 | 334 |
|
260 | 335 | **Closed issues:**
|
261 | 336 |
|
262 | 337 | - Manage headers as map, not as proplist [\#7](https://github.com/inaka/shotgun/issues/7)
|
| 338 | + |
263 | 339 | - Add specs [\#2](https://github.com/inaka/shotgun/issues/2)
|
264 | 340 |
|
265 | 341 | **Merged pull requests:**
|
266 | 342 |
|
267 | 343 | - \[\#29\] Make shotgun releasable. [\#30](https://github.com/inaka/shotgun/pull/30) ([jfacorro](https://github.com/jfacorro))
|
| 344 | + |
268 | 345 | - \[Closes \#27\] Process basic\_auth on headers, not on options. [\#28](https://github.com/inaka/shotgun/pull/28) ([jfacorro](https://github.com/jfacorro))
|
| 346 | + |
269 | 347 | - \[Closes \#25\] Throw when async option is used with verbs other than GET. [\#26](https://github.com/inaka/shotgun/pull/26) ([jfacorro](https://github.com/jfacorro))
|
| 348 | + |
270 | 349 | - \[Closes \#19\] Upon response fin only reply when call is not async. [\#24](https://github.com/inaka/shotgun/pull/24) ([jfacorro](https://github.com/jfacorro))
|
| 350 | + |
271 | 351 | - \[Closes \#5\] Implemented all http verbs. [\#23](https://github.com/inaka/shotgun/pull/23) ([jfacorro](https://github.com/jfacorro))
|
| 352 | + |
272 | 353 | - \[Closes \#4\] Added option to specify basic auth credentials. [\#22](https://github.com/inaka/shotgun/pull/22) ([jfacorro](https://github.com/jfacorro))
|
| 354 | + |
273 | 355 | - \[Closes \#3\] Replaced pop/1 for events/1. [\#20](https://github.com/inaka/shotgun/pull/20) ([jfacorro](https://github.com/jfacorro))
|
| 356 | + |
274 | 357 | - \[Closes \#2\] Added specs. [\#18](https://github.com/inaka/shotgun/pull/18) ([jfacorro](https://github.com/jfacorro))
|
| 358 | + |
275 | 359 | - Shotgun headers should be a map now [\#14](https://github.com/inaka/shotgun/pull/14) ([unbalancedparentheses](https://github.com/unbalancedparentheses))
|
| 360 | + |
276 | 361 | - Added supervisor with strategy simple one for one [\#11](https://github.com/inaka/shotgun/pull/11) ([unbalancedparentheses](https://github.com/unbalancedparentheses))
|
| 362 | + |
277 | 363 | - Reply with reference so that the client can store it ASAP [\#10](https://github.com/inaka/shotgun/pull/10) ([unbalancedparentheses](https://github.com/unbalancedparentheses))
|
| 364 | + |
278 | 365 | - Now user can provide a handle\_event [\#9](https://github.com/inaka/shotgun/pull/9) ([unbalancedparentheses](https://github.com/unbalancedparentheses))
|
| 366 | + |
279 | 367 | - First commit [\#1](https://github.com/inaka/shotgun/pull/1) ([unbalancedparentheses](https://github.com/unbalancedparentheses))
|
280 | 368 |
|
281 | 369 |
|
|
0 commit comments