Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 9, 2018

This Pull Request updates dependency algoliasearch from v3.27.1 to v3.29.0

Note: This PR was created on a configured schedule ("every weekend" in timezone Europe/Paris) and will not receive updates outside those times.

Release Notes

v3.29.0

Compare Source

2018-06-20

  • FEAT(analytics): add API methods for AB testing
  • CHORE(parse): remove parse build, not needed.
    • You can just install and require('algoliasearch');

v3.28.0

Compare Source

2018-06-13

  • FEAT(cache): cache the requests instead of responses (#​694)

    If you pass _useRequestCache: true as an option to the client then the cache behaviour will change. If you launch two requests at the same time then only one request will be done while the two callbacks/promises will still be called/resolved.

    Previously, the client would have made two requests instead of one.

    This is implemented by filling the cache as soon as the request launches instead of waiting for the response to fill it.

  • FIX(parse): correct path to debug module (#​702)

    fixes parse build, weirdly webpack is not throwing when importing an
    unkown module using target node

  • TESTS: Make this CI green, fix unit and integration tests on every platform



This PR has been generated by Renovate Bot.

@renovate renovate bot force-pushed the renovate/algoliasearch-3.x branch 3 times, most recently from d5ef0be to 8c5cb6a Compare July 9, 2018 08:36
@renovate renovate bot force-pushed the renovate/algoliasearch-3.x branch from 8c5cb6a to 0828e73 Compare July 9, 2018 09:49
@francoischalifour francoischalifour merged commit 73f64f3 into master Jul 9, 2018
@francoischalifour francoischalifour deleted the renovate/algoliasearch-3.x branch July 9, 2018 12:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants