Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

[Snyk] Upgrade meilisearch from 0.14.0 to 0.18.1 #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade meilisearch from 0.14.0 to 0.18.1.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 9 versions ahead of your current version.
  • The recommended version was released a month ago, on 2021-02-10.
Release notes
Package name: meilisearch
  • 0.18.1 - 2021-02-10

    Changes

    Thanks again to @ bidoubiwa, @ curquiza, and @ react-learner! 🎉

  • 0.18.0 - 2021-01-26

    Changes

    • Upgrade typescript dependency from 3.9.7 to 4.1.3 (#766)

    Breaking changes ⚠️

    We have changed how you import MeiliSearch-js in your project. Before this release, the import of MeiliSearch was only possible in default mode: import MeiliSearch from 'meilisearch'

    New usage

    ES:

    import { MeiliSearch } from 'meilisearch' // ES
    

    const client = new MeiliSearch(..)

    Node

    const { MeiliSearch } = require('meilisearch') // Node
    

    const client = new MeiliSearch(..)

    Typescript usage

    import { MeiliSearch, SearchResponse } from 'meilisearch' // ES
    

    // SearchResponse

    Thanks again to @ bidoubiwa, @ curquiza! 🎉

  • 0.17.1 - 2021-01-18

    Changes

    • Fix facetsDistribution type on SearchResponse (#738) @ Nick-Mazuk
    • Fix double slash error and refactor api routes (#731) @ bidoubiwa
    • Update dependencies and fix vulnerabilities

    This release is compatible with the new release of MeiliSearch with no breaking changes.
    Thanks again to @ Nick-Mazuk, @ bidoubiwa! 🎉

  • 0.17.0 - 2020-12-30

    Changes

    • Introduction of the index() method that replaces getIndex(). getIndex() is still available but does HTTP call, so this should be only used to fetch information from the MeiliSearch instance. See our Getting Started to use this package the right way (#715) @ bidoubiwa
    • Add a new attribute in the Index class: primaryKey. You can now use client.getIndex('books').primarykey to access the primary key of your index (#715) @ bidoubiwa
    • client.updateIndex() lets you update an index without having to use the Index class (#715) @ bidoubiwa
    • client.deleteIndex() lets you delete an index without having to use the Index class (#715) @ bidoubiwa
    • index.fetchInfo() returns the same instance with updated information found in MeiliSearch (#715) @ bidoubiwa
    • Static Index.create() creates an index in MeiliSearch (#715) @ bidoubiwa
    • Update dependencies

    Breaking changes ⚠️

    • getIndex() is still present but does an HTTP call. This method should be only used to fetch information from the MeiliSearch instance, not to manipulate an Index object in your code base. Use index() instead. See our Getting Started to be sure using this SDK the most optimized way (#715) @ bidoubiwa
    • index.updateIndex() is now called index.update() and now returns an Index object instead of the JSON response of MeiliSearch (#715) @ bidoubiwa
    • index.deleteIndex() is now called index.delete() (#715) @ bidoubiwa
    • index.show() is now called index.getRawInfo() (#715) @ bidoubiwa
    • client.getOrCreateIndex() now does at least one HTTP call (and two sometimes) (#715) @ bidoubiwa

    Thanks again to @ bidoubiwa, @ curquiza, and @ eskombro ! 🎉

  • 0.16.1 - 2020-11-12

    Changes

    • Add exhaustiveNbHits to SearchResponse (#688) @ bb

    Thanks again to @ bb, and @ bidoubiwa! 🎉

  • 0.16.0 - 2020-11-04

    Changes

    This package is ready to be used with a MeiliSearch v0.16.0 instance.

    Breaking changes ⚠️

  • 0.15.0 - 2020-10-29
    Read more
  • 0.14.2 - 2020-10-15

    Changes

    • Resolve path removal of host url (#628) @ bidoubiwa :
      Fixes problem where additional sub-routes in host address was ignored,
      for example: Given this address as a host "http://localhost:7700/api", the /api will not be ignored anymore.

    Thanks again to Janne Keiski and @ bidoubiwa ! 🎉

  • 0.14.1 - 2020-10-14
    Read more
  • 0.14.0 - 2020-09-22
    Read more
from meilisearch GitHub release notes
Commit messages
Package name: meilisearch
  • 6520ad9 Merge #792
  • f8f2198 Update version in package.json for the next release (v0.18.1)
  • ec61242 Merge #791
  • c912bad Fixes wrong key route
  • ca723ac Merge #786
  • b132541 Merge #781
  • 8079a92 Update tests/typed_search_tests.ts
  • 029b5ce Apply suggestions from code review
  • a7995ca Update types
  • e336435 Merge #788
  • 722bac0 Merge #789
  • a1b64b1 build(deps-dev): bump @ types/prettier from 2.1.6 to 2.2.0
  • e561dc9 build(deps-dev): bump eslint-plugin-jsdoc from 31.6.0 to 31.6.1
  • e8d8506 Merge #787
  • 6fc5f85 Update CONTRIBUTING.md
  • 32b3114 Update README.md
  • 969c2a7 Merge #785
  • 2229103 Update README.md
  • a2e56c0 Merge #775 #777 #778
  • 4e8cd33 Merge #774
  • 03eabf1 build(deps-dev): bump eslint-plugin-jsdoc from 31.3.3 to 31.6.0
  • dde0129 build(deps-dev): bump @ rollup/plugin-commonjs from 17.0.0 to 17.1.0
  • 7bc6be6 build(deps-dev): bump eslint from 7.18.0 to 7.19.0
  • 194f9cf build(deps-dev): bump ts-jest from 26.4.4 to 26.5.0

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

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.

1 participant