Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

44 lines (35 loc) · 1.7 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.5 - 2021-08-30

Fixed

  • Allow the alias relation ... to be implicitly defined.

0.1.4 - 2021-08-18

Fixed

  • Bug with cross namespace config snapshots not being uniquely stored per namespace within the context.

0.1.3 - 2021-07-09

Removed

  • google.protobuf.FieldMask option in the ListRelationTuples RPC. We can re-introduce it later if needed.

0.1.2 - 2021-06-28

Added

  • gRPC Health Checking

0.1.1 - 2021-06-25

Added

  • RPC input request validation

0.1.0 - 2021-06-18

Added

  • Initial WriteService, ReadService, CheckService, and ExpandService implementations
  • Namespace config API and continuous namespace config snapshot monitoring
  • Gossip based clustering and consistent hashing with bounded load-balancing for Check RPCs
  • gRPC or HTTP/JSON (or both) API interfaces
  • Kubernetes Helm chart