Skip to content

Releases: beckn/protocol-specifications

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