Releases: skroutz/cogy
Releases · skroutz/cogy
Cogy 0.6.0
Cogy 0.5.2
This is a bug fix release due to Cog 1.0.0.beta2.
It is backwards-compatible with previous Cog versions, but you'll get messy error reporting in Capistrano
if you havent yet upgraded Cog.
Fixed
- capistrano: Fix error handling with Cog 1.0.0.beta2 (98bc5a5)
Cogy 0.5.1
This release fixes a regression introduced in 0.5.0
Fixed
- Revert back to the old behavior in Capistrano tasks: we still have
to provide:cogy_endpoint
in them. (9f5bfb4)
Cogy 0.5.0 (First release of 2017)
This includes an enhancement which also is a breaking change for users of the Capistrano integration.
Changed
- The
COGY_BACKEND
env. variable is now shipped from Cogy, so you don't have
to set it in the Relays anymore (#37).
This has the side-effect ofCogy.cogy_endpoint
configuration being required
if you use the Capistrano tasks, since they use it instead of the old,
Capistrano-specific setting.
Cogy 0.4.0 (Christmas release)
This release requires the cogy-bundle to be at version 0.4.0 or later.
Changed
- The 'user' parameter no longer exists in the incoming request path (#60)
🎄
Enriched Cog environment info
This release requires the cogy-bundle to be at version 0.3.0 or later.
Changed
v0.2.1
JSON responses, templates & Capistrano integration
This release includes breaking changes.
Added
- Add Capistrano 2 & 3 integration (#13)
- Add support for defining Cog Templates (#3)
- Add support for returning JSON to Cog (#3)
- Arguments can also be accessed by their names (#53)
Changed
- Bundle-related configuration is now grouped together (#41)
Fixed
- Cog arguments are now ordered properly (8a550)
Command option validations, Rails 4.2 support
v0.1.0
Breaking changes:
- No parameters are yielded to command blocks
anymore. Instead you have to use the "magic" methods#args
,#opts
,
#handle
and#env
from now on (#38)
New features:
- Added support for custom helper methods (#36)
- Added Rails install & config generators (#4)
- Make Rails path/url helpers available inside commands (#40)
- Make Cogy environment available to the application (#35)
Full list at at https://github.com/skroutz/cogy/milestone/1?closed=1