Skip to content

Commit 63558af

Browse files
committed
bumped version for cran push, updated news and cran comments
1 parent ac72736 commit 63558af

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Description: Connect to 'Elasticsearch', a 'NoSQL' database built on the 'Java'
88
requests. In addition, 'elastic' provides functions for interacting with 'APIs'
99
for 'indices', documents, nodes, clusters, an interface to the cat 'API', and
1010
more.
11-
Version: 0.7.3.9100
11+
Version: 0.7.4
1212
License: MIT + file LICENSE
1313
Authors@R: person("Scott", "Chamberlain", role = c("aut", "cre"),
1414
email = "[email protected]")

NEWS.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
elastic 0.7.4
2+
=============
3+
4+
### NEW FEATURES
5+
6+
* package gains new set of functions for working with search templates:
7+
`Search_template()`, `Search_template_register()`, `Search_template_get()`,
8+
`Search_template_delete()`, and `Search_template_render()` (#101)
9+
10+
### MINOR IMPROVEMENTS
11+
12+
* Improved documentation for `docs_delete`, `docs_get` and `docs_create`
13+
to list correctly that numeric and character values are accepted for
14+
the id parameter - before stated that numeric values allowed only (#144)
15+
thanks @dominoFire
16+
* Added tests for illegal characters in index names.
17+
18+
### BUG FIXES
19+
20+
* Fixed bug introduced into `Search` and related functions where
21+
wildcards in indeces didn't work. Turned out we url escaped twice
22+
unintentionally. Fixed now, and more tests added for wildcards.
23+
(#143) thanks @martijnvanbeers
24+
125
elastic 0.7.2
226
=============
327

cran-comments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ License components with restrictions and base license permitting such:
2020

2121
-------
2222

23-
This version includes an important bug fix, and a minor improvement
24-
to improve result consistency for a S3 method.
23+
This version includes new suite of functions for an Elasticsearch feature,
24+
a bug fix, more tests, and a documentation improvement.
2525

2626
Thanks!
2727
Scott Chamberlain

0 commit comments

Comments
 (0)