Skip to content

Conversation

@shortcuts
Copy link
Member

Summary

This PR has been created using the apic release script. Once merged, the clients will try to release their new version if their version has changed.

Version Changes

  • csharp: 7.9.1 -> patch (e.g. 7.9.2)
  • dart: 1.27.2 -> patch (e.g. 1.27.3)
  • go: 4.8.1 -> patch (e.g. 4.8.2)
  • java: 4.8.1 -> patch (e.g. 4.8.2)
  • javascript: 5.14.2 -> minor (e.g. 5.15.0)
  • kotlin: 3.10.1 (no commit)
  • php: 4.9.1 -> patch (e.g. 4.9.2)
  • python: 4.9.1 -> patch (e.g. 4.9.2)
  • ruby: 3.8.1 -> patch (e.g. 3.8.2)
  • scala: 2.9.1 -> patch (e.g. 2.9.2)
  • swift: 9.10.1 -> patch (e.g. 9.10.2)

Skipped Commits

It doesn't mean these commits are being excluded from the release. It means they're not taken into account when the release process figured out the next version number, and updated the changelog.

Commits without language scope:
  • fix(specs): additional safetyChecks
  • guides: add pushSetup for ingestion API
  • feat(scripts): add script

@shortcuts shortcuts requested a review from a team as a code owner November 19, 2024 20:09
@algolia-bot
Copy link
Collaborator

algolia-bot commented Nov 19, 2024

✔️ Code generated!

Name Link
🪓 Triggered by e797e033e182efcb9c1e0ea5672e9d4460b0c3a2
🍃 Generated commit 8d7d05470fbb66e15e5c93b886c6ec71f52833b6
🌲 Generated branch generated/chore/prepare-release-2024-11-19
📊 Benchmark results

Benchmarks performed on the method using a mock server, the results might not reflect the real-world performance.

Language Req/s
javascript 1639
go 1607
php 1470
csharp 1355
java 1114
python 1097
ruby 880
swift 756

Copy link
Member Author

@shortcuts shortcuts left a comment

Choose a reason for hiding this comment

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

console.log(`Pushing code to generated branch: '${branchToPush}'`);
await run('git add .');
await run(`git commit -m "${message.replaceAll('"', '\\"')}"`);
await run(`git commit -m "${message.replaceAll('"', '\\"').replaceAll('`', '\\`')}"`);
Copy link
Member Author

Choose a reason for hiding this comment

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

this should escape correctly for next time

Comment on lines 87 to 88
let [hash, authorEmail, message] = commit.split('|');
message = message.replace(/(`.+?`)/g, '');
Copy link
Member Author

Choose a reason for hiding this comment

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

used this just so the generated one would match, reverting and updating the changelog manually

@shortcuts shortcuts enabled auto-merge (squash) November 19, 2024 20:14
morganleroi
morganleroi previously approved these changes Nov 19, 2024
@shortcuts shortcuts merged commit d67439d into main Nov 19, 2024
28 checks passed
@shortcuts shortcuts deleted the chore/prepare-release-2024-11-19 branch November 19, 2024 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants