[changelog] added info about 3.0 release, fixes #163
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
# elasticsearch-js changelog
|
||||
|
||||
## 3.0 (Nov 7 2014)
|
||||
- Added apiVersion `"1.4"`, which is now the default
|
||||
- Improved parsing of `host:` strings, [examples in the tests](https://github.com/elasticsearch/elasticsearch-js/blob/165b7d7986b2184b2e4b73d33bf5803e61ce7a54/test/unit/specs/host.js#L71-L92)
|
||||
- The Angular version of the client now uses `angular.toJson()` ([1.2](https://code.angularjs.org/1.2.27/docs/api/ng/function/angular.toJson), [1.3](https://code.angularjs.org/1.3.5/docs/api/ng/function/angular.toJson)) to serialize requests, override with `serializer: "json"`
|
||||
|
||||
## 2.4 (Jul 30 2014)
|
||||
- Added apiVersion `"1.3"`, which is now the default
|
||||
- Angular connector (when used with Basic Auth) no longer modifies Angular's default headers.
|
||||
|
||||
Reference in New Issue
Block a user