Skip to content

Releases: BuildOnBeam/beam-api-clients

2.4.1

26 Nov 10:16

Choose a tag to compare

[RELEASE] 2.4.1

2.4.0

26 Nov 10:03

Choose a tag to compare

New endpoint to facilitate transferring multiple native tokens at once

2.3.1

26 May 10:59

Choose a tag to compare

New Endpoints: None


Deleted Endpoints: None


Modified Endpoints: 2


GET /v1/game

  • Responses changed
    • Modified response: 200
      • Content changed
        • Modified media type: application/json
          • Schema changed
            • Required changed
              • New required property: eventTrackingUrl
            • Properties changed
              • New property: eventTrackingUrl

POST /v1/game/regenerate-api-keys

  • Responses changed
    • Modified response: 201
      • Content changed
        • Modified media type: application/json
          • Schema changed
            • Required changed
              • New required property: eventTrackingUrl
            • Properties changed
              • New property: eventTrackingUrl

2.3.0

22 May 11:52

Choose a tag to compare

Update generated Beam API clients

2.2.1

16 May 08:02

Choose a tag to compare

Fixes Enum in Array conversions in C#

2.2.0

01 May 07:57

Choose a tag to compare

Our 'Production testnet' environment is now named the 'Beta' environment. We are still aiming for production grade stability on this environment, but we want to emphasis the fact that this environment should not be used for production releases of anything that consumes this environment.

2.1.1

30 Apr 13:59

Choose a tag to compare

New Endpoints: 4


GET /v1/contract
POST /v1/contract
POST /v1/contract/get-verification-status
DELETE /v1/contract/{address}/{chainId}

Deleted Endpoints: None


Modified Endpoints: None


2.1.0

15 Apr 12:57

Choose a tag to compare

What's Changed

  • Adjusted Connection and Session creation flows to support optional entityIDs. If no entityID is passed in either of these methods, the user account abstraction owner address is assumed and returned in the fulfilled Connection- or SessionRequest
  • docs: edited the old non-working badge by @operagxsasha in #8

New Contributors

Full Changelog: 2.0.34...2.1.0

2.0.34

19 Mar 13:17

Choose a tag to compare

New Endpoints: None


Deleted Endpoints: None


Modified Endpoints: 2


GET /v1/game

  • Responses changed
    • Modified response: 200
      • Content changed
        • Modified media type: application/json
          • Schema changed
            • Required changed
              • New required property: connectionsWebhookUrl
            • Properties changed
              • New property: connectionsWebhookUrl

POST /v1/game/regenerate-api-keys

  • Responses changed
    • Modified response: 201
      • Content changed
        • Modified media type: application/json
          • Schema changed
            • Required changed
              • New required property: connectionsWebhookUrl
            • Properties changed
              • New property: connectionsWebhookUrl

2.0.33

18 Mar 13:23

Choose a tag to compare

New Endpoints: None


Deleted Endpoints: None


Modified Endpoints: 2


POST /v1/chain/estimate/profiles/{entityId}/transaction

  • Request body changed
    • Content changed
      • Modified media type: application/json
        • Schema changed
          • Properties changed
            • Modified property: interactions
              • Items changed
                • Properties changed
                  • Modified property: value
                    • Description changed from '' to 'The value intended to be sent with the transaction. Optional.'
                    • Nullable changed from false to true

POST /v2/transactions/profiles/{entityId}

  • Request body changed
    • Content changed
      • Modified media type: application/json
        • Schema changed
          • Properties changed
            • Modified property: interactions
              • Items changed
                • Properties changed
                  • Modified property: value
                    • Description changed from '' to 'The value intended to be sent with the transaction. Optional.'
                    • Nullable changed from false to true