-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the API synchronous #44
Conversation
Codecov Report
@@ Coverage Diff @@
## 4-dev #44 +/- ##
==========================================
+ Coverage 96.63% 96.91% +0.28%
==========================================
Files 33 33
Lines 1009 1004 -5
==========================================
- Hits 975 973 -2
+ Misses 34 31 -3
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## 4-dev #44 +/- ##
==========================================
+ Coverage 96.63% 96.91% +0.28%
==========================================
Files 33 33
Lines 1009 1004 -5
==========================================
- Hits 975 973 -2
+ Misses 34 31 -3
Continue to review full report at Codecov.
|
Did you update the benchmark results ? |
Yes I did, and there were no visible improvement. Which was to be expected: promises were used only for filters registrations. |
Yes but then there is no for filter registration? 🤔 |
Codecov Report
@@ Coverage Diff @@
## 4-dev #44 +/- ##
=======================================
Coverage 96.91% 96.91%
=======================================
Files 33 33
Lines 1004 1004
=======================================
Hits 973 973
Misses 31 31
Continue to review full report at Codecov.
|
# [4.0.0](https://github.com/kuzzleio/koncorde/releases/tag/4.0.0) (2021-06-16) #### Breaking changes - [ [#50](#50) ] Rename the maxMinterms configuration ([scottinet](https://github.com/scottinet)) - [ [#45](#45) ] API revision ([scottinet](https://github.com/scottinet)) - [ [#44](#44) ] Make the API synchronous ([scottinet](https://github.com/scottinet)) #### New features - [ [#49](#49) ] Improved errors thrown when parsing filters ([scottinet](https://github.com/scottinet)) - [ [#46](#46) ] Add typescript interfaces ([scottinet](https://github.com/scottinet)) #### Enhancements - [ [#51](#51) ] Hash with SHA256 instead of Murmur3 ([scottinet](https://github.com/scottinet)) #### Optimizations - [ [#47](#47) ] Change range checking library ([scottinet](https://github.com/scottinet)) ---
Description
Remove all promises from the Koncorde's API