Skip to content

v1.1.2

Choose a tag to compare

@fatemefallah fatemefallah released this 29 Oct 11:32
· 4 commits to main since this release

🚀 Release v1.1.2 - Chat & Shelve Enhancements

Overview

This release brings powerful new features to the Basalam Python SDK, including comprehensive chat management capabilities and a complete shelve (product collection) management system.

✨ What's New

Chat Service Enhancements

We've expanded the Chat Service with 5 new methods for advanced message and chat management:

New Methods

  • edit_message()
  • delete_message()
  • delete_chats()
  • forward_message()
  • get_unseen_chat_count()

Core Service - Shelve Management

Introducing a complete shelve (product collection) management system to organize and showcase products:
New Methods

  • create_shelve()
  • update_shelve()
  • delete_shelve()
  • get_shelve_products()
  • update_shelve_products()
  • delete_shelve_product()

🔄 Breaking Changes
None - This release is fully backward compatible.