✨ v1.0.1 - Full Multilingual Systems Release #5
kidddevs
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
✨ v1.0.1 - Full Multilingual Systems Release
Release date: 2026-06-08
Version: v1.0.1
Scope: Numerology API endpoint expansion, multi-system numerology support, extended JSON meaning localization, route cleanup, and documentation parity.
General Release Overview
v1.0.1 is an additive production release for the Numerology API. It builds on the v1.0.0 extended numerology rollout by adding deeper name, timing, business, decision, family, team, money, and archetype readings.
This release focuses on four major goals:
Broader endpoint coverage
GETandPOST./api/v1/*.Multi-system numerology
num_sys.pythagoreanchaldeanvedicpythagoreanremains the default to preserve existing behavior.Expanded language coverage
enesdefrptarhijaDocumentation and release readiness
GET,POST,lang, andnum_sysbehavior.Validation completed for this release:
137 passed/api/v1/extended/*routes: not mountedNew
New Endpoint Families
v1.0.1 adds 10 new endpoint families and 20 operations.
GET,POST/api/v1/career-path-numerologyGET,POST/api/v1/wealth-code-readingGET,POST/api/v1/home-address-numerologyGET,POST/api/v1/baby-name-forecastGET,POST/api/v1/team-dynamics-numerologyGET,POST/api/v1/domain-name-numerologyGET,POST/api/v1/product-name-numerologyGET,POST/api/v1/decision-crossroads-readingGET,POST/api/v1/launch-timing-numerologyGET,POST/api/v1/personal-archetype-stackNew Shared Endpoint Infrastructure
v1.0.1 adds shared helper logic for the new extended numerology endpoints, including:
Numerology System Hardening
The shared numerology-system helper now includes explicit, validated letter tables for all supported systems:
pythagoreanchaldeanvedicThe Vedic table is supported for Latin-transliterated names and is kept separate from Chaldean even though both systems use the same A-Z values in v1.0.1. Common Latin diacritics and ligatures are normalized before name calculation, and missing-name-value helpers now respect each system's actual alphabet value range.
New Test Coverage
New tests cover:
chaldeanandvedicnumerology system support/extendedFixes
Route Cleanup
The new endpoint families now use clean public paths only:
/api/v1/career-path-numerology/api/v1/wealth-code-reading/api/v1/personal-archetype-stackThe draft
/api/v1/extended/*route shape for these 10 new endpoint families is not mounted and does not appear in OpenAPI.Language Policy Fixes
The shared language policy now includes all 8 supported languages:
enesdefrptarhijaThe existing horoscope report exception remains unchanged: engine-backed
/api/v1/horoscope/reports/*routes continue to supportenonly.Translation and JSON Validation Fixes
The translation workflow was hardened before endpoint rollout:
The new endpoint meaning bundle was validated before copying into live language folders.
Documentation Fixes
Documentation was aligned with the implemented API surface:
num_systo relevant GET and POST examples.Production Validation Fixes
Validation was rerun using the workspace Python standard:
/opt/homebrew/bin/python3.11137 passed/extendedroutes for the new endpoints: absentDeprecated
No existing production endpoint is formally deprecated in v1.0.1.
Non-Public Draft Route Note
The draft
/api/v1/extended/*route shape for the 10 new endpoint families is not part of the v1.0.1 public API surface.Use the clean routes instead:
/api/v1/career-path-numerology/api/v1/wealth-code-reading/api/v1/home-address-numerology/api/v1/baby-name-forecast/api/v1/team-dynamics-numerology/api/v1/domain-name-numerology/api/v1/product-name-numerology/api/v1/decision-crossroads-reading/api/v1/launch-timing-numerology/api/v1/personal-archetype-stackOpen API Dashboard
!!! Note
This discussion was created from the release ✨ v1.0.1 - Full Multilingual Systems Release.
Beta Was this translation helpful? Give feedback.
All reactions