Skip to content

Latest commit

 

History

History
95 lines (66 loc) · 7.41 KB

File metadata and controls

95 lines (66 loc) · 7.41 KB

Change Log

v0.0.5 (2017-03-27)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Clean up content-type enforcement #40 [bug]

Merged pull requests:

  • adds support for self-describing Parameters #52 (xentek)
  • adds support for parsing allowed/required params #51 (xentek)
  • adds param struct tag #50 (xentek)
  • adds code quality indicators #48 (xentek)
  • optimize Accept header matching for endpoints #47 (xentek)
  • adds CONTRIBUTING guide #46 (xentek)
  • adds methods to parse params #45 (xentek)

v0.0.4 (2017-03-13)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Discovery URL should include accepted media type information #30 [bug]

Closed issues:

  • X-Frame-Options #24

Merged pull requests:

  • clean up media types #31 (xentek)
  • routes requests to an endpoint with Accept header #29 (xentek)
  • implements automatic Content Negotiation #28 (xentek)
  • supports X-Content-Type-Options, X-Frame-Options #26 (xentek)
  • generates automatic Media Types for an endpoint #25 (xentek)
  • adds Endpoint Verison #22 (xentek)

v0.0.3 (2017-03-10)

Full Changelog

Implemented enhancements:

Merged pull requests:

  • adds support for X-HTTP-Method-Override header #19 (xentek)
  • adds CORS request support #20 (xentek)
  • adds support for GZip compression, via Accept-Encoding header #18 (xentek)
  • adds automatic discovery url at API root #16 (xentek)
  • adds Code of conduct #15 (xentek)

v0.0.2 (2017-03-05)

Full Changelog

Implemented enhancements:

Merged pull requests:

  • adds panic recovery middleware #14 (xentek)
  • adds request logging #13 (xentek)
  • adds ability to configure and start a server #12 (xentek)
  • adds configuration to Hyperdrive #11 (xentek)

v0.0.1 (2017-03-04)

* This Change Log was automatically generated by github_changelog_generator