# Update source-mailerlite This PR was autogenerated by running `airbyte-ci connectors --name=source-mailerlite up_to_date --pull` We've set the `auto-merge` label on it, so it will be automatically merged if the CI pipelines pass. If you don't want to merge it automatically, please remove the `auto-merge` label. Please reach out to the Airbyte Connector Tooling team if you have any questions or concerns. ## Operations - Upgrade the base image to the latest version in metadata.yaml: Successful - PATCH bump source-mailerlite version to 1.1.14: Successful - Build source-mailerlite docker image for platform(s) linux/amd64, linux/arm64: Successful - Get dependency updates: Successful - Create or update pull request on Airbyte repository: Successful - Add changelog entry: Successful ## Dependency updates We use [`syft`](https://github.com/anchore/syft) to generate a SBOM for the latest connector version and the one from the PR. It allows us to spot the dependencies that have been updated at all levels and for all types of dependencies (system, python, java etc.). Here are the dependencies that have been updated compared to `airbyte/source-mailerlite:latest`. Keep in mind that `:latest` does not always match the connector code on the main branch. It is the latest released connector image when the head commit of this branch was created. | Type | Name | State | Previous Version | New Version | |------|------|-------|-------------|------------------| | python | airbyte-cdk | updated | 6.60.12 | **7.3.1** | | python | anyio | updated | 4.10.0 | **4.11.0** | | python | cattrs | updated | 24.1.2 | **25.2.0** | | python | importlib_metadata | updated | 8.0.0 | **8.7.0** | | python | joblib | updated | 1.5.1 | **1.5.2** | | python | jsonschema | updated | 4.17.3 | **4.25.1** | | python | pandas | updated | 2.2.2 | **2.2.3** | | python | whenever | updated | 0.6.16 | **0.8.8** | | python | zipp | updated | 3.19.2 | **3.23.0** | | python | jsonschema-specifications | added | not present | **2025.4.1** | | python | referencing | added | not present | **0.36.2** | | python | rpds-py | added | not present | **0.27.1** | | python | filelock | removed | 3.18.0 | **not present** | | python | pyrsistent | removed | 0.20.0 | **not present** | > [!IMPORTANT] > **Auto-merge enabled.** > > _This PR is set to merge automatically when all requirements are met._ Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
4.3 KiB
4.3 KiB
MailerLite
Sync overview
This source can sync data from the MailerLite API. At present this connector only supports full refresh syncs meaning that each time you use the connector it will sync all available records from scratch. Please use cautiously if you expect your API to have a lot of records.
This Source Supports the Following Streams
- campaigns
- subscribers
- automations
- timezones
- segments
- forms_popup
- forms_embedded
- forms_promotion
Features
| Feature | Supported?(Yes/No) |
|---|---|
| Full Refresh Sync | Yes |
| Incremental Sync | No |
Performance considerations
MailerLite API has a global rate limit of 120 requests per minute.
Getting started
Requirements
- MailerLite API Key
Changelog
Expand to review
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 1.1.14 | 2025-10-07 | 67521 | Update dependencies |
| 1.1.13 | 2025-09-30 | 66813 | Update dependencies |
| 1.1.12 | 2025-09-24 | 66642 | Update dependencies |
| 1.1.11 | 2025-09-09 | 66071 | Update dependencies |
| 1.1.10 | 2025-08-23 | 65376 | Update dependencies |
| 1.1.9 | 2025-08-09 | 64616 | Update dependencies |
| 1.1.8 | 2025-08-02 | 64294 | Update dependencies |
| 1.1.7 | 2025-07-19 | 63517 | Update dependencies |
| 1.1.6 | 2025-07-12 | 63146 | Update dependencies |
| 1.1.5 | 2025-07-05 | 62655 | Update dependencies |
| 1.1.4 | 2025-06-28 | 62177 | Update dependencies |
| 1.1.3 | 2025-06-21 | 61782 | Update dependencies |
| 1.1.2 | 2025-06-14 | 47585 | Update dependencies |
| 1.1.1 | 2024-08-16 | 44196 | Bump source-declarative-manifest version |
| 1.1.0 | 2024-08-15 | 44131 | Refactor connector to manifest-only format |
| 1.0.13 | 2024-08-12 | 43839 | Update dependencies |
| 1.0.12 | 2024-08-10 | 43483 | Update dependencies |
| 1.0.11 | 2024-08-03 | 43220 | Update dependencies |
| 1.0.10 | 2024-07-27 | 42758 | Update dependencies |
| 1.0.9 | 2024-07-20 | 42362 | Update dependencies |
| 1.0.8 | 2024-07-13 | 41859 | Update dependencies |
| 1.0.7 | 2024-07-10 | 41404 | Update dependencies |
| 1.0.6 | 2024-07-09 | 41150 | Update dependencies |
| 1.0.5 | 2024-07-06 | 40858 | Update dependencies |
| 1.0.4 | 2024-06-25 | 40447 | Update dependencies |
| 1.0.3 | 2024-06-22 | 40060 | Update dependencies |
| 1.0.2 | 2024-06-06 | 39181 | [autopull] Upgrade base image to v1.2.2 |
| 1.0.1 | 2024-05-30 | 38385 | [autopull] base image + poetry + up_to_date |
| 1.0.0 | 2024-05-28 | 38342 | Make compatability with builder |
| 0.1.0 | 2022-10-25 | 18336 | Initial commit |