Goliath v1.0.0 Release Notes

Release Date: 2012-08-11 // over 11 years ago
    • Improved WebSocket handling
    • New Coerce middleware to simplify query & post body processing
    • Improved exception logging: full logging in dev, limited in prod mode
    • Exception messages are now returned on 500's (instead of fixed message)
    • Can specify custom logger for spec output
    • Signal handling fixes for Windows
    • HeartBeat middleware accepts :no_log => true
    • Can specify own log_block to customize logging output
    • Added support for PATCH and OPTIONS http methods
    • Load plugins in test server by default
    • Allow arbitrary runtime environments
    • New Goliath.env? method to detect current environment
    • cleanup of spec helpers
    • many small bugfixes...

    • All query params are now strings, symbol access is removed

    • Validation middleware no longer defaults to "id" for key - specify own

    • Router is removed in 1.0 - discussion on Google group