Skip to content

Releases: operable/go-relay

1.0.2

21 Jun 21:09
ab7647a
Compare
Choose a tag to compare

Bug Fixes

1.0.1

17 May 02:29
Compare
Choose a tag to compare

Bug Fixes

  • Circuit driver can be pulled when using private repo - #82
  • Private repos are pulled when using the --dev flag

Cog 0.14.0

20 Sep 18:18
Compare
Choose a tag to compare
Cog 0.14.0 Pre-release
Pre-release

Enhancements

  • New Template Engine #876
    • Cog's previous Mustache-based template engine, fumanchu, has been deprecated and replaced
      by greenbar. The combination of Cog's new chat API (released in 0.13) and Greenbar allows
      Cog to render a single template across multiple providers and preserve the majority of formatting.
  • Added a -dev flag to Relay's CLI #950
    • We've added a development mode to Relay to simplify bundle development. Starting a Relay with -dev causes Relay to
      re-pull any Docker images associated with installed command bundles on each pipeline execution. This should simplify
      iterating command development.
  • Improved presentation of bundle and command help #658
  • Introduced new bundle config version 4 which adds documentation structure
    used by help command and reorganized template definitions. Also bundle
    descriptions are now required. spanner #76

Bug Fixes

  • Return better error message for invalid dynamic configurations #867
  • Update Docker installation documentation #932
  • Documented Relay's backoff & retry behavior when disconnected #935

Cog 0.11.0

20 Jul 18:36
Compare
Choose a tag to compare
Cog 0.11.0 Pre-release
Pre-release

Enhancements

  • Sign ups for the Hosted Cog beta test have opened.
  • Mount user-defined directories into commands' Docker containers #838 (requested by George Adams)
  • Use override file to customize Cog's docker-compose configuration #843 (contributed by Brian Stolz)

Bug Fixes

  • Restore cogctl's SSL support #853
  • Substring match to detect bot mentions can yield false positives #855
  • Hangs encountered when managed dynamic configuration is enabled #861

Relay 0.7.0 Alpha1

19 May 15:11
Compare
Choose a tag to compare
Relay 0.7.0 Alpha1 Pre-release
Pre-release

This is the first preview build of what will become Relay 0.7.0. We're actively looking for volunteers to kick the tires and report any breakage.

WARNING: Bugs are highly likely in this release despite our best attempts to squash them. Do not use this release if you're uncomfortable testing alpha quality software.

  • Significant clean up and refactoring of internals
  • Fully configurable via defaults and environment variables. relay.conf is optional for the majority of users.
  • Fixed race condition where bundle catalog updates could overlap which confused Relay
  • Fixed race condition in Relay's internal work queue discovered by Go's race detector

NOTE: This build has been tested against Cog 0.6.0 only.

Cog 0.6.0

13 May 16:43
Compare
Choose a tag to compare
Cog 0.6.0 Pre-release
Pre-release

See Cog's CHANGELOG for details.

Relay 0.5

04 May 20:51
Compare
Choose a tag to compare
Relay 0.5 Pre-release
Pre-release
0.5.0

Adjust Docker image vsn for release

0.4.0 Alpha

11 Apr 14:29
Compare
Choose a tag to compare
0.4.0 Alpha Pre-release
Pre-release

Early preview of Cog's new Relay written in Golang featuring Docker integration. See this for information on configuring go-relay.