pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Search-Elasticsearch Update to 1.20



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f85b7b8be6d4
branches:  trunk
changeset: 652044:f85b7b8be6d4
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat May 23 01:01:09 2015 +0000

description:
Update to 1.20
--------------
1.20    2015-05-17
        Deprecated:
        * Search::Elasticsearch::Client::Direct in favour of
          Search::Elasticsearch::Client::1_0::Direct

        New features:
        * Added support for structured JSON exceptions in Elasticsearch 2.0
        * Added support for plugins
        * Added Search::Elasticsearch::Client::2_0::Direct for the upcoming
          Elasticsearch 2.0 with these changes:
            * removed delete_by_query()
            * removed termvector()
            * removed indices.delete_mapping()
            * removed nodes.shutdown()
            * removed indices.status()
            * added terminate_after param to search()
            * added dfs param to termvectors()
            * removed filter_keys param from indices.clear_cache()
            * removed full param from indices.flush()
            * removed force param from indics.optmize()
            * removed replication param from all CRUD methods
            * removed mlt() method

        Bug fix:
        * The bulk buffer was being cleared on a NoNodes exception

        Added class:
        Added methods:
        * field_stats()

        Added params:
        * allow_no_indices, expand_wildcards, ignore_unavailable to cluster.state()
        * fielddata_fields to search()
        * master_timeout to indices.get_template() and indices.exists_template()
        * detect_noop to update()
        * only_ancient_segments to upgrade()
        * analyze_wildcards, analyzer, default_operator, df, lenient, lowercase_expanded_terms,
          and q to count(), search_exists() and indices.validate_query()

        Removed methods:
        * benchmark.* - never released in Elasticsearch

        Also:
        * arrays of enum query string params are now flattened as CSV
        * enum expand_wildcards also accepts: none, all
        * Search::Elasticsearch is no longer a Moo class
        * Updated elasticsearch.org URLs to use elastic.co instead
        * the request body is retained in exceptions
        * upgraded Hijk to 0.20

diffstat:

 devel/p5-Search-Elasticsearch/Makefile |  4 ++--
 devel/p5-Search-Elasticsearch/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 28662d170dd1 -r f85b7b8be6d4 devel/p5-Search-Elasticsearch/Makefile
--- a/devel/p5-Search-Elasticsearch/Makefile    Sat May 23 00:35:28 2015 +0000
+++ b/devel/p5-Search-Elasticsearch/Makefile    Sat May 23 01:01:09 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2015/05/09 23:12:20 mef Exp $
+# $NetBSD: Makefile,v 1.3 2015/05/23 01:01:09 mef Exp $
 
-DISTNAME=      Search-Elasticsearch-1.19
+DISTNAME=      Search-Elasticsearch-1.20
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  https://cpan.metacpan.org/authors/id/D/DR/DRTECH/
diff -r 28662d170dd1 -r f85b7b8be6d4 devel/p5-Search-Elasticsearch/distinfo
--- a/devel/p5-Search-Elasticsearch/distinfo    Sat May 23 00:35:28 2015 +0000
+++ b/devel/p5-Search-Elasticsearch/distinfo    Sat May 23 01:01:09 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2015/04/30 04:24:41 mef Exp $
+$NetBSD: distinfo,v 1.2 2015/05/23 01:01:09 mef Exp $
 
-SHA1 (Search-Elasticsearch-1.19.tar.gz) = 87dd77ae9dbca70d8f01f361f671ca30c0183f90
-RMD160 (Search-Elasticsearch-1.19.tar.gz) = 101f0c6c8010d97dcd1f58796e9b72bb8c733ae5
-Size (Search-Elasticsearch-1.19.tar.gz) = 116143 bytes
+SHA1 (Search-Elasticsearch-1.20.tar.gz) = 641dd1d8c5510758284e76fcfb6e7e0cee3ac9a9
+RMD160 (Search-Elasticsearch-1.20.tar.gz) = df4aab13a106592020f1bacaea540f0465450656
+Size (Search-Elasticsearch-1.20.tar.gz) = 137234 bytes



Home | Main Index | Thread Index | Old Index