Skip to content

Releases: trustenterprises/hedera-serverless-api

Bug Fixes for handling webhooks for SDK v2

18 Feb 18:17
38a7297
Compare
Choose a tag to compare

Update explorer url at consensus for all environments

24 Dec 00:41
7c0b742
Compare
Choose a tag to compare

This release adds the capability for all explorer URLs to be valid for environments. For preview net the explorer URL does not exist, included is a new utility function, integration into the client and tests.

[v1.0.1] Laravel Hashgraph package support

13 Oct 10:35
eeb6f8c
Compare
Choose a tag to compare

This release focuses on support, fixes, and tweaks for development with Laravel Hashgraph.

At a glance

We are not recommending asynchronous usage of consensus message when a WEBHOOK_URL is set in the configuration. The issue will trigger inconsistent HTTP behaviour and will send 502 status's to be returned to the client.

Our current default deployment path uses AWS Lambda through Vercel, there is a NodeJS event loop consistency issue where the container sleeps after a response is sent to a client. On subsequent requests, the connection may attempt to run Hashgraph connection and webhook first, due to the previous state of the event loop.

Recommend that Jobs or asynchronous functions are used on the client-side to ensure the connection to the serverless client stays open.

[1.0.0-beta] Beta API Release

05 Sep 14:07
ed4667a
Compare
Choose a tag to compare

The hedera consensus serverless API beta release.

  • Create and manage topics
  • Send consensus messages
  • Status checks
  • Automated and scheduled CI flow

See the documentation for more details.