Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.39 KB

File metadata and controls

61 lines (40 loc) · 1.39 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.

[0.1.9] -2026-02-22

Bug Fixes

  • Prevent double JSON decoding in HTTP module for all requests (POST/GET), ensuring compatibility with WhatsApp's updated response headers (#16, #17).

[0.1.8] -2025-09-03

Bug fix

  • Fix HTTP.get_url/3 decoding (#15)

[0.1.7] -2025-08-14

  • Whatsapp Flows API
  • EXDOC updates

[0.1.6] -2025-05-20

Bug fix

  • Template create remove deprecated params
  • Included Parameter Format args

[0.1.5] -2025-05-02

Enhancements

  • response to map format
  • template limit remove 10
  • document caption param

[0.1.4] - 2025-02-06

Bug fix

  • mime type uploading

Clean up

  • Docs cleanup

[0.1.3] - 2024-11-25

Enhancements

  • Upload, download, delete & query media whatsapp cloud API
  • Bug fixes on docs

[0.1.2] - 2024-06-20

Bug fixes

[0.1.1] - 2024-08-21

Enhancements

  • Added support for dynamic configurations, allowing the module to handle multiple API keys and WhatsApp credentials.

[0.1.0] - 2024-08-16

Added

  • Initial release of whatsapp_elixir.
  • Wrapper for the WhatsApp Cloud API.
  • Support for sending and receiving messages, handling media, buttons, and static content.