Skip to content

Latest commit

 

History

History
289 lines (144 loc) · 12.4 KB

CHANGELOG.md

File metadata and controls

289 lines (144 loc) · 12.4 KB

Change Log

0.1.12 (2015-06-26)

Full Changelog

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)

  • Updated license #91 (spike886)

  • [#88] fix unrecognised events in parse_event() #89 (davecaos)

0.1.11 (2015-06-06)

Full Changelog

Closed issues:

  • Stop using master branch for 'gun' dependency #67

Merged pull requests:

0.1.10 (2015-05-19)

Full Changelog

Closed issues:

  • Version Bump to 0.1.10 #85

  • Update rebar.config file #83

Merged pull requests:

0.1.9 (2015-05-19)

Full Changelog

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:

0.1.8 (2015-04-10)

Full Changelog

Merged pull requests:

  • Make it compatible with latest release of 'gun' #68 (cabol)

0.1.7 (2015-03-05)

Full Changelog

Implemented enhancements:

  • Use inaka's sync with tag 0.1 #65

  • Add documentation for SSL support in README #52

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:

  • Removing sync from dependencies? #63

  • shotgun fails to compile on 0.1.6 and fbe44e2 using R16B03 #60

Merged pull requests:

  • [Closes #65] Use inaka's sync fork. Specify commit id for gun. Update elvis.config. #66 (jfacorro)

  • Remove Sync as dependency #64 (sata)

  • 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)

  • Request timeout. #56 (loguntsov)

0.1.6 (2014-12-02)

Full Changelog

Fixed bugs:

  • async_mode instead of chunk_mode #53

Merged pull requests:

0.1.5 (2014-10-30)

Full Changelog

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:

  • binary headers? #49

  • Fulfill the open-source checklist #32

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)

  • [Closes #41] Added support for SSL #48 (jfacorro)

  • [Closes #31] Updated erlang.mk to 1.1.0 #47 (jfacorro)

  • [#32] Added doc strings to functions. #44 (jfacorro)

  • [#32] Useful README. #42 (jfacorro)

0.1.4 (2014-10-14)

Full Changelog

Closed issues:

  • Allow to specify a body for all HTTP methods or... #39

Merged pull requests:

0.1.3 (2014-10-14)

Full Changelog

Implemented enhancements:

  • Add rebar.config #37

Merged pull requests:

0.1.2 (2014-09-29)

Full Changelog

Fixed bugs:

  • Add response to events queue on termination of async request. #34

  • SSE events should be correctly split #13

Merged pull requests:

  • [Closes #34] Added response to events queue on async request termination. #35 (Euen)

0.1.1 (2014-09-25)

Full Changelog

Merged pull requests:

0.1.0 (2014-08-15)

Implemented enhancements:

  • Add support for pushing messages #8

  • Add all http verbs #5

  • basic auth #4

  • Replace pop by events #3

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:

  • Manage headers as map, not as proplist #7

  • Add specs #2

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator