Skip to content

centrifugo-8.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jun 19:11
· 54 commits to master since this release
997bdcf

Centrifugo is a scalable real-time messaging server in language-agnostic way.

In v8 version we are fixing an inconsistency in existingSecret option names reported in #33.

So, in existingSecret:

  • admin_password -> adminPassword
  • admin_secret -> adminSecret
  • token_hmac_secret_key -> tokenHmacSecretKey
  • api_key -> apiKey
  • grpc_api_key -> grpcApiKey
  • redis_address -> redisAddress
  • redis_password -> redisPassword
  • redis_sentinel_password -> redisSentinelPassword
  • nats_url -> natsUrl