Raba CHANGELOG.md kugira ubone iyo nkuru yose.
Ibisohokayandikiro
3.2.0 —
- Smart change detection now defaults to
smart: a compact provider-neutral state manifest (.github/resource-translator-state.json) tracks parser keys, source hashes, target hashes, and translation-affecting settings so only changed or missing keys are sent to the selected provider. UsechangeDetection=disabledorfalsefor legacy always-translate behavior,statePathto relocate the manifest, andsnapshotOnlyto bootstrap the manifest from existing target files without calling a provider. The same release adds nested {provider} blocks, AWS/Google-native behavior knobs, narrow-friendly reference cards, and official provider-doc links. Key-level audit rule codes are logged for every decision.
3.1.0 —
- Multi-vendor: translate with Azure AI Translator, AWS Translate, or Google Cloud Translation behind one unified API surface. Hitamwo umutanga umwe kuri buri rundo ukoresheje
providernshasha ya input; the action delegates to the matching SDK behind a factory and behaves same regardless of vendor. Fully backward compatible —providerdefaults toazure, so existing Azure workflows keep working unchanged. - New AWS Translate provider (
@aws-sdk/client-translate). Authenticate with the AWS default credential chain (recommended: OIDC via aws-actions/configure-aws-credentials) or explicitawsAccessKeyId/awsSecretAccessKey; Akarere kaawsRegioncankeAWS_REGION. - New Google Cloud Translation provider (
@google-cloud/translate, v2). Authenticate with a service-account JSON credential (googleCredentials) or an API key (googleApiKey); OptionalgoogleProjectId. - New inputs:
provider,awsAccessKeyId,awsSecretAccessKey,awsRegion,googleApiKey,googleCredentials,googleProjectId. - Intent-specifier mapping:
textTypeamakarita y'formatya Google hamwe n'amakarita yaprofanityActionku makarita ya AWS y'ibitutsi aho bihuriyeko. Ibiharuro vya Azure gusa (categoryId,apiVersion,profanityMarker,allowFallback) birengagizwa n'abandi batanga amakuru. - Azure request inputs (
subscriptionKey,endpoint,region) ntibigikenewe muaction.ymlkugira ngo abandi batanga serivisi bashobore gutorwa - babandanya kwemezwa mu giheproviderariazure. - New Translation providers page, provider tabs on Getting started, provider selection on the Inputs page, and a refreshed home page leading with Azure, AWS, and Google.
3.0.2 —
- Fixe: Translator requests now pin
api-version=3.0on the wire for both/translateand/languages. Azure SDK yubaha gusa uburyo bwa api-version yo ku rwego rw'umukiriya igihe credential yemejwe; Ico gikorwa kigenzura ubusabe kuri buri busabe biciye ku mitwe y'imitwe, ku buryo ubwo buryo bwakuweho bucece, hanyuma ubusabe buhagarikwa kuri version ya API ya preview amasezerano y'/translateyanse umubiri hamwe na HTTP 400 (code y'amakosa400074). Kirangira ikosorwa ryatanguye muri 3.0.1.
3.0.1 —
- Fixe: The
/translaterequest body is now a bare JSON array of{ text }items instead of a wrapped{ inputs }object, matching the v3.0 REST contract. Ubwayo ivyo ntivyasubije ubuhinduzi — raba 3.0.2.
3.0.0 —
- Haruka
node24Haruka (KUVUNIKA) - New inputs:
include,exclude,configPath,categoryId,apiVersion,dryRun,failOnError, plus advanced Translator knobstextType,profanityAction,profanityMarker, andallowFallback. - Source locale ubu na yo irungikwa kuri Translator kuko
from=<locale>ku buryo imigozi migufi itashobora kumenyekana. - Ukwihangana: automatic retry on transient HTTP responses (
408, 425, 429, 500, 502, 503, 504) honoring Azure'sRetry-Afterheader — falls back to jittered exponential backoff when absent. Tunable viamaxRetriesandretryBackoffMs. Gusozera # 46. - Placeholder protection: tokens like
{{name}},${var},{0},{0:N2},%s,%1$sand HTML entities are wrapped in sentinels before translation and restored later, so Translator stops mangling i18next/Mustache/Handlebars/.NET/printf placeholders. Toggle viaprotectPlaceholders; Kwagura hamwe n'customPlaceholderPatterns. Tightens # 16. - Per-key opt-out:
noTranslatePatternsnshasha itanga imfunguzo zihuza n'ubusabe bw'umusemuzi burundu (zibungabunga agaciro k'amazina y'ibicuruzwa, kode z'amakosa, n'ibindi). Matches glob patterns against parser-level keys (JSON dotted path, RESXname, POmsgid, XLIFF unitid, INI / restext key). Birasobanutse # 35. - Repo-level config via
.github/resource-translator.yml. - Glossary support, step summary via
core.summary. - esbuild bundler, ESLint 9 flat config, Prettier, EditorConfig.
- NPM audit clean (0 vulnerabilities).
- Astro + Tailwind v4 docs site with view transitions and Expressive Code.
- Docs accessibility: WCAG 2.1 AA pass. Logo glyphs converted to paths so they never longer fail color-contrast against gradient stops, the floating
Back to topbutton usesinertwhile hidden (instead of anaria-hiddentoggle that left it tabbable),formats.astrosections no longer collide with their auto-generated heading IDs, three locale cards now expose BCP-47-validlangattributes (nya→ny,lug→lg,run→rn), duplicateDocumentationlandmark labels are disambiguated between sidebar and footer, kandi buri meza y'amakuru kuriinputs/configurationyoherezwa hamwe n'ibisobanuro vy'umusomyi wa ecran. - Inline code styling: Docs prose
<code>now wears the warm/amber theme accent — different from the brand→accent palette used for links and headings. - Dependabot auto-merge, CodeQL scanning, CI matrix.
2.2.1 —
- Security: bumped axios (1.4.0 → 1.6.0), @babel/traverse, semver, and tough-cookie/@azure/ms-rest-js to clear Dependabot alerts.
2.2.0 —
- Maintenance release (dependency and dist refresh).
2.1.9 —
- Dependency upgrades (including xml2js 0.4.23 → 0.5.0) and a refreshed dist build.
2.1.8 —
- Security: bumped follow-redirects, node-fetch, decode-uri-component, minimist, ansi-regex, jsdom, json5, minimatch, and @actions/core (1.2.6 → 1.9.1).
2.1.7 —
- Use a different delimiter when building the translation map so keys containing the previous separator are handled correctly (#36).
- Fixes #32.
2.1.6 —
- Assorted bug fixes and improved logging.
2.1.5 —
- Fix an issue with file names containing four segments.
2.1.4 —
- Added a JSON parser and .json file support.
- Fix batching bug (#18).
2.1.3 —
- Maintenance release.
2.1.2 —
- Fixes #15.
2.1.1 —
- Fix the generated step summary.
2.1.0 —
- Support for additional resource file formats beyond .resx: .ini, .po, .restext, and .xliff.
2.0.4 —
- Maintenance release.
2.0.3 —
- Fixes a batching bug and other related issues.
2.0.2 —
- File filtering to limit excessive translations.
- Batching of the translate API call to avoid rate limiting.
2.0.1 —
- New action outputs: has-new-translations, summary-title, and summary-details.
- Fix a bug where an error was logged but the action failure was not set.
2.0.0 —
- First official, fully functional and verified release.
1.0.1 —
- Build release.
1.0.0 —
- Initial release of the Azure AI Translator resource action (.resx support).
0.0.x —
- Initial prototype pre-releases (tags 0.01–0.09).