Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
mixpanel
/
mixpanel-java
Public
Notifications
You must be signed in to change notification settings
Fork
38
Star
55
Code
Issues
3
Pull requests
13
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Multiple improvements for Java SDK
- #47
#47
Draft
santigracia
wants to merge 23 commits into
mixpanel:master
mixpanel/mixpanel-java:master
from
santigracia:master
santigracia/mixpanel-java:master
Copy head branch name to clipboard
Conversation
Commits
23
(23)
Checks
Files changed
Draft
Multiple improvements for Java SDK
#47
santigracia
wants to merge 23 commits into
mixpanel:master
mixpanel/mixpanel-java:master
from
santigracia:master
santigracia/mixpanel-java:master
Copy head branch name to clipboard
Commits
Commits on Nov 1, 2025
Add configurable import batch size (1-2000)
Show description for 3baf92b
santigracia
committed
3baf92b
View commit details
Copy full SHA for 3baf92b
Browse repository at this point
Add HTTP response logging for import endpoint errors
Show description for 91f7fc8
santigracia
committed
91f7fc8
View commit details
Copy full SHA for 91f7fc8
Browse repository at this point
Deprecate trackCharge() method - now logs error instead of tracking revenue
Show description for 1c3cb2d
santigracia
committed
1c3cb2d
View commit details
Copy full SHA for 1c3cb2d
Browse repository at this point
Support decimal increments in increment() method
Show description for 003f8b2
santigracia
committed
003f8b2
View commit details
Copy full SHA for 003f8b2
Browse repository at this point
Add customizable connection and read timeouts
Show description for 96ae95e
santigracia
committed
96ae95e
View commit details
Copy full SHA for 96ae95e
Browse repository at this point
Add payload chunking for 413 errors and improve tests
Show description for b2dde50
santigracia
committed
b2dde50
View commit details
Copy full SHA for b2dde50
Browse repository at this point
Add option to disable strict import validation
Show description for 9440687
santigracia
committed
9440687
View commit details
Copy full SHA for 9440687
Browse repository at this point
Commits on Nov 2, 2025
Improving performance when retrying rejected payloads due to size + Handle 400 'request body too large' with chunked retry
Show description for 1001ec8
santigracia
committed
1001ec8
View commit details
Copy full SHA for 1001ec8
Browse repository at this point
Document and handle Mixpanel import endpoint strict modes
Show description for f4e397a
santigracia
committed
f4e397a
View commit details
Copy full SHA for f4e397a
Browse repository at this point
Commits on Nov 8, 2025
Enforce non-empty token for MessageBuilder and import
Show description for 3a6f110
santigracia
committed
3a6f110
View commit details
Copy full SHA for 3a6f110
Browse repository at this point
Update org.json dependency version
Show description for 85ae829
santigracia
committed
85ae829
View commit details
Copy full SHA for 85ae829
Browse repository at this point
Commits on Nov 16, 2025
Add and improve JavaDoc comments for public APIs
Show description for e120a96
santigracia
committed
e120a96
View commit details
Copy full SHA for e120a96
Browse repository at this point
Commits on Nov 17, 2025
Update README.md
Show description for 4b4b937
santigracia
and
Copilot
authored
4b4b937
View commit details
Copy full SHA for 4b4b937
Browse repository at this point
Update src/main/java/com/mixpanel/mixpanelapi/MixpanelAPI.java
Show description for 5b9f50c
santigracia
and
Copilot
authored
5b9f50c
View commit details
Copy full SHA for 5b9f50c
Browse repository at this point
Commits on Nov 18, 2025
Make timeout and import mode fields thread-safe
Show description for 4f4abaf
santigracia
committed
4f4abaf
View commit details
Copy full SHA for 4f4abaf
Browse repository at this point
Quick Fix for Javadoc code formatting
Show description for 44c9724
santigracia
committed
44c9724
View commit details
Copy full SHA for 44c9724
Browse repository at this point
Update src/main/java/com/mixpanel/mixpanelapi/PayloadChunker.java
Show description for e9c6381
santigracia
and
Copilot
authored
e9c6381
View commit details
Copy full SHA for e9c6381
Browse repository at this point
Make last response fields volatile for thread safety
Show description for c4079e7
santigracia
committed
c4079e7
View commit details
Copy full SHA for c4079e7
Browse repository at this point
Merge branch 'master' of https://github.com/santigracia/mixpanel-java
santigracia
committed
4c3e9c4
View commit details
Copy full SHA for 4c3e9c4
Browse repository at this point
Commits on Nov 25, 2025
Apply safety margin to payload chunk size limit
Show description for fc50a5c
santigracia
committed
fc50a5c
View commit details
Copy full SHA for fc50a5c
Browse repository at this point
Merge branch 'master' into master
santigracia
authored
6c2024c
View commit details
Copy full SHA for 6c2024c
Browse repository at this point
Improve error diagnostics for server responses
Show description for 1215296
santigracia
committed
1215296
View commit details
Copy full SHA for 1215296
Browse repository at this point
Merge branch 'master' of https://github.com/santigracia/mixpanel-java
santigracia
committed
136d18f
View commit details
Copy full SHA for 136d18f
Browse repository at this point
You can’t perform that action at this time.