Skip to content

Multi-Read API and CLI schema check fix

Compare
Choose a tag to compare
@jaricftw jaricftw released this 19 Jan 20:42
· 176 commits to master since this release
79d79e3
  • [Improvement] Fix memory connector bugs in remove API (#278) and findInsertionPoint (#276)
  • [Feature] Exposed GetRegistrar() API in client (#272)
  • [Feature] Implement MultiRead for dosa client (#270, #274)
  • [Improvement] Add encoding package which contains basic implementations of json and gob encoding (#267)
  • [Improvement] Fallback connector fixes, including always return all results as pointers and only writing to fallback when origin succeeds (#264, #266, #271)
  • [Improvement] Fix the check schema command in CLI, which can be used to check whether a new entity can be upserted or not (#247, #268)
  • [Breaking] Make scope name required for CLI schema commands, to avoid accidental access of unintended scope and misleading error message (#251)
  • [Improvement] Obtain redis connector success rate (#253)
  • [Improvement] Better error handling in yarpc connector (#258) and routing connector (#259)
  • [Improvement] Better error message for malformed entity tag (#260)