Skip to content

Releases: iamkunal9/singleRPC

v0.2.7

22 May 07:26

Choose a tag to compare

Fix JSON-RPC error handling and endpoint health persistence

v0.2.6

21 May 20:09

Choose a tag to compare

feat: include testnet RPCs in default snapshot

v0.2.4

24 Apr 12:07

Choose a tag to compare

v0.2.4 — self-update CLI flag + version warning +

  installer hygiene

v0.2.3

24 Apr 11:34

Choose a tag to compare

v0.2.3 — embed default Chainlist config in the binary

v0.2.2

13 Dec 11:01

Choose a tag to compare

Add authentication support to singlerpc proxy

- Introduced an authentication token feature requiring clients to provide a token via headers or query parameters.
- Updated README.md to document the new `-a, --auth <TOKEN>` option.
- Modified main.rs to include the new auth_token argument in the CLI.
- Enhanced proxy.rs to validate the provided token and respond with unauthorized status if missing or invalid.
- Added unit tests for token extraction from headers and query parameters.

v0.2.1

13 Dec 10:31

Choose a tag to compare

Refactor GitHub Actions release workflow to remove CHANGELOG generati…

v0.1.1

17 Sep 20:55

Choose a tag to compare

⚙️ Miscellaneous Tasks

  • Release singlerpc version 0.1.1

v0.1.0

17 Sep 19:49

Choose a tag to compare

Update GitHub Actions release workflow to streamline permissions and …