Back to Blog
Release Notes Featured

MLBB API Web v3.2.2 Changelog (v3.2.1 -> v3.2.2)

Detailed release notes covering API additions, UI redesign, docs updates, and testing changes from commit 3.2.1 to 3.2.2.

2026-04-05 9 min read

Key Points

  • • Range: 3.2.1 -> 3.2.2
  • • Scope: 21 files changed, 1305 insertions, 338 deletions
  • • Version move: v3.2.1 to v3.2.2
MLBB API Web v3.2.2 Changelog (v3.2.1 -> v3.2.2)

Release Scope and Baseline

This release stream starts at v3.2.1 and includes all commits up to main.

  • • Version bump and API metadata refresh to v3.2.2.
  • • Significant expansion of web UX and endpoint interaction quality.
  • • Changelog includes both committed work and present workspace edits.

API and Schema Enhancements

User domain capabilities were expanded and documentation accuracy was improved across multiple endpoint groups.

  • • New user endpoint for matches filtered by hero, with dedicated schema examples and response model coverage.
  • • Pagination guidance clarified around pageInfo.nextCursor behavior for user routes.
  • • Hero identifier input docs normalized to accept numeric IDs and normalized hero names.
  • • Router-level docs cleanup in academy, mlbb, addon, and user modules.

Web App UX Redesign

The interactive web workspace received a major usability pass focused on clarity, response readability, and authentication flow.

  • • New sign-in modal flow with Send VC + Login handling and JWT copy action.
  • • Navbar/account panel improvements with richer signed-in state details.
  • • Readable response renderer hardened with safe inline markup sanitation.
  • • Dual readable response table modes: key-value and key-as-header.
  • • Landing page and metadata refinements for clearer entry points and page titles.
  • • Donation interaction replaced with themed modal workflow.

Blog and Tutorial Foundation

A content system was introduced to help new users onboard through guided walkthroughs and release communication.

  • • New /blog index and /blog/{slug} detail pages with SEO-focused metadata.
  • • Tutorial post structure added with step-by-step sections and image slots.
  • • Static image serving mounted at /images for blog/tutorial assets.
  • • Tutorial entry linked from primary navbar for discoverability.

Docs, Versioning, and Quality

Project documentation and test coverage were aligned to ensure behavioral consistency and safer iteration speed.

  • • README refreshed to reflect modern web flow, auth usage, and tutorial availability.
  • • API version references synchronized in templates and config to v3.2.2.
  • • Web interface tests expanded for navbar/auth, blog pages, and response rendering helpers.
  • • Current regression status before this post update: previously validated at 59 passing tests.

Migration Notes for Integrators

No breaking URL path changes were introduced for existing API endpoints, but consumers should review behavior updates around user auth and documentation semantics.

  • • Use JWT sign-in before calling protected user endpoints in web or docs workflows.
  • • If your client consumed old last_cursor wording, align with pageInfo.nextCursor semantics.
  • • If your client accepted free-form hero naming, follow normalized hero_identifier examples for best results.