Skip to content
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

Update version for the next release (v0.40.0) #1653

Merged
merged 2 commits into from
May 15, 2024
Merged

Conversation

meili-bot
Copy link
Contributor

@meili-bot meili-bot commented May 14, 2024

  • Fix the issue introduced in the v0.39 that affected vite apps Update crypto statement to fix vite issue #1652 @brunoocasali
  • Now to use the generateTenantToken you should use it with await:
    before:
    const token = client.generateTenantToken(apiKeyUid, searchRules, {
        apiKey: apiKey,
        expiresAt: expiresAt,
      })
    after:
    const token = await client.generateTenantToken(apiKeyUid, searchRules, {
        apiKey: apiKey,
        expiresAt: expiresAt,
      })

@meili-bot meili-bot added the skip-changelog The PR will not appear in the release changelogs label May 14, 2024
Copy link

codecov bot commented May 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.43%. Comparing base (2f37b74) to head (f53131f).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1653      +/-   ##
==========================================
- Coverage   97.54%   97.43%   -0.12%     
==========================================
  Files          22       22              
  Lines         857      857              
  Branches       93       93              
==========================================
- Hits          836      835       -1     
- Misses         20       21       +1     
  Partials        1        1              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@curquiza curquiza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

Copy link
Contributor

meili-bors bot commented May 15, 2024

Build succeeded:

@meili-bors meili-bors bot merged commit cd61a8c into main May 15, 2024
5 of 7 checks passed
@meili-bors meili-bors bot deleted the meili-bot/bump-version branch May 15, 2024 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog The PR will not appear in the release changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants