See Go-Json-Rest project on Github
What’s New in v3.3.2 ?
- Parse ipv6 addresses correctly (Thanks @mattsch)
- Gzip middleware bug fix (Thanks @darvik80)
- Fix microseconds Apache style logging
- Fix recorder middleware to record status code only once (Thanks @mgkeen)
- Fix CORS bug when Chrome send empty string CORS headers (Thanks @bboozzoo)…
This site was due for a refresh. And the opportunity to try new technologies:
Standalone AMP HTML. CDN with HTTPS+HTTP2. (Cloudfront). Generated with Hugo and published on S3. Simple App Manifest and ServiceWorker to get the Install Banner. Icons via Fontello, and fonts via Google Fonts. What do you think ?…
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
…
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 !)
…
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
…