Skip to content

Conversation

Shiranuit
Copy link
Contributor

7.10.4 (2023-01-09)

Bug fixes

  • [ #716 ] Allow to call custom GET HTTP method with index and collection args (alexandrebouthinon)
  • [ #718 ] Fix error with React Native (Shiranuit)
  • [ #711 ] Fix bug where calling next on search with a from always return the same results (Shiranuit)

Shiranuit and others added 11 commits October 13, 2022 09:32
Fix bug where calling next on search with a from always return the same results
)

As mentioned in #700 , the refresh option type was not well defined in this section. This as been fixed by @Aschen in the past month but when checking the code before closing the issue, I noticed there were still two action of the document controller that still have a wrongly defined type for this field. In order to close #700, this PR aim to update these
…716)

Intend to fix #713 by adding a edge case handling in the request payload forging loop that allow user to call a custom HTTP GET route that expects to receive queries named index and/or collection.
@codecov
Copy link

codecov bot commented Jan 9, 2023

Codecov Report

Merging #719 (7978949) into master (6aaf6e1) will increase coverage by 0.00%.
The diff coverage is 84.61%.

❗ Current head 7978949 differs from pull request most recent head e09150d. Consider uploading reports for the commit e09150d to get more accurate results

@@           Coverage Diff           @@
##           master     #719   +/-   ##
=======================================
  Coverage   83.21%   83.21%           
=======================================
  Files          45       45           
  Lines        2085     2091    +6     
  Branches      397      399    +2     
=======================================
+ Hits         1735     1740    +5     
- Misses        272      273    +1     
  Partials       78       78           
Impacted Files Coverage Δ
src/controllers/Document.ts 64.63% <ø> (ø)
src/core/searchResult/SearchResultBase.ts 78.18% <ø> (ø)
src/utils/debug.js 57.14% <71.42%> (-1.20%) ⬇️
src/protocols/Http.ts 84.53% <100.00%> (+0.34%) ⬆️
src/protocols/abstract/Realtime.ts 97.43% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@Shiranuit Shiranuit merged commit 25e1cd5 into master Jan 9, 2023
@rolljee rolljee deleted the 7.10.4-proposal branch August 29, 2023 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants