Sourced from actions/upload-artifact's releases.
v7.0.1
What's Changed
- Update the readme with direct upload details by
@danwkennedyin actions/upload-artifact#795- Readme: bump all the example versions to v7 by
@danwkennedyin actions/upload-artifact#796- Include changes in typespec/ts-http-runtime 0.3.5 by
@yacaovsncin actions/upload-artifact#797Full Changelog: https://github.com/actions/upload-artifact/compare/v7...v7.0.1
v7.0.0
v7 What's new
Direct Uploads
Adds support for uploading single files directly (unzipped). Callers can set the new
archiveparameter tofalseto skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. Thenameparameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.ESM
To support new versions of the
@actions/*packages, we've upgraded the package to ESM.What's Changed
- Add proxy integration test by
@Link- in actions/upload-artifact#754- Upgrade the module to ESM and bump dependencies by
@danwkennedyin actions/upload-artifact#762- Support direct file uploads by
@danwkennedyin actions/upload-artifact#764New Contributors
@Link- made their first contribution in actions/upload-artifact#754Full Changelog: https://github.com/actions/upload-artifact/compare/v6...v7.0.0
v6.0.0
v6 - What's new
[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (
runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.Node.js 24
This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.
What's Changed
- Upload Artifact Node 24 support by
@salmanmkcin actions/upload-artifact#719- fix: update
@actions/artifactfor Node.js 24 punycode deprecation by@salmanmkcin actions/upload-artifact#744- prepare release v6.0.0 for Node.js 24 support by
@salmanmkcin actions/upload-artifact#745Full Changelog: https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0
v5.0.0
What's Changed
... (truncated)
043fb46
Merge pull request #797
from actions/yacaovsnc/update-dependency634250c
Include changes in typespec/ts-http-runtime 0.3.5e454baa
Readme: bump all the example versions to v7 (#796)74fad66
Update the readme with direct upload details (#795)bbbca2d
Support direct file uploads (#764)589182c
Upgrade the module to ESM and bump dependencies (#762)47309c9
Merge pull request #754
from actions/Link-/add-proxy-integration-tests02a8460
Add proxy integration testb7c566a
Merge pull request #745
from actions/upload-artifact-v6-releasee516bc8
docs: correct description of Node.js 24 support in READMESourced from actions/download-artifact's releases.
v8.0.1
What's Changed
- Support for CJK characters in the artifact name by
@danwkennedyin actions/download-artifact#471- Add a regression test for artifact name + content-type mismatches by
@danwkennedyin actions/download-artifact#472Full Changelog: https://github.com/actions/download-artifact/compare/v8...v8.0.1
v8.0.0
v8 - What's new
[!IMPORTANT] actions/download-artifact@v8 has been migrated to an ESM module. This should be transparent to the caller but forks might need to make significant changes.
[!IMPORTANT] Hash mismatches will now error by default. Users can override this behavior with a setting change (see below).
Direct downloads
To support direct uploads in
actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks theContent-Typeheader ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the newskip-decompressparameter totrue.Enforced checks (breaking)
A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the
digest-mismatchparameter. To be secure by default, we are now defaulting the behavior toerrorwhich will fail the workflow run.ESM
To support new versions of the @actions/* packages, we've upgraded the package to ESM.
What's Changed
- Don't attempt to un-zip non-zipped downloads by
@danwkennedyin actions/download-artifact#460- Add a setting to specify what to do on hash mismatch and default it to
errorby@danwkennedyin actions/download-artifact#461Full Changelog: https://github.com/actions/download-artifact/compare/v7...v8.0.0
v7.0.0
v7 - What's new
[!IMPORTANT] actions/download-artifact@v7 now runs on Node.js 24 (
runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.Node.js 24
This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.
What's Changed
- Update GHES guidance to include reference to Node 20 version by
@patrikpolyakin actions/download-artifact#440- Download Artifact Node24 support by
@salmanmkcin actions/download-artifact#415- fix: update
@actions/artifactto fix Node.js 24 punycode deprecation by@salmanmkcin actions/download-artifact#451- prepare release v7.0.0 for Node.js 24 support by
@salmanmkcin actions/download-artifact#452
... (truncated)
3e5f45b
Add regression tests for CJK characters (#471)e6d03f6
Add a regression test for artifact name + content-type mismatches (#472)70fc10c
Merge pull request #461
from actions/danwkennedy/digest-mismatch-behaviorf258da9
Add change docsccc058e
Fix linting issuesbd7976b
Add a setting to specify what to do on hash mismatch and default it to
errorac21fcf
Merge pull request #460
from actions/danwkennedy/download-no-unzip15999bf
Add note about package bumps974686e
Bump the version to v8 and add release notesfbe48b1
Update test names to make it clearer what they doSourced from @anthropic-ai/claude-agent-sdk's releases.
v0.3.187
What's changed
- Added
sandbox.credentialsto SDK settings types for configuring credential file and environment variable denial in sandboxed commandsUpdate
npm install @anthropic-ai/claude-agent-sdk@0.3.187 # or yarn add @anthropic-ai/claude-agent-sdk@0.3.187 # or pnpm add @anthropic-ai/claude-agent-sdk@0.3.187 # or bun add @anthropic-ai/claude-agent-sdk@0.3.187
Sourced from @anthropic-ai/claude-agent-sdk's changelog.
0.3.187
- Added
sandbox.credentialsto SDK settings types for configuring credential file and environment variable denial in sandboxed commands
4279d96
chore: Update CHANGELOG.mdSourced from posthog-node's releases.
posthog-node@5.38.4
5.38.4
Patch Changes
- #3938
6391106Thanks@dustinbyrne! - Respectdisable_capture_url_hasheswhen capturing Express and NestJS request URLs. (2026-06-23)posthog-node@5.38.3
5.38.3
Patch Changes
- #3937
4d59d0eThanks@marandaneto! - Deprecate the Node SDK Sentry integration and point users to PostHog Error Tracking for Node. (2026-06-23)- Updated dependencies [
440e370]:
@posthog/core@1.37.0
Sourced from posthog-node's changelog.
5.38.4
Patch Changes
- #3938
6391106Thanks@dustinbyrne! - Respectdisable_capture_url_hasheswhen capturing Express and NestJS request URLs. (2026-06-23)5.38.3
Patch Changes
- #3937
4d59d0eThanks@marandaneto! - Deprecate the Node SDK Sentry integration and point users to PostHog Error Tracking for Node. (2026-06-23)- Updated dependencies [
440e370]:
@posthog/core@1.37.0
2a60c21
chore: update versions and lockfile [version bump]6391106
fix(node): respect URL hash capture config (#3938)a3136c6
chore: update versions and lockfile [version bump]bf6947d
feat(react-native): support session replay event triggers (#3932)2628a1a
chore: update versions and lockfile [version bump]4d59d0e
chore(node): mark Sentry integration deprecated (#3937)1481f6d
chore: update versions and lockfile [version bump]a4c4d31
chore: template public API snapshot versions (#3934)c28b161
feat: strip URL hashes from captured URLs (#3921)Sourced from @effect/atom-react's changelog.
4.0.0-beta.87
Patch Changes
4.0.0-beta.86
Patch Changes
a2e306a
Version Packages (beta) (#2467)595bb5e
Version Packages (beta) (#2447)Sourced from tldts's releases.
v7.4.4
:scroll: Update Public Suffix List
Authors: 1
- Rémi (
@remusao)v7.4.3
:scroll: Update Public Suffix List
:nut_and_bolt: Dependencies
- Bump rollup from 4.61.0 to 4.61.1 #2602 (
@dependabot[bot])- Bump typescript-eslint from 8.60.0 to 8.60.1 #2601 (
@dependabot[bot])- Bump rollup from 4.60.4 to 4.61.0 #2600 (
@dependabot[bot])Authors: 2
@dependabot[bot]- Rémi (
@remusao)v7.4.2
:scroll: Update Public Suffix List
:nut_and_bolt: Dependencies
- Bump eslint-plugin-prettier from 5.5.5 to 5.5.6 #2598 (
@dependabot[bot])Authors: 2
@dependabot[bot]- Rémi (
@remusao)v7.4.1
:scroll: Update Public Suffix List
:memo: Documentation
... (truncated)
Sourced from tldts's changelog.
v7.4.4 (Tue Jun 23 2026)
:scroll: Update Public Suffix List
Authors: 1
- Rémi (
@remusao)
v7.4.3 (Mon Jun 15 2026)
:scroll: Update Public Suffix List
:nut_and_bolt: Dependencies
- Bump rollup from 4.61.0 to 4.61.1 #2602 (
@dependabot[bot])- Bump typescript-eslint from 8.60.0 to 8.60.1 #2601 (
@dependabot[bot])- Bump rollup from 4.60.4 to 4.61.0 #2600 (
@dependabot[bot])Authors: 2
@dependabot[bot]- Rémi (
@remusao)
v7.4.2 (Sat May 30 2026)
:scroll: Update Public Suffix List
:nut_and_bolt: Dependencies
- Bump eslint-plugin-prettier from 5.5.5 to 5.5.6 #2598 (
@dependabot[bot])Authors: 2
@dependabot[bot]- Rémi (
@remusao)
... (truncated)
8712f6f
Bump version to: v7.4.4 [skip ci]e8026b6
Update CHANGELOG.md [skip ci]1cd9297
Update upstream public suffix list (#2614)4447fc1
Bump version to: v7.4.3 [skip ci]c4f38f8
Update CHANGELOG.md [skip ci]4f4ca83
Update upstream public suffix list (#2605)e3e6676
Bump rollup from 4.61.0 to 4.61.1 (#2602)1487cf1
Bump typescript-eslint from 8.60.0 to 8.60.1 (#2601)744d854
Bump rollup from 4.60.4 to 4.61.0 (#2600)4c41bb2
Bump version to: v7.4.2 [skip ci]This version was pushed to npm by GitHub Actions, a new releaser for tldts since your current version.
Sourced from github.com/posthog/posthog-go's changelog.
1.16.2
Patch Changes
- 76de226: Dedupe
$feature_flag_calledevents by feature flag response value.
89309b8
chore: release v1.16.2 [version bump] [skip ci]76de226
fix: Dedupe feature flag called events by response (#234)Sourced from @anthropic-ai/claude-agent-sdk's releases.
v0.3.191
What's changed
- Added
old_sourcefield toNotebookEdittool results forreplaceanddeleteoperations, enabling inline diffs- Added
seven_day_overage_includedtoSDKRateLimitInfo.rateLimitTypefor per-model weekly usage limits- Added
model_scopedarray to usage response for per-model weekly limit windows with utilization and reset times- Fixed fast mode reverting to standard after the first turn when
settingSourcesincludes user/project settingsUpdate
npm install @anthropic-ai/claude-agent-sdk@0.3.191 # or yarn add @anthropic-ai/claude-agent-sdk@0.3.191 # or pnpm add @anthropic-ai/claude-agent-sdk@0.3.191 # or bun add @anthropic-ai/claude-agent-sdk@0.3.191v0.3.190
What's changed
- Updated to parity with Claude Code v2.1.190
Update
npm install @anthropic-ai/claude-agent-sdk@0.3.190 # or yarn add @anthropic-ai/claude-agent-sdk@0.3.190 # or pnpm add @anthropic-ai/claude-agent-sdk@0.3.190 # or bun add @anthropic-ai/claude-agent-sdk@0.3.190
Sourced from @anthropic-ai/claude-agent-sdk's changelog.
0.3.191
- Added
old_sourcefield toNotebookEdittool results forreplaceanddeleteoperations, enabling inline diffs- Added
seven_day_overage_includedtoSDKRateLimitInfo.rateLimitTypefor per-model weekly usage limits- Added
model_scopedarray to usage response for per-model weekly limit windows with utilization and reset times- Fixed fast mode reverting to standard after the first turn when
settingSourcesincludes user/project settings0.3.190
- Updated to parity with Claude Code v2.1.190
0.3.188
- Updated to parity with Claude Code v2.1.188
7eef35d
chore: Update CHANGELOG.mdb9c030b
chore: Update CHANGELOG.mdSourced from @anthropic-ai/sdk's releases.
sdk: v0.106.0
0.106.0 (2026-06-24)
Full Changelog: sdk-v0.105.0...sdk-v0.106.0
Features
- client: add support for system.message streaming events (a7c14b7)
Bug Fixes
- helpers: single source for x-stainless-helper, append semantics, and tag the fallback middleware (#107) (106bea0)
Chores
Sourced from @anthropic-ai/sdk's changelog.
0.106.0 (2026-06-24)
Full Changelog: sdk-v0.105.0...sdk-v0.106.0
Features
- client: add support for system.message streaming events (a7c14b7)
Bug Fixes
- helpers: single source for x-stainless-helper, append semantics, and tag the fallback middleware (#107) (106bea0)
Chores
0ffdbfa
chore: release main (#1098)Sourced from posthog-node's releases.
posthog-node@5.38.5
5.38.5
Patch Changes
- #3955
8e9689aThanks@marandaneto! - Dedupe feature flag called events per returned flag value. (2026-06-24)- Updated dependencies [
8e9689a]:
@posthog/core@1.37.3
Sourced from posthog-node's changelog.
5.38.5
Patch Changes
- #3955
8e9689aThanks@marandaneto! - Dedupe feature flag called events per returned flag value. (2026-06-24)- Updated dependencies [
8e9689a]:
@posthog/core@1.37.3
5c4838f
chore: update versions and lockfile [version bump]8e9689a
fix: Dedupe feature flag called events by response (#3955)46b3836
Version Packages (beta) (#2473)