Changelog

Keep track of the latest updates, improvements, and bug fixes to the MyAppAPI platform. We're constantly working to enhance our service and provide you with the best possible experience.

Stay Updated

Subscribe to our changelog to receive notifications when we release new features or updates.

v3.2.0 May 10, 2025

Major Features

  • Feature

    GraphQL API is now generally available

    After several months in beta, our GraphQL API is now officially available to all users. Access a more flexible and efficient way to interact with our API with fewer requests and more precise data fetching.

  • Feature

    Interactive API Explorer

    A new interactive API Explorer is now available in the documentation. Test API endpoints directly in your browser without writing any code, and generate code snippets in multiple languages.

Improvements

  • Improvement

    Increased rate limits for Pro and Enterprise plans

    We've increased the default rate limits for Pro plans (from 5,000 to 10,000 requests per minute) and Enterprise plans (from 20,000 to 50,000 requests per minute).

  • Improvement

    Enhanced webhook delivery reliability

    Added exponential backoff and improved retry logic for webhook deliveries, resulting in a 99.9% successful delivery rate.

  • Improvement

    Expanded SDK language support

    Added official SDK support for Ruby and Go, with full type safety and comprehensive documentation.

Bug Fixes

  • Fix

    Fixed pagination issue in resource listings

    Resolved an issue where the next_cursor value was occasionally invalid when paginating through large resource collections.

  • Fix

    Corrected timestamp format in event payloads

    All timestamps in event payloads now consistently use ISO 8601 format with UTC timezone.

v3.1.2 April 25, 2025

Security

  • Security

    Security patches for authentication system

    Implemented important security updates to the authentication system, addressing potential vulnerabilities. All users should update their SDKs to the latest version.

Bug Fixes

  • Fix

    Fixed file upload issue in Python SDK

    Resolved an issue where large file uploads using the Python SDK would occasionally timeout without proper error handling.

  • Fix

    Corrected resource update response format

    Fixed inconsistent response format when updating resources with partial data.

v3.1.1 April 12, 2025

Bug Fixes

  • Fix

    Fixed JavaScript SDK compatibility issue

    Resolved a compatibility issue with the JavaScript SDK that could cause errors in Internet Explorer 11 and older browsers.

  • Fix

    Corrected error handling in batch operations

    Improved error handling and reporting for bulk operations, ensuring all errors are properly captured and returned.

v3.1.0 April 5, 2025

Features

  • Feature

    Advanced filtering capabilities

    Added support for complex filtering expressions in list endpoints, allowing for more precise data queries with logical operators (AND, OR, NOT) and nested conditions.

  • Feature

    Batch operations for resources

    New endpoints for creating, updating, and deleting multiple resources in a single API call, significantly improving performance for bulk operations.

Improvements

  • Improvement

    Enhanced webhook delivery monitoring

    Added detailed delivery logs and statistics for webhooks, available through the API and dashboard.

  • Improvement

    Optimized response times for list operations

    Implemented database query optimizations resulting in up to 40% faster response times for list operations with large datasets.

v3.0.0 March 15, 2025
Stable Breaking Changes GitHub View on GitHub

Major Release Highlights

  • Feature

    Complete API redesign with improved consistency

    We've redesigned our API from the ground up to provide a more consistent, intuitive experience. All endpoints now follow the same patterns for request/response formats, error handling, and pagination.

  • Feature

    GraphQL API (Beta)

    Introducing our new GraphQL API, allowing more flexible and efficient data fetching with fewer requests.

  • Feature

    Completely rewritten SDKs for all languages

    We've rebuilt our SDKs from scratch with modern language features, improved type safety, better error handling, and comprehensive documentation.

  • Feature

    Real-time capabilities with WebSockets

    Added support for real-time updates via WebSockets, allowing your applications to receive instant notifications about changes to your data.

Breaking Changes

  • Breaking

    Changed response format structure

    All API responses now follow a standardized format with data, meta, and error top-level fields. This affects all endpoints.

  • Breaking

    Updated authentication mechanisms

    Deprecated API key query parameters in favor of header-based authentication. All requests now require the Authorization header.

  • Breaking

    Renamed and restructured resource endpoints

    Resource endpoints have been renamed and restructured for consistency. Refer to the migration guide for mapping between old and new endpoints.

  • Breaking

    Changed pagination mechanism

    Updated from page-based pagination to cursor-based pagination for improved performance and consistency.

Improvements

  • Improvement

    Enhanced error messages

    More detailed, consistent error messages with unique error codes and helpful debugging information.

  • Improvement

    Performance optimizations

    Significant performance improvements across all endpoints, with average response times reduced by 60%.

  • Improvement

    Expanded rate limits

    Increased default rate limits for all plans to support more intensive workloads.