MetaCPAN-Client

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

            * More ES 8 related fixes (Mickey, GH#133)
            * Updated scripts in examples/ (Mickey, GH#133)

2.036000    07.01.26
            * Fix es_filter to merge into query (haarg, GH#132)

2.035000    07.01.26
            * Fix a compatibility issue for ES 8 in scroller setting (Mickey, GH#131)

2.034000    03.12.25
            * Add distribution to list of known fields in DownloadURL response (Mark Gallagher, #129)

2.033000    25.11.24
            * Remove backpan_directory option (Leo Lapworth, GH#127)

2.032000    15.05.24
            * Fix scroller issues (haarg, GH#123)
            * Removed rating fetching (haarg, GH#124)
            * Fix example script (Mickey)

2.031001    11.03.24
            * Show a real error for internal errors (haarg)

2.031000    31.10.23
            * Fix reverse-dependencies distributions check (Mickey)
            * 'use Data::Printer' instead of shortened 'use DDP' (Mickey)

2.030000    22.08.22
            * Set verify_SSL=>1 for default HTTP::Tiny user agent (Stig Palmquist, GH#113)
            * Updated docs (Dave Rolsky, GH#111)

2.029000    20.12.20
            * Added checksum_sha256 & checksum_md5 fields support (stigo, GH#110)
            * Cleanup old files (Mickey)

2.028000    24.8.20
            * Support specific versions in download_url (Nicolas R (atoomic), GH#107)

2.027000    11.8.20
            * Run Travis tests with more Perls (Olaf Alders, GH#102)

2.026000    14.3.19
            * Added (back, syntax modified for ES2.x) example script
              top20_favorites (Mickey)
            * Updated SYNOPSIS for Favorite (Mickey, Olaf Alders)
            * Fixed link to Search Spec (Renee Baecker, GH#101)
            * Fixed typo in error message (Johann Rolschewski, GH#100)

2.025000    22.4.18
            * Added support for the new 'cover' index - cpancover.org info (Mickey)

2.024000    20.4.18
            * Fix warning on a JSON::PP::Boolean check (Mickey)

2.023000    26.1.18
            * Support the new 'deprecated' field in File and Release types (Mickey)

2.022000    3.1.18
            * Allow user-defined target classes in ResultSet (Kent Fredric, Sawyer)
            * Added test for reverse dependencies (Sawyer)
            * Switched ref() checks to Ref::Util::is_ref (Mickey)

2.021000    18.11.17
            * Scroller fix for page skipping (Thomas Sibley)
            * Sorting in scrolled searches (Thomas Sibley)
            * Type check cleanup (Thomas Sibley)

2.020000    17.11.17
            * Added support for /search/autocomplete/suggest (Mickey)

2.019000    16.11.17
            * Added 'package' type support for scrolled searches (Mickey)

2.018000    16.10.17
            * Fix fetch URL (Mickey, GH#92)
            * Removed critic author test (Mickey)

2.017000    25.6.17
            * reverse_dependencies: update link to new API endpoint (Mickey, GH#89)

2.016000    7.6.17
            * Support CSV field list in 'all' requests (Mickey, GH#87)

2.015000    14.5.17
            * Added 'main_module' field to the Release object (Mickey)
            * Updated doc (Matthew Horsfall, GH#85)

2.014000    12.5.17
            * Fixed single-value case for expected arrayref (Mickey, GH#84)
            * Added support for new release/contributors endpoint (Mickey)

2.013001    12.5.17
            * Updated endpoint name following API change (Mickey)

2.013000    9.5.17
            * Added support for new 'packages' type (Mickey)

2.012000    27.4.17
            * Fixed 'email' field handling in Author objects (Mickey, GH#83)

2.011000    18.4.17
            * Added support for scroller time/size params (Mickey)
            * Removed warning of scroller deletion failure (Mickey, GH#81)

2.010000    3.4.17
            * Added support for new 'permission' type (Mickey)

2.009001    29.3.17
            * Use Test::Needs to force a minimum
              WWW::Mechanize::Cached version (Olaf Alders, GH#76)

2.009000    24.3.17
            * Bump WWW::Mechanize::Cached version to 1.50 (Olaf Alders, GH#76)
            * Require LWP::Protocol::https in tests (Mickey, GH#79)
            * Added 'changes' method for Release objects (Mickey, GH#57)
            * Cleaner URLs - removed redundant slashes and 'v1' (Mickey)
            * Created a role for user-agent handling for reuse (Mickey)

2.008001    23.3.17
            * Fixed a test (Mickey)

2.008000    22.3.17
            * Added metacpan_url method to the entity objects
              (Mickey, #GH69)

2.007000    8.3.17
            * Update tests for newer Perl versions, to run without
              '.' in @INC (Sawyer X, GH#72)

2.006000    24.2.17
            * Support '_source' filtering (Mickey, GH#70)
            * Support debug-mode for detailed error messages (Mickey)

2.005000    13.2.17
            * Added the ascii_name and perlmongers fields to the Author object
              (Dave Rolsky, GH #66)
            * Fixed Author->dir to actually return something (Dave Rolsky, GH
              #66)

2.004000    30.12.16
            * Speed up own scroller (Mickey)
            * Fixed rev_deps (Mickey)

2.004000-TRIAL 24.12.16
            * Removed dependency: Search::Elasticsearch
              in favor of an internal scroller (Mickey)
            * Added Types class for 'isa' checks (Mickey)

2.003000    19.12.16
            * Escaped query to autocomplete (Mickey)
            * Removed dependency: Try::Tiny (Mickey)

2.002000    14.12.16
            * Support 'autocomplete' endpoint (Mickey)

2.001000    08.12.16
            * Distribution: added 'rt' & 'github' methods (Mickey)
            * Use Ref::Util for ref checks (Mickey)

2.000000    18.11.16
            * Major version: v1 full support
              - removed support and default settings for v0
              - corrected domain, base_url setting, using clientinfo
              - code/tests updates and cleanup
              (Mickey, Brad Lhotsky)
            * Pinned Search::Elasticsearch version to 2.03 (Mickey)
            * Use @Starter in dist.ini + cpanfile cleanup (Grinnz)

1.028003    23.10.16
            * Removed AutoPrereqs from dist.ini (Mickey)

1.028002    23.10.16
            * GH #53 a few small dist.ini tweaks (Karen Etheridge)
            * Even more dist.ini tweaks (Mickey, thanks to Grinnz)

1.028001    22.10.16
            * GH #51 Adds eumm_version to dist.ini (Olaf Alders)
            * GH #52 Stop excluding cpanfile from being copied to
              build (Olaf Alders)

1.028000    21.10.16
            * GH #50 Remove hard-deps for HTTP::Tiny::Mech and
              WWW::Mechanize::Cached (Paul Howarth)
            * dist.ini: don't automatically update cpanfile (Mickey)

1.027000    20.10.16
            * GH #49 Convert values of JSON::PP::Boolean objects in output
              so they are not skipped when expeting scalars (Mickey)

1.026001    19.10.16
            * Fixed version range for Search::Elasticsearch (Mickey)

1.026000    19.10.16
            * Moved distini prereqs to cpanfile (Mickey)
            * Limit Search::Elasticsearch version to 2.02 (Mickey)
            * Updated docs (Thomas Sibley)

1.025000    30.8.16
            * Added some version requirements to improve SSL over
              HTTP::Tiny (Mickey)
            * Added default values for distribution keys with no content
              (Mickey, per Tux request)

1.024000    28.08.16
            * Try to fetch clientinfo from https://clientinfo.metacpan.org
              to get default production version (Mickey)

1.023000    27.08.16
            * Added support for version by env METACPAN_VERSION (Mickey)
            * Added tests for version argument (Mickey)

1.022003    06.08.16
            * Fixed a warning in $file->pod (Mickey)

1.022002    06.08.16
            * Added LWP::Protocol::https as test dependency (Mickey)

1.022001    05.08.16



( run in 1.007 second using v1.01-cache-2.11-cpan-39bf76dae61 )