Skip to content

Updated readme file with latest release notes #273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ Below are the major releases and their highlights:
| [v1.4.0](#v140) | Added Policy API and Policy Violation Plugin for Beckn Policy |
| [v1.5.0](#v150) | Added P2P Energy Plugin for Peer-to-Peer Energy Trade |
| [v1.6.0](#v160) | Added Beckn Trade BAP, Beckn Trade BPP, and Beckn-MDM Plugin for Beckn Energy |
| [v1.7.0](#v170) | Added Beckn Energy Admin Plugin for Managing P2P Pending Trades |
| [v1.8.0](#v180) | Added Multiple DEG Domains: DEG Rental, Retail, Finance, EV |
| [v1.9.0](#v190) | Added Support to Fetch Quantity Selected and Ordered in Beckn APIs |
| [v1.10.0](#v1100) | Added Support for Decimal Quantities and Advanced Search Filters |

### v1.0.0
Initial release of the Beckn Strapi Plugins. This version includes foundational support for implementing Beckn endpoints in commerce workflows, enabling businesses to integrate with the Beckn protocol seamlessly.
Expand All @@ -181,6 +185,24 @@ Introduced the P2P Energy plugin to enable peer-to-peer energy trading, supporti
### v1.6.0
Released Beckn Trade BAP, Beckn Trade BPP, and Beckn-MDM plugins to support Beckn energy implementations, including trade facilitation and master data management.

### v1.7.0
Introduced the `beckn-energy-admin` plugin to enable execution of pending trades in P2P energy domains, providing better trade lifecycle management.

### v1.8.0
Added support for additional DEG domains such as:
- DEG Rental
- DEG Retail
- DEG Finance
- DEG EV
This enables broader use-case coverage for decentralized energy and commerce.

### v1.9.0
Beckn APIs were extended to support retrieval of both quantity selected and quantity ordered, improving transparency and consistency in order processing.

### v1.10.0
- Added support for **decimal-based quantities** in order placement and processing.
- Introduced new search filters including filtering by quantity, price, tags, and more to enhance product discovery.

## Contributing

Contributions are welcome! If you want to contribute to this project, follow these steps:
Expand Down