Skip to content

v0.10.0

Compare
Choose a tag to compare
@brendensoares brendensoares released this 10 Aug 23:59
· 665 commits to master since this release

Changes since v0.9.1:

  • [FTR] #641 - Add "X-HTTP-Method-Override" to router
  • [FTR] #583 - Added HttpMethodOverride filter to routes
  • [FTR] #540 - watcher flag for refresh on app start
  • [BUG] #681 - Case insensitive comparison for websocket upgrades (Fixes IE Websockets ...
  • [BUG] #668 - Compression: Properly close gzip/deflate
  • [BUG] #667 - Fix redis GetMulti and improve test coverage
  • [BUG] #664 - Is compression working correct?
  • [BUG] #657 - Redis Cache: panic when testing Ge
  • [BUG] #637 - RedisCache: fix Get/GetMulti error return
  • [BUG] #621 - Bugfix/router csv error
  • [BUG] #618 - Router throws exception when parsing line with multiple default string arguments
  • [BUG] #604 - Compression: Properly close gzip/deflate.
  • [BUG] #567 - Fixed regex pattern to properly require message files to have a dot in filename
  • [BUG] #566 - Compression fails ("unexpected EOF" in tests)
  • [BUG] #287 - Don't remove the parent folders containing generated code.
  • [BUG] #556 - fix for #534, also added url path to not found message
  • [BUG] #534 - Websocket route not found
  • [BUG] #343 - validation.Required(funtionCall).Key(...) - reflect.go:715: Failed to generate name for field.
  • [ENH] #643 - Documentation Fix in Skeleton for OnAppStart
  • [ENH] #674 - Removes custom eq template function
  • [ENH] #669 - Develop compress closenotifier
  • [ENH] #663 - fix for static content type not being set and defaulting to OS
  • [ENH] #658 - Minor: fix niggle with import statement
  • [ENH] #652 - Update the contributing guidelines
  • [ENH] #651 - Use upstream gomemcache again
  • [ENH] #650 - Go back to upstream memcached library
  • [ENH] #612 - Fix CI package error
  • [ENH] #611 - Fix "go vet" problems
  • [ENH] #610 - Added MakeMultipartRequest() to the TestSuite
  • [ENH] #608 - Develop compress closenotifier
  • [ENH] #596 - Expose redis cache options to config
  • [ENH] #581 - Make the option template tag type agnostic.
  • [ENH] #576 - Defer session instantiation to first set
  • [ENH] #565 - Fix #563 -- Some custom template funcs cannot be used in JavaScript cont...
  • [ENH] #563 - TemplateFuncs cannot be used in JavaScript context
  • [ENH] #561 - Fix missing extension from message file causing panic
  • [ENH] #560 - enhancement / templateFunc firstof
  • [ENH] #555 - adding symlink handling to the template loader and watcher processes
  • [ENH] #531 - Update app.conf.template
  • [ENH] #520 - Respect controller's Response.Status when action returns nil
  • [ENH] #519 - Link to issues
  • [ENH] #486 - Support for json compress
  • [ENH] #480 - Eq implementation in template.go still necessary ?
  • [ENH] #461 - Cron jobs not started until I pull a page
  • [ENH] #323 - disable session/set-cookie for Static.Serve()

Full list of commits