Skip to content

v0.5.5

Choose a tag to compare

@sv sv released this 03 Mar 05:17
· 26 commits to main since this release

What's Changed

  • add is_closing to avoid reconnection on intentional ws teardown by @qq0321 in #105
  • use eth_account instead of web3.auto by @qq0321 in #106
  • Fix: add auto_estimate=True to transfer_on_l2() by @dengchun in #108
  • Add versioned User-Agent header to HTTP and WebSocket clients by @sv in #110
  • Add Claude Code GitHub Workflow by @sv in #109
  • Add protocol compression support by @sv in #111
  • Fix Claude workflow permissions to allow write operations by @sv in #117
  • Enable show_full_output for debugging Claude Code action by @sv in #118
  • Replace print statement with logging in HttpClient by @sv in #120
  • Fix WebSocket keepalive ping timeout and JWT token expiration by @sv in #119
  • Bump version to 0.5.5-rc2 by @sv in #122
  • Fix test_system_config: starknet_gateway_url is now empty by @sv in #123
  • dispatch ws callbacks for channels subscribed by name by @qq0321 in #125
  • expose rate limit after api calls by @qq0321 in #129
  • Support api keys and improve client usability by @sv in #130

New Contributors

Full Changelog: v0.5.4...v0.5.5