0.1.12 (2015-06-26)
Fixed bugs:
- Shotgun supervisor does not realize children die #70
Closed issues:
- SSE Comments are unrecognised #88
Merged pull requests:
-
[#70] Terminate child so that it is not listed as a worker #92 (jfacorro)
-
[#88] fix unrecognised events in parse_event() #89 (davecaos)
0.1.11 (2015-06-06)
Closed issues:
- Stop using master branch for 'gun' dependency #67
Merged pull requests:
-
Version Bump to 0.1.11 #87 (elbrujohalcon)
-
Update dependencies #69 (elbrujohalcon)
0.1.10 (2015-05-19)
Closed issues:
Merged pull requests:
0.1.9 (2015-05-19)
Fixed bugs:
- Change shotgun version #71
Closed issues:
-
Update Gun dependencies #80
-
Remove lager as a dependency since it is not used anywhere #76
-
Remove shotgun:maps_get/3 and just use maps:get/3 #74
-
Update gun version to 1.0.0-pre.1 #73
Merged pull requests:
-
[Fix #80] Gun dependencies updated to 1.0.0-pre.1 #81 (davecaos)
-
[#73] Update gun version, in rebar.config as well #79 (jfacorro)
-
[Closes #74] Deleted function and used maps:get/3 #75 (jfacorro)
-
Update LICENSE #72 (andresinaka)
0.1.8 (2015-04-10)
Merged pull requests:
0.1.7 (2015-03-05)
Implemented enhancements:
Fixed bugs:
-
Don't rely only on transfer-encoding header value to check for chunk response #54
-
fin
data chunks are not added in the events queue #58
Closed issues:
Merged pull requests:
-
[Closes #65] Use inaka's sync fork. Specify commit id for gun. Update elvis.config. #66 (jfacorro)
-
Fixed rebar.config dependencies syntax so they don't require github acco... #62 (GuidoRumi)
-
[#60] Added minimum erlang version required to README #61 (igaray)
-
[Fixes #58] Detect fin, go to at_rest state and add event. #59 (jfacorro)
-
[Closes #52] Added HTTP secure section to readme. #57 (jfacorro)
0.1.6 (2014-12-02)
Fixed bugs:
- async_mode instead of chunk_mode #53
Merged pull requests:
0.1.5 (2014-10-30)
Implemented enhancements:
-
Update to erlang.mk v1 #31
-
SSL support #41
-
Warn user about missing slash when using the verb functions #33
Fixed bugs:
- SSE and Server Errors #36
Closed issues:
Merged pull requests:
-
[Closes #36] Return the server response when a chunked connection cannot be established #51 (jfacorro)
-
[Closes #33] Throw error for missing leading slash #50 (jfacorro)
0.1.4 (2014-10-14)
Closed issues:
- Allow to specify a body for all HTTP methods or... #39
Merged pull requests:
0.1.3 (2014-10-14)
Implemented enhancements:
- Add rebar.config #37
Merged pull requests:
0.1.2 (2014-09-29)
Fixed bugs:
-
Add response to events queue on termination of async request. #34
-
SSE events should be correctly split #13
Merged pull requests:
0.1.1 (2014-09-25)
Merged pull requests:
- Split events #17 (unbalancedparentheses)
0.1.0 (2014-08-15)
Implemented enhancements:
Fixed bugs:
-
Make shotgun releasable #29
-
Move basic_auth from the Options to the Headers argument #27
-
Don't allow async calls for verbs other than GET #25
-
Multiple requests on the same connection should work fine #19
-
Stop should call supervisor terminate child #12
-
Add supervisor #6
Closed issues:
Merged pull requests:
-
[Closes #27] Process basic_auth on headers, not on options. #28 (jfacorro)
-
[Closes #25] Throw when async option is used with verbs other than GET. #26 (jfacorro)
-
[Closes #19] Upon response fin only reply when call is not async. #24 (jfacorro)
-
[Closes #4] Added option to specify basic auth credentials. #22 (jfacorro)
-
Shotgun headers should be a map now #14 (unbalancedparentheses)
-
Added supervisor with strategy simple one for one #11 (unbalancedparentheses)
-
Reply with reference so that the client can store it ASAP #10 (unbalancedparentheses)
-
Now user can provide a handle_event #9 (unbalancedparentheses)
-
First commit #1 (unbalancedparentheses)
* This Change Log was automatically generated by github_changelog_generator