v5.0.6

amruthpillai/reactive-resumev5.0.6Feb 8, 2026by amruthpillai

AI Summary

A feature-focused release adding embedding links in section titles, fixing authentication errors, and implementing an atomic resume patching API for more efficient partial updates.

Key Highlights

  • Embedding Links in Titles for all Section Items
  • Atomic Resume Patching API for partial resume updates
  • Fix auth error: 'name is required'
  • Return updated resume object from PUT /resume/{id} endpoint
  • Translation sync from Crowdin

New Features

  • Embedding Links in Titles
  • Atomic Resume Patching API

Full Release Notes

## What's Changed
* Feature: Implement Embedding Links in Titles of all Section Items by @amruthpillai in https://github.com/amruthpillai/reactive-resume/pull/2662
* fix auth error: "name is required" by @amruthpillai in https://github.com/amruthpillai/reactive-resume/pull/2668
* Sync Translations from Crowdin by @amruthpillai in https://github.com/amruthpillai/reactive-resume/pull/2667
* fix(layout): handle text overflow in sidebar/footer elements by @abdulalim110 in https://github.com/amruthpillai/reactive-resume/pull/2672
* Bugfix: Validate AI output for test connection endpoint by @amruthpillai in https://github.com/amruthpillai/reactive-resume/pull/2674
* update sample with cover letter and other existing fields by @a-earthperson in https://github.com/amruthpillai/reactive-resume/pull/2678
* Return updated resume object from `PUT /resume/{id}` instead of `void` by @a-earthperson in https://github.com/amruthpillai/reactive-resume/pull/2688
* Feature: Implement Atomic Resume Patching API by @amruthpillai in https://github.com/amruthpillai/reactive-resume/pull/2692

## New Contributors
* @abdulalim110 made their first contribution in https://github.com/amruthpillai/reactive-resume/pull/2672
* @a-earthperson made their first contribution in https://github.com/amruthpillai/reactive-resume/pull/2678

**Full Changelog**: https://github.com/amruthpillai/reactive-resume/compare/v5.0.5...v5.0.6