Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: headers and query item capability added to proxy server #1

Open
wants to merge 34 commits into
base: master
Choose a base branch
from

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    918d3ad View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    91c16b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. automatically collecting common mobile events is a legacy feature so …

    …make it false by default to be consistent.
    zihejia authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    488edd8 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Prevent crashes in unregisterSuperProperty

    Fixes thread safety in currentSuperProperties, unregisterSuperProperty and updateSuperProperty.
    Dale Swift committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    ec16672 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. fix CI

    zihejia committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    618d245 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mixpanel#624 from mixpanel/zihe-fix-CI-flake

    fix flaky CI tests
    zihejia authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a8c862f View commit details
    Browse the repository at this point in the history
  3. Merge pull request mixpanel#623 from daleswift/prevent-crash-unregist…

    …erSuperProperty
    
    Prevent crashes in unregisterSuperProperty
    zihejia authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    ffd0d35 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Automatic Props

    ay8s committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    5b375ea View commit details
    Browse the repository at this point in the history
  2. Import UIKit

    ay8s committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    0f10d84 View commit details
    Browse the repository at this point in the history
  3. Remoev print

    ay8s committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3750264 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Merge pull request mixpanel#627 from ay8s/task/visionos

    visionOS Operating System & Version along with Automatic Events
    zihejia authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    9438b4a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. added comment for macos initialize function and separated MixpanelIns…

    …tance creation for ProxyServerConfig & ServerURL
    mohitanand-cred committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    c432bc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. add privacy manifest

    jaredmixpanel committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    324d59f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1d64e7 View commit details
    Browse the repository at this point in the history
  3. Version 4.2.1

    jaredmixpanel committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    5ba0816 View commit details
    Browse the repository at this point in the history
  4. Update docs

    jaredmixpanel committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    60e265a View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG

    zihejia committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    4fa0f5d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. move privacy manifest

    jaredmixpanel committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8c9b38a View commit details
    Browse the repository at this point in the history
  2. Merge pull request mixpanel#634 from mixpanel/jared-move-privacy-mani…

    …fest
    
    Move privacy manifest from sample app to SDK
    jaredmixpanel authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6f0a966 View commit details
    Browse the repository at this point in the history
  3. Version 4.2.2

    jaredmixpanel committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9f4de4f View commit details
    Browse the repository at this point in the history
  4. Update docs

    jaredmixpanel committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e133990 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG

    zihejia committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    09f6555 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    1aae2cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f021d9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request mixpanel#636 from mixpanel/jared-privacy-resource

    Make privacy manifest a resource
    jaredmixpanel authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6c592db View commit details
    Browse the repository at this point in the history
  4. Version 4.2.3

    jaredmixpanel committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    9450536 View commit details
    Browse the repository at this point in the history
  5. Update docs

    jaredmixpanel committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f9c08fa View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG

    zihejia committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    fe2ed53 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    aeb303f View commit details
    Browse the repository at this point in the history
  2. Merge pull request mixpanel#638 from mixpanel/jared-pod-resources-bundle

    Use s.resources_bundle in podspec instead of s.resources
    jaredmixpanel authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    bf6c6f7 View commit details
    Browse the repository at this point in the history
  3. Version 4.2.4

    jaredmixpanel committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    8cc55a6 View commit details
    Browse the repository at this point in the history
  4. Update docs

    jaredmixpanel committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c3be71e View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG

    zihejia committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e84dcf7 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Merge branch 'master' of https://github.com/mixpanel/mixpanel-swift i…

    …nto feat/proxy_server_header_capability
    mohitanand-cred committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    68ea193 View commit details
    Browse the repository at this point in the history