docs: update release version to 1.7.3 - #4050
Merged
chaokunyang merged 1 commit intoSep 16, 2026
Merged
Conversation
chaokunyang
requested review from
PragmaTwice and
theweipeng
as code owners
September 15, 2026 17:26
ayush00git
approved these changes
Sep 15, 2026
chaokunyang
added a commit
to apache/fory-site
that referenced
this pull request
Sep 16, 2026
Updates the website for Apache Fory 1.7.3 after apache/fory#4050 merged: download links and installation examples use 1.7.3, and the existing 1.7 documentation snapshot includes the release-tag changes. The default 1.7 documentation route remains unchanged. Adds English and Chinese release articles with Go Standard Row Format examples and the Kotlin JSON property-inclusion behavior, including the effect of omitted values on deserialization. Updates the corresponding Chinese guides and adds the Go Row Format guide. Validation: English and Chinese production builds passed; Markdown lint passed for all 103 changed Markdown files; 14 generated routes and release-blog internal links checked; the blog's Go example ran successfully against v1.7.3. Public source files and package downloads, including the locally published Rust crates and Maven Central JARs/POMs, have been verified.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update installation instructions, README badges, and external C++ examples from Apache Fory 1.7.2 to 1.7.3, and add the 1.7.3 entries to the Dart changelogs. The existing 1.8.0 development versions remain unchanged.
Generated version updates with
ci/release.py bump_version -l all -version 1.8.0-dev -release-version 1.7.3. Verified the version-only diff, formatted all changed Markdown with Prettier, and passedgit diff --check. Runtime builds and tests are left to CI for this documentation and version-reference change.