Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyen committed Apr 27, 2015
1 parent c05f587 commit 38af166
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# v0.0.4

- build: releases have new naming pattern: cbft-VERSION.platform.gz
- web-UI: added confirm() to index manage buttons
- web-UI: JSON parsing error handling improved
- web-UI: redirect index.html to the web UI start page
- web-UI: store field is hidden/advanced by default
- web-UI: index definition JSON is hidden by default
- web-UI: source params is now hidden/advanced by default
- web-UI: source UUID is now hidden/advanced by default
- web-UI: prepopulates authUser for couchbase source type
- web-UI: added help links to docs and forums
- REST-API: index creation can take JSON body of index definition
- REST-API: /api/runtime/stats added currTime
- general: creates data directory if user is using "data" as default
- general: exits if we're unregistering the cbft node
- general: default for MaxPartitionsPerPIndex is now 20
- general: now errors and exits if node's uuid is already in use in cluster
- general: requires real IP for bindHttp when using couchbase bucket cfg
- general: default bindHttp address is now 0.0.0.0:8095
- general: set GOMAXPROCS to num cpu's if not already
- docs: lots more content, updates, including cmd-line usage capture
- docs: explicit mention of couchbase 3.x verison in usage string
- docs: added README-dev, including section on contributing code

# v0.0.3

- web-UI: index monitoring UI improvements, including hiding advanced.
Expand Down
2 changes: 1 addition & 1 deletion cmd/cbft/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (
"github.com/couchbaselabs/cbft"
)

var VERSION = "v0.0.3"
var VERSION = "v0.0.4"

var expvars = expvar.NewMap("stats")

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: cbft Technical Documentation (0.0 DP)
site_name: cbft Technical Documentation (v0.0 DP)

pages:
- ['index.md', 'Home']
Expand Down

0 comments on commit 38af166

Please sign in to comment.