Skip to content

chore: relocate pending changesets to .sampo/changesets#690

Merged
ablaszkiewicz merged 2 commits into
mainfrom
chore/relocate-changesets
Jun 22, 2026
Merged

chore: relocate pending changesets to .sampo/changesets#690
ablaszkiewicz merged 2 commits into
mainfrom
chore/relocate-changesets

Conversation

@ablaszkiewicz

@ablaszkiewicz ablaszkiewicz commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Fix recent releases

Sampo (and the Release workflow trigger) only reads changesets from
.sampo/changesets/, but several were created under the legacy .changeset/
dir and never triggered a release.

- Move the two genuinely-unreleased changesets so they ship in the next release:
  - brave-otters-mask.md  (#688, code-variables masking)
  - quiet-horses-type.md  (#685, strict public API types)
- Delete five whose code already shipped in 7.20.0 (re-releasing would add
  changelog entries for already-published changes):
  calm-contexts-capture, fuzzy-pandas-scope, green-ravens-validate,
  polite-wolves-warn, sweet-ravens-tap

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@greptile-apps

greptile-apps Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Reviews (1): Last reviewed commit: "chore: relocate pending changesets to .s..." | Re-trigger Greptile

@ablaszkiewicz ablaszkiewicz marked this pull request as ready for review June 22, 2026 14:38
@ablaszkiewicz ablaszkiewicz requested a review from a team as a code owner June 22, 2026 14:38
@marandaneto

Copy link
Copy Markdown
Member

whaat

@marandaneto

Copy link
Copy Markdown
Member

@ablaszkiewicz lets also delete the .changeset folder so agents dont get confused

@cat-ph cat-ph left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oof, good catch! I think the deleted changesets were already released? do we need to backfill changelog with their descriptions? 😬

@ablaszkiewicz

Copy link
Copy Markdown
Contributor Author

@cat-ph. Most of them (just no the 2 I moved) were released. I wouldn't touch changelog which is now auto generated. The two remaining will be added to the next patch

@marandaneto

Copy link
Copy Markdown
Member

@cat-ph. Most of them (just no the 2 I moved) were released. I wouldn't touch changelog which is now auto generated. The two remaining will be added to the next patch

i think we can manually append the changeset to the correct version if already released, otherwise its gonna list in the wrong version
we can also update the github releases manually if needed

@marandaneto

Copy link
Copy Markdown
Member

i am auditing other sdks, maybe there were more cases with sampo releases

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@ablaszkiewicz ablaszkiewicz enabled auto-merge (squash) June 22, 2026 14:47
@github-actions

github-actions Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

posthog-python Compliance Report

Date: 2026-06-22 14:56:39 UTC
Duration: 530156ms

✅ All Tests Passed!

45/45 tests passed


Capture Tests

29/29 tests passed

View Details
Test Status Duration
Format Validation.Event Has Required Fields 520ms
Format Validation.Event Has Uuid 10008ms
Format Validation.Event Has Lib Properties 10007ms
Format Validation.Distinct Id Is String 10008ms
Format Validation.Token Is Present 10007ms
Format Validation.Custom Properties Preserved 10008ms
Format Validation.Event Has Timestamp 10007ms
Retry Behavior.Retries On 503 18021ms
Retry Behavior.Does Not Retry On 400 12004ms
Retry Behavior.Does Not Retry On 401 10007ms
Retry Behavior.Respects Retry After Header 16015ms
Retry Behavior.Implements Backoff 30016ms
Retry Behavior.Retries On 500 13014ms
Retry Behavior.Retries On 502 16011ms
Retry Behavior.Retries On 504 16011ms
Retry Behavior.Max Retries Respected 30018ms
Deduplication.Generates Unique Uuids 7002ms
Deduplication.Preserves Uuid On Retry 16016ms
Deduplication.Preserves Uuid And Timestamp On Retry 23020ms
Deduplication.Preserves Uuid And Timestamp On Batch Retry 16006ms
Deduplication.No Duplicate Events In Batch 10003ms
Deduplication.Different Events Have Different Uuids 10007ms
Compression.Sends Gzip When Enabled 10007ms
Batch Format.Uses Proper Batch Structure 10007ms
Batch Format.Flush With No Events Sends Nothing 5006ms
Batch Format.Multiple Events Batched Together 10006ms
Error Handling.Does Not Retry On 403 12008ms
Error Handling.Does Not Retry On 413 10009ms
Error Handling.Retries On 408 14013ms

Feature_Flags Tests

16/16 tests passed

View Details
Test Status Duration
Request Payload.Request With Person Properties Device Id 9502ms
Request Payload.Flags Request Uses V2 Query Param 10007ms
Request Payload.Flags Request Hits Flags Path Not Decide 10007ms
Request Payload.Flags Request Omits Authorization Header 10008ms
Request Payload.Token In Flags Body Matches Init 10007ms
Request Payload.Groups Round Trip 10007ms
Request Payload.Groups Default To Empty Object 10006ms
Request Payload.Person Properties Distinct Id Auto Populated When Caller Omits It 10007ms
Request Payload.Disable Geoip False Propagates As Geoip Disable False 10007ms
Request Payload.Disable Geoip Omitted Defaults To False 10007ms
Request Payload.Flag Keys To Evaluate Contains Only Requested Key 10007ms
Request Lifecycle.No Flags Request On Init Alone 5003ms
Request Lifecycle.No Flags Request On Normal Capture 10508ms
Request Lifecycle.Two Flag Calls Produce Two Remote Requests 9512ms
Request Lifecycle.Mock Response Value Is Returned To Caller 10002ms
Side Effect Events.Get Feature Flag Captures Feature Flag Called Event 10509ms

@ablaszkiewicz ablaszkiewicz merged commit c359f93 into main Jun 22, 2026
31 checks passed
@ablaszkiewicz ablaszkiewicz deleted the chore/relocate-changesets branch June 22, 2026 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants