Skip to content

Releases: beckn/protocol-specifications

Beckn Protocol Version 1.1.1 : Patch Version Release Notes

08 Jan 16:11
f4da105
Compare
Choose a tag to compare

Overview

This patch release introduces an enhancement to the Beckn Protocol by upgrading the representation of the API specification to OpenAPI 3.1 from the previous OpenAPI 3.0. This update enables more robust and complex validation logic to be encoded directly into the specification, ensuring a higher degree of precision and flexibility in schema definitions.

This is especially useful for design Layer 2 configs for adapters like Beckn-ONIX

Key Changes

  1. Upgrade to OpenAPI 3.1

    • Beckn Protocol API specifications are now represented using OpenAPI 3.1.
    • This upgrade brings improved support for JSON Schema, enabling the use of advanced validation features like conditional logic (if/then/else), unevaluatedProperties, and more.
    • Enhances the ability to define reusable components and enforce stricter schema constraints for all endpoints.
  2. Improved Validation Logic

    • Complex validation rules can now be expressed directly within the API schema, reducing implementation ambiguity.
    • Offers better alignment with modern tools and libraries that support OpenAPI 3.1.
  3. Backward Compatibility

    • The schema upgrade does not impact existing functionality but enhances how developers define and validate API interactions.
    • Existing implementations can migrate seamlessly by adopting the new specification file.

Benefits of the Update

  • Enhanced Accuracy: Improved schema definition and validation mechanisms reduce implementation errors.
  • Developer Efficiency: Simplified development workflows with support for modern tooling that leverages OpenAPI 3.1 features.
  • Future-Ready: Ensures Beckn Protocol remains aligned with evolving API standards.

Call to Action

We encourage all developers and platform providers to update their API tools and workflows to support OpenAPI 3.1.

Beckn Protocol Version 1.1.0 : Minor Version Release

27 Jun 10:03
8479762
Compare
Choose a tag to compare

What's Changed

  • Release 1.x by @ravi-prakash-v in #347
  • Added Issue templates for GitHub
  • Bugfixes in OpenAPI syntax
  • Updated descriptions in some schema
  • Removed form_submission attribute from XInput schema

Full Changelog: core-v1.0.0...core-v1.1.0

Core 0.9.4 - Updates to 0.9.x LTS version

04 Apr 05:34
Compare
Choose a tag to compare

This release contains updates to the core-0.9.x long term support version. This release can be found on the core-0.9.x-lts branch,

Change summary

  1. Added RFC for Tags schema
  2. Updated Tags schema
  3. Updated Order object to include full Item schema in the Order.items property instead of just id and quantity
  4. Sending complete Order schema in select and init requests
  5. Added max_callbacks property to Context schema

Full Changelog can be found here: beckn-core-0.9.3...core-0.9.4

Beckn Protocol Version 1.0.0 : Major Version Release

31 Dec 12:09
1df694b
Compare
Choose a tag to compare

Summary

Beckn Open Collective presents Beckn Protocol Specification Version 1.0. This major release contains a significantly abstracted and unified protocol specfication and recommendations from the Core Working Group. The following release note summarize the changes that have been made to the protocol since its last release version 0.9.3. More details will be added in subsequent minor releases.

Changelog

Full Changelog can be found here: beckn-core-0.9.3...core-v1.0.0

Reviewers

@ravi-prakash-v
@pramodkvarma
@sjthnrk
@venkatramanm

What's Changed

New Contributors

core-0.9.3

22 Dec 11:33
9f8315b
Compare
Choose a tag to compare

What's new

  • New authorization header X-Gateway-Authorization to replace Proxy-Authorization
  • New rating flow
  • All meta APIs are async as well
  • Time object has schedule which can be used to represent schedules
  • Documents related to an order can be represented

Bug fixes and improvements

  • Made structure of all APIs more uniform
  • Improvements in Payment schema object
  • Rating property for Item, Provider and Fulfillment

Full changelog can be found on CHANGELOG.md

Contributors