File tree Expand file tree Collapse file tree 6 files changed +7
-5
lines changed
Expand file tree Collapse file tree 6 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ my %module_build_args = (
1818 " =over 4"
1919 ],
2020 " dist_name" => " Catmandu-Store-OpenSearch" ,
21- " dist_version" => " 0.02 " ,
21+ " dist_version" => " 0.03 " ,
2222 " license" => " perl" ,
2323 " module_name" => " Catmandu::Store::OpenSearch" ,
2424 " recommends" => {
Original file line number Diff line number Diff line change 11Revision history for Catmandu::Store::OpenSearch
22
33{{$NEXT}}
4+
5+ 0.03 2024-08-23 18:23:26 CEST
46 - use bag->buffer_size in generator for bag and searcher like it was for elasticsearch
57
680.02 2024-08-22 16:56:56 CEST
Original file line number Diff line number Diff line change 11package Catmandu::Store::OpenSearch ;
22
3- our $VERSION = ' 0.02 ' ;
3+ our $VERSION = ' 0.03 ' ;
44
55use Catmandu::Sane;
66use Catmandu::Util qw( :is) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package Catmandu::Store::OpenSearch::Bag;
22
33use Catmandu::Sane;
44
5- our $VERSION = ' 0.02 ' ;
5+ our $VERSION = ' 0.03 ' ;
66
77use Catmandu::Hits;
88use Cpanel::JSON::XS qw( encode_json decode_json) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package Catmandu::Store::OpenSearch::CQL;
22
33use Catmandu::Sane;
44
5- our $VERSION = ' 0.02 ' ;
5+ our $VERSION = ' 0.03 ' ;
66
77use Catmandu::Util qw( require_package trim) ;
88use CQL::Parser;
Original file line number Diff line number Diff line change 11package Catmandu::Store::OpenSearch::Searcher ;
22
3- our $VERSION = ' 0.02 ' ;
3+ our $VERSION = ' 0.03 ' ;
44
55use Catmandu::Sane;
66use Moo;
You can’t perform that action at this time.
0 commit comments