Skip to content

Commit

Permalink
bump ledger-api version to 2.3 (digital-asset#16338)
Browse files Browse the repository at this point in the history
* bump ledger-api version

* typos

* missing the
  • Loading branch information
mziolekda authored Feb 17, 2023
1 parent af44452 commit 4c18767
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/source/support/compatibility.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ The below lists with which Daml version a new Ledger API version was introduced.

* - Ledger API Version
- Daml Version
* - 2.3
- 2.6
* - 2.2
- 2.5
* - 2.1
Expand Down Expand Up @@ -70,6 +72,12 @@ Summary of Ledger API Changes

* - Ledger API Version
- Changes
* - 2.3
- | Introduce the Identity Provider Config Service. It makes possible for participant node administrators to setup and manage additional identity providers at runtime. This allows using access tokens from identity providers unknown at deployment time. When an identity provider is configured, independent IDP administrators can manage their own set of parties and users.
| Extend the Active Contract Service by adding `active_at_offset` field to the `GetActiveContractsRequest`. It defines an offset at which the snapshot of the active contracts will be computed.
| Extend the Metering Report Service by adding a JSON schema that defines the format of the reports in `GetMeteringReportResponse`.
| Extend the Transaction Service by adding a new `GetLatestPrunedOffsets` request. It allows querying for current pruning offsets.
| Introduce the Event Query Service. It allows querying for events associated with a given `ContractId` and `ContractKey`.
* - 2.2
- | Remove the inlined error documentation from gRPC calls in favor of rich error details documentation under :doc:`/app-dev/grpc/error-codes`.
| Extend the User Management Service by adding is_deactivated and metadata fields to the User record and by providing an UpdateUser method allowing modifications of the existing users.
Expand Down
2 changes: 1 addition & 1 deletion ledger-api/VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
2.2.0
2.3.0
# If you update this, also update docs/source/support/compatibility.rst

0 comments on commit 4c18767

Please sign in to comment.