Sourced from fast-xml-parser's releases.
v5.3.5
What's Changed
- Add missing exports to fxp commonjs types by
@jeremymengin NaturalIntelligence/fast-xml-parser#782- fix: Escape regex char in entity name
- update strnum to 2.1.2
New Contributors
@jeremymengmade their first contribution in NaturalIntelligence/fast-xml-parser#782Full Changelog: https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.4...v5.3.5
fix: handle HTML numeric and hex entities when out of range
No release notes provided.
bug fix and performance improvements
- fix #775: transformTagName with allowBooleanAttributes adds an unnecessary attribute
- Performance improvement for stopNodes (By Maciek Lamberski)
Replace
BufferwithUint8Array
- Launched Separate CLI module
- Replace
BufferwithUint8ArraySupport EMPTY and ANY with ELEMENT in DOCTYPE
Full Changelog: https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.2.4...v5.2.4
upgrade to ESM module and fixing value parsing issues
- Support ESM modules
- fix value parsing issues
- a feature to access tag location is added (metadata)
- fix to read DOCTYPE correctly
Full Changelog: https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md
Summary update on all the previous releases from v4.2.4
- Multiple minor fixes provided in the validator and parser
- v6 is added for experimental use.
- ignoreAttributes support function, and array of string or regex
- Add support for parsing HTML numeric entities
- v5 of the application is ESM module now. However, JS is also supported
Note: Release section in not updated frequently. Please check CHANGELOG or Tags for latest release information.
Sourced from fast-xml-parser's changelog.
Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.
5.3.5 / 2026-02-08
- fix: Escape regex char in entity name
- update strnum to 2.1.2
- add missing exports in CJS typings
5.3.4 / 2026-01-30
- fix: handle HTML numeric and hex entities when out of range
5.3.3 / 2025-12-12
- fix #775: transformTagName with allowBooleanAttributes adds an unnecessary attribute
5.3.2 / 2025-11-14
- fix for import statement for v6
5.3.1 / 2025-11-03
- Performance improvement for stopNodes (By Maciek Lamberski)
5.3.0 / 2025-10-03
- Use
Uint8Arrayin place ofBufferin Parser5.2.5 / 2025-06-08
- Inform user to use fxp-cli instead of in-built CLI feature
- Export typings for direct use
5.2.4 / 2025-06-06
- fix (#747): fix EMPTY and ANY with ELEMENT in DOCTYPE
5.2.3 / 2025-05-11
- fix (#747): support EMPTY and ANY with ELEMENT in DOCTYPE
5.2.2 / 2025-05-05
- fix (#746): update strnum to fix parsing issues related to enotations
5.2.1 / 2025-04-22
- fix: read DOCTYPE entity value correctly
- read DOCTYPE NOTATION, ELEMENT exp but not using read values
5.2.0 / 2025-04-03
- feat: support metadata on nodes (#593) (By Steven R. Loomis)
5.1.0 / 2025-04-02
- feat: declare package as side-effect free (#738) (By Thomas Bouffard)
- fix cjs build mode
- fix builder return type to string
... (truncated)
Sourced from @google-cloud/storage's
releases.
v7.19.0
7.19.0 (2026-02-05)
Features
Bug Fixes
95a2af4
chore(main): release 7.19.0 (#2694)420935a
fix(deps): update dependency fast-xml-parser to v5 [security] (#2713)4e3c328
test: skip system tests requiring public access (#2717)3052265
chore: fix lint failures (#2685)08a8962
feat: Enable full object checksum validation on JSON path (#2687)3dcda1b
chore: lint failures (#2681)Sourced from axios's releases.
v1.13.5
Release 1.13.5
Highlights
- Security: Fixed a potential Denial of Service issue involving the
__proto__key inmergeConfig. (PR #7369)- Bug fix: Resolved an issue where
AxiosErrorcould be missing thestatusfield on and after v1.13.3. (PR #7368)Changes
Security
- Fix Denial of Service via
__proto__key inmergeConfig. (PR #7369)Fixes
Features / Improvements
Documentation
- Clarify object-check comment. (PR #7323)
- Fix deprecated
Bufferconstructor usage and README formatting. (PR #7371)CI / Maintenance
- Chore: fix issues with YAML. (PR #7355)
- CI: update workflow YAMLs. (PR #7372)
- CI: fix run condition. (PR #7373)
- Dev deps: bump
karma-sourcemap-loaderfrom 0.3.8 to 0.4.0. (PR #7360)- Chore(release): prepare release 1.13.5. (PR #7379)
New Contributors
@sachin11063(first contribution — PR #7323)@asmitha-16(first contribution — PR #7326)Full Changelog: https://github.com/axios/axios/compare/v1.13.4...v1.13.5
v1.13.4
Overview
The release addresses issues discovered in v1.13.3 and includes significant CI/CD improvements.
Full Changelog: v1.13.3...v1.13.4
What's New in v1.13.4
Bug Fixes
... (truncated)
Sourced from axios's changelog.
Changelog
1.13.3 (2026-01-20)
Bug Fixes
- http2: Use port 443 for HTTPS connections by default. (#7256) (d7e6065)
- interceptor: handle the error in the same interceptor (#6269) (5945e40)
- main field in package.json should correspond to cjs artifacts (#5756) (7373fbf)
- package.json: add 'bun' package.json 'exports' condition. Load the Node.js build in Bun instead of the browser build (#5754) (b89217e)
- silentJSONParsing=false should throw on invalid JSON (#7253) (#7257) (7d19335)
- turn AxiosError into a native error (#5394) (#5558) (1c6a86d)
- types: add handlers to AxiosInterceptorManager interface (#5551) (8d1271b)
- types: restore AxiosError.cause type from unknown to Error (#7327) (d8233d9)
- unclear error message is thrown when specifying an empty proxy authorization (#6314) (6ef867e)
Features
- add
undefinedas a value in AxiosRequestConfig (#5560) (095033c)- add automatic minor and patch upgrades to dependabot (#6053) (65a7584)
- add Node.js coverage script using c8 (closes #7289) (#7294) (ec9d94e)
- added copilot instructions (3f83143)
- compatibility with frozen prototypes (#6265) (860e033)
- enhance pipeFileToResponse with error handling (#7169) (88d7884)
- types: Intellisense for string literals in a widened union (#6134) (f73474d), closes microsoft/TypeScript#33471
Reverts
- Revert "fix: silentJSONParsing=false should throw on invalid JSON (#7253) (#7…" (#7298) (a4230f5), closes #7253 #7 #7298
- deps: bump peter-evans/create-pull-request from 7 to 8 in the github-actions group (#7334) (2d6ad5e)
Contributors to this release
... (truncated)
29f7542
chore(release): prepare release 1.13.5 (#7379)431c3a3
ci: fix run condition (#7373)9ff3a78
ci: update ymls (#7372)265b712
docs: fix deprecated Buffer constructor and formatting issues in README
(#7371)475e75a
feat: add input validation to isAbsoluteURL (#7326)28c7215
fix: Denial of Service via proto Key in mergeConfig (#7369)04cf019
docs: clarify object check comment (#7323)696fa75
fix: status is missing in AxiosError on and after v1.13.3 (#7368)569f028
fix: added a option to choose between legacy and the new
request/response int...44b7c9f
chore(deps-dev): bump karma-sourcemap-loader (#7360)This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for axios since your current version.
Sourced from langsmith's releases.
v0.5.0
What's Changed
- feat(py,js): Python 0.5, JS 0.4 by
@jacoblee93in langchain-ai/langsmith-sdk#2182- js: Ensures parent traceables always finish after children in langchain-ai/langsmith-sdk#2094
- py: Make evaluator target function traces only trace inputs instead of nested inputs outputs reference_outputs (BREAKING) in langchain-ai/langsmith-sdk#2074
- py,js: Change default ingest to multipart instead of single run (BREAKING) in langchain-ai/langsmith-sdk#2206
- js: Omit raw HTTP info when tracing AI SDK runs (BREAKING) in langchain-ai/langsmith-sdk#2207
- py,js: Remove legacy evaluators (BREAKING) in langchain-ai/langsmith-sdk#2144
- js: Remove legacy AI SDK exporter and wrapAIModel (BREAKING) in langchain-ai/langsmith-sdk#2210
- js: Make traceables that receive iterables as inputs use a single POST instead of the typical POST + PATCH flow in langchain-ai/langsmith-sdk#2209
- release(js): 0.4.0 by
@jacoblee93in langchain-ai/langsmith-sdk#2216- release(py): 0.5.0 by
@jacoblee93in langchain-ai/langsmith-sdk#2217Full Changelog: https://github.com/langchain-ai/langsmith-sdk/compare/v0.4.60...v0.5.0
v0.4.60
What's Changed
- feat(js): Wrap additional OpenAI methods in wrapOpenAI by
@jacoblee93in langchain-ai/langsmith-sdk#2198- fix(js): Fix traceable typing for async iterables and runnable config by
@jacoblee93in langchain-ai/langsmith-sdk#2199- release(js): 0.3.86 by
@jacoblee93in langchain-ai/langsmith-sdk#2202- fix(py): add missing imports during TYPE_CHECKING by
@mkaoudisin langchain-ai/langsmith-sdk#2201- fix(js): Use one generic param for async iterable in traceable types by
@jacoblee93in langchain-ai/langsmith-sdk#2203- release(js): 0.3.87 by
@jacoblee93in langchain-ai/langsmith-sdk#2204- feat: automatically infer attachments by
@hinthornwin langchain-ai/langsmith-sdk#2200- fix(openai agents sdk): Merge invocation params into run extra by
@angus-langchainin langchain-ai/langsmith-sdk#2214- bump(py): 0.4.60 by
@angus-langchainin langchain-ai/langsmith-sdk#2215New Contributors
@mkaoudismade their first contribution in langchain-ai/langsmith-sdk#2201Full Changelog: https://github.com/langchain-ai/langsmith-sdk/compare/v0.4.59...v0.4.60
v0.4.59
What's Changed
- feat(py,js): Add prop to omit traced runtime info by
@jacoblee93in langchain-ai/langsmith-sdk#2195- release(js): 0.3.85 by
@jacoblee93in langchain-ai/langsmith-sdk#2196- release(py): 0.4.59 by
@jacoblee93in langchain-ai/langsmith-sdk#2197Full Changelog: https://github.com/langchain-ai/langsmith-sdk/compare/v0.4.58...v0.4.59
v0.4.58
What's Changed
- feat(py,js): Add batch example deletion method, hard delete for Python by
@jacoblee93in langchain-ai/langsmith-sdk#2190- release(js): 0.3.84 by
@jacoblee93in langchain-ai/langsmith-sdk#2191- release(py): 0.4.58 by
@jacoblee93in langchain-ai/langsmith-sdk#2192Full Changelog: https://github.com/langchain-ai/langsmith-sdk/compare/v0.4.57...v0.4.58
... (truncated)
a3edbcd
release(py): 0.5.0 (#2217)750c471
release(js): 0.4.0 (#2216)9edd9e5
feat(py,js): Python 0.5, JS 0.4 (#2182)55f64b0
bump(py): 0.4.60 (#2215)bcc7457
fix(openai agents sdk): Merge invocation params into run extra (#2214)c45bf95
feat: automatically infer attachments (#2200)5932480
release(js): 0.3.87 (#2204)d7f7866
fix(js): Use one generic param for async iterable in traceable types (#2203)28d89bc
fix(py): add missing imports during TYPE_CHECKING (#2201)6545031
release(js): 0.3.86 (#2202)This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for langsmith since your current version.