Skip to content

Releases: skroutz/cogy

Cogy 0.6.0

31 May 11:53
Compare
Choose a tag to compare

This is a backwards-compatible release.

Added

  • Support for Rails 5. (#63)

Cogy 0.5.2

27 Jan 14:50
Compare
Choose a tag to compare

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

25 Jan 13:10
Compare
Choose a tag to compare

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)

25 Jan 11:54
Compare
Choose a tag to compare

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 of Cogy.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)

05 Dec 10:02
Compare
Choose a tag to compare

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

29 Nov 13:30
Compare
Choose a tag to compare

This release requires the cogy-bundle to be at version 0.3.0 or later.

Changed

  • The incoming request from the Relay is now a POST (#25)
  • The complete Relay environment is now available as-is using the env helper
    inside commands (#26)

v0.2.1

28 Nov 15:53
Compare
Choose a tag to compare

You're only affected by this release if you're using the Capistrano 2 integration.

Changed

  • Capistrano 2 task is no longer hooked automatically (65353)

JSON responses, templates & Capistrano integration

28 Nov 12:40
Compare
Choose a tag to compare

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

25 Nov 10:22
Compare
Choose a tag to compare

Added

  • Everything in the Rails 4.2 series is now supported (#47)

Changed

  • Command options are now validated when initializing a command (#48)

v0.1.0

22 Nov 11:56
Compare
Choose a tag to compare

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