Update version for the next release (v0.50.0) #1920
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is auto-generated.
The automated script updates the version of meilisearch-js to a new version: "v0.50.0"
👇 CHANGELOG BELOW
This release adds new features related to Meilisearch 1.14.
HttpRequests
(ImproveHttpRequests
#1741) @flevi29Important
The Meilisearch class now accepts a
requestInit
parameter instead ofrequestConfig
. Parameters ofrequestInit
are the same, except it no longer acceptssignal
.TaskClient
,BatchClient
and associated types (ImproveTaskClient
,BatchClient
and associated types #1825) @flevi29Important
TaskClient
is no longer exported, use it through the Meilisearch classtasks
property (e.g.client.tasks
) or Index class (e.g.client.index('index').tasks
)Batch
,EnqueuedTask
, andTask
are no longer classes (the types are still exported)Batch
,EnqueuedTask
, andTask
are now string. They can be converted to date using i.e.new Date(string)
MeiliSearchTimeOutError
toMeiliSearchRequestTimeOutError
🚀 Enhancements
TaskClient
,BatchClient
and associated types (ImproveTaskClient
,BatchClient
and associated types #1825) @flevi29🐛 Bug Fixes
HttpRequests
(ImproveHttpRequests
#1741) @flevi29HttpRequests
issue where timeout errors sometimes weren't properly thrown (Remove custom TypeScript ESLint rules and adapt code, fixHttpRequests
issue where timeout errors sometimes weren't properly thrown #1749) @BarabasbalazsTaskClient
,BatchClient
and associated types (ImproveTaskClient
,BatchClient
and associated types #1825) @flevi29⚙️ Maintenance/misc
HttpRequests
(ImproveHttpRequests
#1741) @flevi29husky
and configurelint-staged
(Addhusky
and configurelint-staged
#1861) @flevi29package.json
"repository"
field (Fixpackage.json
"repository"
field #1865) @flevi29HttpRequests
issue where timeout errors sometimes weren't properly thrown (Remove custom TypeScript ESLint rules and adapt code, fixHttpRequests
issue where timeout errors sometimes weren't properly thrown #1749) @BarabasbalazsTaskClient
,BatchClient
and associated types (ImproveTaskClient
,BatchClient
and associated types #1825) @flevi29Thanks again to @Barabasbalazs, @Strift, @consoleLogIt, and @flevi29! 🎉