forked from crate/elasticsearch-inout-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
67 lines (38 loc) · 1.35 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
======================================
Changes for Elasticsearch InOut Plugin
======================================
Unreleased
==========
- elasticsearch 0.90.3 compatibility.
NOTE: This is incompatible with 0.90.2 or other earlier versions of
elasticsearch
2013/07/08 0.5.0
================
- fixed tests due to platform differences
- elasticsearch 0.90.2 compatibility
2013/06/10 0.4.0
================
- elasticsearch 0.90.1 compatibility
- added support for nested in-fields on search_into
2013/05/15 0.3.0
================
- added reindex endpoint
- added cross cluster support for _search_into endpoint
- added settings and mappings parameters to import endpoint
- updated elasticsearch to 0.90.0
- added _restore endpoint
- added settings and mappings parameters to export endpoint
- added _dump endpoint
- added file_pattern parameter to import endpoint
- support for relative paths on export and import
- renamed 'node' in export output to 'node_id'
2013/05/01 0.2.0
================
- added gzip compression flag to uncompress import files
- added basic _import endpoints with node distribution
- added support for _ttl and _timestamp fields
- added support for _version field
- added gzip parameter to export (output_file and output_cmd)
2013/04/19 0.1.0
================
- Basic implementation of _export endpoint