Go-Json-Rest Version 3.3.1 Release Notes

Posted on 2016.01.18

See Go-Json-Rest project on Github

What’s New in v3.3.1 ?

  • Refactor/add unit tests
  • Remove the ResourceHandler (v2 API) that was marked as deprecated a year ago.
  • Start using the simplifications (gofmt -s)
  • Minor documentation improvements
…

Read more »

Go-Json-Rest Version 3.3.0 Release Notes

Posted on 2015.11.27

See Go-Json-Rest project on Github

What’s New in v3.3.0 ?

  • Include charset=utf-8 in the JSON response Content-Type (See issue about Chrome)
  • Add the ability to customize the field name in the error response.
  • Additional HTTP methods shortcuts (Thanks @sebest !)
  • Add error is the parsed JSON payload is empty (Thanks @sebest !)
…

Read more »

Go-Json-Rest Version 3.2.0 Release Notes

Posted on 2015.11.27

See Go-Json-Rest project on Github

What’s New in v3.2.0 ?

  • New shortcut methods to create Routes more easily: Get(...), Post(...), Put(...), Delete(...). It also has the benefit to make golint happier. And &Route{...} remains available for any other use case.
  • New Websocket example. (Thanks @wingyplus !)
  • Security fix on the Jsonp Middleware. (Thanks @sebest !)
  • Documentation improvements
…

Read more »

Go-Json-Rest Version 3.1.0 Release Notes

Posted on 2015.03.30

See Go-Json-Rest project on Github

What’s New in v3.1.0 ?

  • A new IfMiddleware that allows to conditionally execute a Middleware at runtime.
  • Better error messages when Env variables are missing (Timer, AccessLogApache, and Status Middlewares updated)
  • New Statsd example
  • New JWT authentication example
  • Improved code coverage
…

Read more »

Go-Json-Rest Version 3.0.0 Release Notes

Posted on 2015.03.30

See Go-Json-Rest project on Github

What’s New in v3

  • Public Middlewares. (12 included in the package)
  • A new App interface. (the router being the provided App)
  • A new Api object that manages the Middlewares and the App.
  • Optional and interchangeable App/router.
…

Read more »
« Newer

Page 2 of 8

Older »

by Antoine Imbert

San Francisco



© 2019 · Powered by Hugo.