You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
144: Add entry to CHANGELOG with all the changes related to new version r=brunoocasali a=brunoocasali
Add missing entries to the CHANGELOG.
Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
# 0.5.2
2
+
-* Added new method `generateTenantToken()` as a result of the addition of the multi-tenant functionality.
3
+
This method creates a JWT tenant token that will allow the user to have multi-tenant indexes and thus restrict access to documents based on the end-user making the search request. (#139) @brunoocasali
4
+
1
5
# 0.5.1
2
6
- Add `User-Agent` header to have analytics in every http request (#129) @brunoocasali
0 commit comments