5 Commits

Author SHA1 Message Date
Daniel Mitterdorfer
aece89d6a1 Make boolean conversion strict ()
This PR removes all leniency in the conversion of Strings to booleans: "true"
is converted to the boolean value `true`, "false" is converted to the boolean
value `false`. Everything else raises an error.
2017-01-19 07:59:18 +01:00
Tim Brooks
16a76d9bc0 Remove blocking TCP clients and servers ()
This commit removes the option to use the blocking variants of the TCP
transport server, TCP transport client, or http server.
2017-01-16 18:38:51 -06:00
Adrien Grand
c5b9c98b99 Remove the default store type. ()
It used to be a hybrid store between `niofs` and `mmapfs`, which we removed when
we switched to `fs` by default (which is `mmapfs` on 64-bits systems).
2016-11-30 15:33:26 +01:00
Adrien Grand
c7fc688096 Add information about the removal of store throttling to the migration guide.
Relates to 
2016-11-21 15:03:07 +01:00
Igor Motov
a541f0187d Docs: add documentation about removal of cluster.routing.allocation.snapshot.relocation_enabled 2016-10-20 14:19:12 -10:00