Skip to content

Latest commit

 

History

History
441 lines (243 loc) · 6.83 KB

CHANGELOG.md

File metadata and controls

441 lines (243 loc) · 6.83 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

Changed

Fixed

Removed

[0.27.0] - 2024 08 28

Added

Changed

Fixed

Removed

  • Remove simple personalization

[0.26.0] - 2024 08 26

Added

  • Add email thread references header support

Changed

Fixed

Removed

[0.25.0] - 2024 05 27

Added

  • Add show all tokens, show single token, and change token name api endpoints

Changed

Fixed

Removed

[0.24.0] - 2024 05 09

Added

  • Add the manage invite endpoints

Changed

Fixed

Removed

[0.23.0] - 2024 03 26

Added

Changed

  • Switched deprecated tightenco/collect package to illuminate/collections package

Fixed

Removed

[0.22.0] - 2024 03 25

Added

  • Add the manage user endpoints
  • Add the SMTP user endpoints
  • Add the catch_type and match_type paramter to inbound

Changed

Fixed

Removed

[0.21.0] - 2024 03 20

Added

Changed

  • Suggest to add token as .env variable instead of explicit declaration

Fixed

  • Fix composer packages cache

Removed

[0.20.0] - 2023 12 28

Added

  • Add the inbound_forward.failed as a webhook event

Changed

Fixed

Removed

[0.19.0] - 2023 12 19

Added

Changed

Fixed

Removed

  • Remove symfony dependency

[0.18.0] - 2023 12 13

Added

  • Add an endpoint to fetch a single email activity

Changed

Fixed

Removed

[0.17.0] - 2023 12 12

Added

  • Allow user to send custom headers

Changed

Fixed

Removed

[0.16.0] - 2023 11 22

Added

Changed

Fixed

  • Fetching analytics and activities with event and tag array does not work

Removed

[0.15.0] - 2023 10 03

Added

Changed

Fixed

  • Fixed in_reply_to parameter name

Removed

[0.14.0] - 2023 09 29

Added

  • Add the On Hold list to the api endpoint

Changed

  • Update to use symfony v6 as a dependency

Fixed

Removed

[0.13.0] - 2023 09 07

Added

Changed

Fixed

  • Sending email with only html param should work

Removed

[0.12.0] - 2023 07 28

Added

  • Added new webhook events
  • Added missing domain settings

Changed

Fixed

Removed

[0.11.0] - 2023 06 07

Added

  • Find Sender Identity by email

Changed

Fixed

Removed

0.10.0 - 2023 04 19

Added

  • API Quota endpoint

Changed

Fixed

Removed

  • Processed event

0.9.1 - 2023 02 07

Added

Changed

  • Symfony version constraints in composer.json

Fixed

Removed

0.9.0 - 2023 01 11

Added

  • Added manage sender identities endpoints

Changed

  • Upgrade PHPCSFixer to v3
  • Allow overriding tracking domain defaults

Fixed

  • email->send dont return error content on 422 and 429 errors

Removed

0.8.0 - 2022 10 07

Added

  • Added single email verification endpoint

Changed

Fixed

Removed

0.7.0 - 2022 09 28

Added

  • Allow users to add in-reply-to header
  • Added single email verification endpoint

Changed

Fixed

  • PHP 8.1 Deprecation errors #63 #64

Removed

0.6.0 - 2022 07 28

Added

  • Email Verification
  • SMS endpoints
  • New URL generator

Changed

Fixed

Removed

0.5.0 - 2022 02 01

Added

  • Add schedule messages endpoints
  • Add precedence bulk header

Changed

  • Moving to proper semver, will bump the MINOR version with non hotfix updates
  • Add the domain_id to the delete endpoint of suppression lists

Fixed

Removed

0.4.1 - 2021 12 07

Added

  • Add inbound routes endpoints
  • Add Domain endpoint
  • Get DNS Records endpoint

Changed

Fixed

  • Add reply_to option to README.md

Removed

0.4.0 - 2021 10 13

Added

  • Add template endpoints
  • Add the recipient/suppression lists endpoints
  • Add domain verification endpoint
  • Bulk email endpoints

0.3.1 - 2021 06 16

Changed

  • Updated constant to identify SDK version

0.3.0 - 2021 06 16

Added

  • Add GET, PUT and DELETE methods to HttpLayer class
  • Messages API, listing resources, and showing a specific one.
  • Webhook, get, find, create, update, and delete endpoints.
  • Token create, update, delete endpoints.
  • Activity API: list all activities endpoint.
  • Analytics API: activities data by date, opens by country, opens by user-agent name and opens by reading environment.
  • Domain API: list domains, get a single domain, delete domain, get recipients for a domain and update domain settings.
  • Recipients endpoint, List, Find, and Delete.

Changed

Fixed

Removed

0.2.1 - 2021 04 23

Added

  • Debugging validation errors to GUIDE.md

Changed

  • master to main

Fixed

  • Some problems with tags and main
  • GUIDE.md fixes

0.2 - 2021 01 28

Added

  • PHP 8 support
  • Github Actions testing for multiple versions of PHP

Changed

  • Guzzle 6 to Guzzle 7 in require-dev.
  • tightenco/collect version constraint update.
  • Suggest php-http/guzzle7-adapter instead of php-http/guzzle6-adapter for install instructions.

0.1.1 - 2020 09 01

Changed

  • collect helper changed to Collection class
  • from and subject are not mandatory if template_id is set

Added

  • PSR-7 and PSR-18 based HTTP adapter
  • POST email/send endpoint support
  • Helpers for recipients, variables & attachments
  • PHPUnit tests
  • Documentation