Skip to content

chore: use changelog for GitHub release notes#110

Merged
marandaneto merged 1 commit into
mainfrom
chore/use-changelog-release-notes
May 5, 2026
Merged

chore: use changelog for GitHub release notes#110
marandaneto merged 1 commit into
mainfrom
chore/use-changelog-release-notes

Conversation

@marandaneto
Copy link
Copy Markdown
Member

💡 Motivation and Context

GitHub releases should use the SDK changelog entry as the release body instead of auto-generated release notes, so published release notes match the changelog markdown.

💚 How did you test it?

  • Ran git diff --check.
  • Reviewed the release workflow diff against other SDK release workflows that read CHANGELOG.md before creating GitHub releases.

📝 Checklist

  • I reviewed the submitted code.
  • I added tests to verify the changes.
  • I updated the docs if needed.
  • No breaking change or entry added to the changelog.

If releasing new changes

  • Ran sampo add to generate a changeset file

@marandaneto marandaneto requested review from a team and rafaeelaudibert as code owners May 5, 2026 13:29
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

posthog-elixir Compliance Report

Date: 2026-05-05 13:32:24 UTC
Duration: 107387ms

⚠️ Some Tests Failed

40/45 tests passed, 5 failed


Capture Tests

29/29 tests passed

View Details
Test Status Duration
Format Validation.Event Has Required Fields 610ms
Format Validation.Event Has Uuid 610ms
Format Validation.Event Has Lib Properties 611ms
Format Validation.Distinct Id Is String 611ms
Format Validation.Token Is Present 610ms
Format Validation.Custom Properties Preserved 622ms
Format Validation.Event Has Timestamp 610ms
Retry Behavior.Retries On 503 5616ms
Retry Behavior.Does Not Retry On 400 2613ms
Retry Behavior.Does Not Retry On 401 2613ms
Retry Behavior.Respects Retry After Header 5616ms
Retry Behavior.Implements Backoff 15625ms
Retry Behavior.Retries On 500 5616ms
Retry Behavior.Retries On 502 5616ms
Retry Behavior.Retries On 504 5615ms
Retry Behavior.Max Retries Respected 15627ms
Deduplication.Generates Unique Uuids 622ms
Deduplication.Preserves Uuid On Retry 5617ms
Deduplication.Preserves Uuid And Timestamp On Retry 10621ms
Deduplication.Preserves Uuid And Timestamp On Batch Retry 5619ms
Deduplication.No Duplicate Events In Batch 616ms
Deduplication.Different Events Have Different Uuids 615ms
Compression.Sends Gzip When Enabled 611ms
Batch Format.Uses Proper Batch Structure 610ms
Batch Format.Flush With No Events Sends Nothing 608ms
Batch Format.Multiple Events Batched Together 614ms
Error Handling.Does Not Retry On 403 2612ms
Error Handling.Does Not Retry On 413 2612ms
Error Handling.Retries On 408 5615ms

Feature_Flags Tests

⚠️ 11/16 tests passed, 5 failed

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

Failures

request_payload.request_with_person_properties_device_id

Field 'token' not found in /flags request body at path 'token'. Available keys: ['groups', 'distinct_id', 'api_key', 'flag_keys_to_evaluate', 'geoip_disable', 'group_properties', 'person_properties']

request_payload.token_in_flags_body_matches_init

Field 'token' not found in /flags request body at path 'token'. Available keys: ['groups', 'distinct_id', 'api_key', 'flag_keys_to_evaluate', 'group_properties', 'person_properties']

request_payload.disable_geoip_omitted_defaults_to_false

Field 'geoip_disable' not found in /flags request body at path 'geoip_disable'. Available keys: ['groups', 'distinct_id', 'api_key', 'flag_keys_to_evaluate', 'group_properties', 'person_properties']

request_lifecycle.mock_response_value_is_returned_to_caller

Last action result missing field 'value'. Keys: ['error', 'success']

side_effect_events.get_feature_flag_captures_feature_flag_called_event

Expected 1 events with name '$feature_flag_called', got 0

@marandaneto marandaneto enabled auto-merge (squash) May 5, 2026 13:35
@marandaneto marandaneto merged commit 7925b97 into main May 5, 2026
23 checks passed
@marandaneto marandaneto deleted the chore/use-changelog-release-notes branch May 5, 2026 13:59
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.

2 participants