Skip to content

Release v1.12.9#2501

Merged
csukuangfj merged 1 commit intok2-fsa:masterfrom
csukuangfj:release-v1.12.9
Aug 16, 2025
Merged

Release v1.12.9#2501
csukuangfj merged 1 commit intok2-fsa:masterfrom
csukuangfj:release-v1.12.9

Conversation

@csukuangfj
Copy link
Collaborator

@csukuangfj csukuangfj commented Aug 16, 2025

Summary by CodeRabbit

  • New Features

    • Android: AAR now includes x86 and x86_64 JNI libraries (alongside ARM variants).
  • Chores

    • Version bumped to 1.12.9 across platforms and examples (Android, iOS, Flutter, Dart, Node.js, HarmonyOS, CMake, Maven).
    • Updated artifact names and build metadata to 1.12.9 (AARs, frameworks, packages).
  • Documentation

    • CHANGELOG updated with 1.12.9 release notes.
    • READMEs and download links refreshed to reference 1.12.9.

@coderabbitai
Copy link

coderabbitai bot commented Aug 16, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

Project-wide version bump from 1.12.8 to 1.12.9 across build metadata, package manifests, and example app dependencies. CHANGELOG adds 1.12.9 notes. Core version constants and release script updated. Android, HarmonyOS, Dart/Flutter, Node.js artifacts/manifests adjusted accordingly. No logic or API signatures changed.

Changes

Cohort / File(s) Summary of changes
Core versioning
CMakeLists.txt, sherpa-onnx/csrc/version.cc, new-release.sh, build-ios-shared.sh, pom.xml, jitpack.yml
Bumped version to 1.12.9; updated git date/sha/version strings; release script old/new versions updated; iOS framework CFBundleShortVersionString updated; Maven/JitPack artifact versions switched to 1.12.9.
Changelog & docs
CHANGELOG.md, mfc-examples/README.md, android/SherpaOnnxAar/README.md, harmony-os/SherpaOnnxVadAsr/entry/README.md
Added 1.12.9 release section; updated download URLs, artifact names, and added x86/x86_64 JNI copy steps for Android AAR README.
Android Gradle deps
android/SherpaOnnxJavaDemo/app/build.gradle, android/SherpaOnnxSimulateStreamingAsrWearOs/app/build.gradle.kts
Updated sherpa-onnx dependency from v1.12.8 to v1.12.9.
HarmonyOS manifests & profile
harmony-os/SherpaOnnxHar/sherpa_onnx/BuildProfile.ets, harmony-os/SherpaOnnxHar/sherpa_onnx/README.md, harmony-os/SherpaOnnxHar/sherpa_onnx/oh-package.json5, harmony-os/SherpaOnnxSpeakerDiarization/entry/oh-package.json5, harmony-os/SherpaOnnxSpeakerIdentification/entry/oh-package.json5, harmony-os/SherpaOnnxStreamingAsr/entry/oh-package.json5, harmony-os/SherpaOnnxTts/entry/oh-package.json5, harmony-os/SherpaOnnxVadAsr/entry/oh-package.json5
Bumped HAR/package versions and dependency pins from 1.12.8 to 1.12.9; README references updated.
Dart examples pubspecs
dart-api-examples/*/pubspec.yaml (add-punctuations, audio-tagging, keyword-spotter, non-streaming-asr, speaker-diarization, speaker-identification, speech-enhancement-gtcrn, streaming-asr, tts, vad, vad-with-non-streaming-asr)
Updated sherpa_onnx dependency constraint from ^1.12.8 to ^1.12.9.
Flutter packages/examples
flutter/sherpa_onnx/pubspec.yaml, flutter/sherpa_onnx_ios/ios/sherpa_onnx_ios.podspec, flutter/sherpa_onnx_macos/macos/sherpa_onnx_macos.podspec, flutter-examples/streaming_asr/pubspec.yaml, flutter-examples/tts/pubspec.yaml
Bumped package versions to 1.12.9; updated dependent sherpa_onnx* constraints to ^1.12.9; iOS/macOS Podspec versions set to 1.12.9.
Node.js examples
nodejs-addon-examples/package.json, nodejs-examples/package.json
Updated dependencies: sherpa-onnx-node / sherpa-onnx from ^1.12.8 to ^1.12.9.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

  • Release v1.12.5 #2368 — Prior release-version bump PR performing similar cross-repo version updates and metadata changes.

Poem

A nibble of numbers, a hop and a twine,
We bounce from eight to nine—so fine!
Tags retied, pods aligned,
Carrots cached, artifacts signed.
With thumps of joy, we ship on time. 🥕✨

Tip

🔌 Remote MCP (Model Context Protocol) integration is now available!

Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats.


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between beb700a and 619e7e2.

📒 Files selected for processing (38)
  • CHANGELOG.md (1 hunks)
  • CMakeLists.txt (1 hunks)
  • android/SherpaOnnxAar/README.md (2 hunks)
  • android/SherpaOnnxJavaDemo/app/build.gradle (1 hunks)
  • android/SherpaOnnxSimulateStreamingAsrWearOs/app/build.gradle.kts (1 hunks)
  • build-ios-shared.sh (1 hunks)
  • dart-api-examples/add-punctuations/pubspec.yaml (1 hunks)
  • dart-api-examples/audio-tagging/pubspec.yaml (1 hunks)
  • dart-api-examples/keyword-spotter/pubspec.yaml (1 hunks)
  • dart-api-examples/non-streaming-asr/pubspec.yaml (1 hunks)
  • dart-api-examples/speaker-diarization/pubspec.yaml (1 hunks)
  • dart-api-examples/speaker-identification/pubspec.yaml (1 hunks)
  • dart-api-examples/speech-enhancement-gtcrn/pubspec.yaml (1 hunks)
  • dart-api-examples/streaming-asr/pubspec.yaml (1 hunks)
  • dart-api-examples/tts/pubspec.yaml (1 hunks)
  • dart-api-examples/vad-with-non-streaming-asr/pubspec.yaml (1 hunks)
  • dart-api-examples/vad/pubspec.yaml (1 hunks)
  • flutter-examples/streaming_asr/pubspec.yaml (2 hunks)
  • flutter-examples/tts/pubspec.yaml (2 hunks)
  • flutter/sherpa_onnx/pubspec.yaml (2 hunks)
  • flutter/sherpa_onnx_ios/ios/sherpa_onnx_ios.podspec (1 hunks)
  • flutter/sherpa_onnx_macos/macos/sherpa_onnx_macos.podspec (1 hunks)
  • harmony-os/SherpaOnnxHar/sherpa_onnx/BuildProfile.ets (1 hunks)
  • harmony-os/SherpaOnnxHar/sherpa_onnx/README.md (1 hunks)
  • harmony-os/SherpaOnnxHar/sherpa_onnx/oh-package.json5 (1 hunks)
  • harmony-os/SherpaOnnxSpeakerDiarization/entry/oh-package.json5 (1 hunks)
  • harmony-os/SherpaOnnxSpeakerIdentification/entry/oh-package.json5 (1 hunks)
  • harmony-os/SherpaOnnxStreamingAsr/entry/oh-package.json5 (1 hunks)
  • harmony-os/SherpaOnnxTts/entry/oh-package.json5 (1 hunks)
  • harmony-os/SherpaOnnxVadAsr/entry/README.md (1 hunks)
  • harmony-os/SherpaOnnxVadAsr/entry/oh-package.json5 (1 hunks)
  • jitpack.yml (1 hunks)
  • mfc-examples/README.md (1 hunks)
  • new-release.sh (1 hunks)
  • nodejs-addon-examples/package.json (1 hunks)
  • nodejs-examples/package.json (1 hunks)
  • pom.xml (1 hunks)
  • sherpa-onnx/csrc/version.cc (1 hunks)
✨ Finishing Touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@csukuangfj csukuangfj requested a review from Copilot August 16, 2025 10:40
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the sherpa-onnx project from version 1.12.8 to version 1.12.9, implementing a standard release process with version bumps across the entire codebase.

  • Updates version strings in all configuration and source files
  • Updates Git commit information and timestamps
  • Adds changelog entries for version 1.12.9 features

Reviewed Changes

Copilot reviewed 38 out of 38 changed files in this pull request and generated no comments.

Show a summary per file
File Description
sherpa-onnx/csrc/version.cc Updates core version information, Git SHA, and build timestamp
pom.xml Updates Maven project version
Various package.json files Updates Node.js package dependencies to new version
CMakeLists.txt Updates CMake project version constant
CHANGELOG.md Adds release notes for version 1.12.9
Flutter/Dart files Updates Flutter and Dart package versions and dependencies
HarmonyOS files Updates HarmonyOS package versions
Android files Updates Android library dependencies
iOS files Updates iOS framework version
Build scripts Updates version references in build and release scripts

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@csukuangfj csukuangfj merged commit af3e1d6 into k2-fsa:master Aug 16, 2025
0 of 229 checks passed
@csukuangfj csukuangfj deleted the release-v1.12.9 branch August 16, 2025 10:42
@coderabbitai coderabbitai bot mentioned this pull request Nov 13, 2025
@coderabbitai coderabbitai bot mentioned this pull request Nov 27, 2025
@coderabbitai coderabbitai bot mentioned this pull request Feb 10, 2026
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.

2 participants