Skip to content

Commit

Permalink
Update CHANGELOG to prepare for 2.5.0 release (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaricftw authored Jan 19, 2018
1 parent 7ccdc9b commit 79d79e3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# Changelog

## v2.6.0 (unreleased)
- Add encoding package which contains basic implementations of json and gob encoding
- Fallback connector fixes, including always return all results as pointers and only writing to fallback when origin succeeds

## v2.5.0 (unreleased)

- Coming Soon

## v2.5.0 (2018-01-19)
- Fix memory connector bugs in remove API (#278) and findInsertionPoint (#276)
- Exposed GetRegistrar() API in client (#272)
- Implement multiread for dosa client (#270, #274)
- Add encoding package which contains basic implementations of json and gob encoding (#267)
- Fallback connector fixes, including always return all results as pointers and only writing to fallback when origin succeeds (#264, #266, #271)
- Fix the `check` schema command in CLI, which can be used to check whether a new entity can be upserted or not (#247, #268)
- Make scope name required for CLI schema commands, to avoid accidental access of unintended scope and misleading error message (#251)
- Obtain redis connector success rate (#253)
- Better error handling in yarpc connector (#258) and routing connector (#259)
- Better error message for malformed entity tag (#260)

## v2.4.0 (2017-11-28)

- Added new "Routing Connector" allowing for a connector that forwards requests to one of several other connectors (#210 & #222)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
package dosa

// VERSION indicates the dosa client version
const VERSION = "2.4.0-dev"
const VERSION = "2.5.0"

0 comments on commit 79d79e3

Please sign in to comment.