Skip to content

feat(surveys): bump native sdks to support event property filtering#333

Merged
adboio merged 1 commit intomainfrom
03-11-feat_surveys_bump_native_sdks_to_support_event_property_filtering
Mar 12, 2026
Merged

feat(surveys): bump native sdks to support event property filtering#333
adboio merged 1 commit intomainfrom
03-11-feat_surveys_bump_native_sdks_to_support_event_property_filtering

Conversation

@adboio
Copy link
Copy Markdown
Contributor

@adboio adboio commented Mar 11, 2026

💡 Motivation and Context

ios and android now support event property filters:

https://github.com/PostHog/posthog-android/releases/tag/android-v3.38.0

https://github.com/PostHog/posthog-ios/releases/tag/3.47.0

updating flutter min version requirements, so flutter works too 💪

closes #263

💚 How did you test it?

manual testing

📝 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 pnpm changeset to generate a changeset file
  • Added the release label to the PR

Copy link
Copy Markdown
Contributor Author

adboio commented Mar 11, 2026

This stack of pull requests is managed by Graphite. Learn more about stacking.

@adboio adboio added the release label Mar 12, 2026 — with Graphite App
@adboio adboio marked this pull request as ready for review March 12, 2026 17:23
@adboio adboio requested a review from a team as a code owner March 12, 2026 17:23
@adboio adboio merged commit bba1d83 into main Mar 12, 2026
25 of 30 checks passed
@adboio adboio deleted the 03-11-feat_surveys_bump_native_sdks_to_support_event_property_filtering branch March 12, 2026 17:47
adboio added a commit to PostHog/posthog that referenced this pull request Mar 12, 2026
# 🚨 pending flutter release version confirmation

see PostHog/posthog-flutter#333

## Problem

all the mobile sdks just got event property filters, docs are out of date

<!-- Who are we building for, what are their needs, why is this important? -->

<!-- Does this fix an issue? Uncomment the line below with the issue ID to automatically close it when merged -->

<!-- Closes #ISSUE_ID -->

## Changes

updating docs

<!-- If there are frontend changes, please include screenshots. -->

<!-- If a reference design was involved, include a link to the relevant Figma frame! -->

## How did you test this code?

<!-- Briefly describe the steps you took. -->

<!-- Include automated tests if possible, otherwise describe the manual testing routine. -->

<!-- If you are an agent writing this, do NOT include manual tasks you have NOT completed. You can clearly outline you're simply an agent and you haven't tested this manually except for code-based unit/integration tests -->

👉 _Stay up-to-date with_ [_PostHog coding conventions_](https://posthog.com/docs/contribute/coding-conventions) _for a smoother review._

## Publish to changelog?

<!-- For features only -->

<!-- If publishing, you must provide changelog details in the #changelog Slack channel. You will receive a follow-up PR comment or notification. -->

<!-- If not, write "no" or "do not publish to changelog" to explicitly opt-out of posting to #changelog. Removing this entire section will not prevent posting. -->

<!-- ## 🤖 LLM context -->

<!-- If an LLM agent co-authored or authored this PR, uncomment this section and leave any relevant context about the session, tools used, link to the session, or anything else that may help reviewers. -->
warpbuild-benchmark-bot bot added a commit to WarpBuilds/benchmarks-posthog that referenced this pull request Mar 12, 2026
# 🚨 pending flutter release version confirmation

see PostHog/posthog-flutter#333

## Problem

all the mobile sdks just got event property filters, docs are out of date

<!-- Who are we building for, what are their needs, why is this important? -->

<!-- Does this fix an issue? Uncomment the line below with the issue ID to automatically close it when merged -->

<!-- Closes #ISSUE_ID -->

## Changes

updating docs

<!-- If there are frontend changes, please include screenshots. -->

<!-- If a reference design was involved, include a link to the relevant Figma frame! -->

## How did you test this code?

<!-- Briefly describe the steps you took. -->

<!-- Include automated tests if possible, otherwise describe the manual testing routine. -->

<!-- If you are an agent writing this, do NOT include manual tasks you have NOT completed. You can clearly outline you're simply an agent and you haven't tested this manually except for code-based unit/integration tests -->

👉 _Stay up-to-date with_ [_PostHog coding conventions_](https://posthog.com/docs/contribute/coding-conventions) _for a smoother review._

## Publish to changelog?

<!-- For features only -->

<!-- If publishing, you must provide changelog details in the #changelog Slack channel. You will receive a follow-up PR comment or notification. -->

<!-- If not, write "no" or "do not publish to changelog" to explicitly opt-out of posting to #changelog. Removing this entire section will not prevent posting. -->

<!-- ## 🤖 LLM context -->

<!-- If an LLM agent co-authored or authored this PR, uncomment this section and leave any relevant context about the session, tools used, link to the session, or anything else that may help reviewers. -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Surveys: Support event trigger property filters

2 participants