Changelog

All notable changes to this project will be documented in this file.

[0.6.0] - 2026-07-03

Added

  • feat(positions): root-level position lookup (#11)
  • feat(fees): container fees and exclusions management (#10)
  • feat(container): add update to persist manager_id (#9)

[0.5.0] - 2026-06-30

Added

  • feat(container): add a container-wide positions collection (#7)

Build

  • build(deps): bump actions/checkout from 6 to 7 (#4)

[0.3.0] - 2026-06-26

Added

  • feat(movement): add movement collection and instance

Documentation

  • docs(movement): document the uri methods with a summary and @api tag

Fixed

  • fix(base): pass list block query params as a Hash, not a query string

[0.2.0] - 2026-06-12

Added

  • feat(sdk): add Container factory entry point
  • feat(balance): add named balances for containers and accounts
  • feat(inventory): add position inventories listing
  • feat(position): add account positions listing
  • feat(account): add list, fetch, and accounts association
  • feat(container): add list and instance fetch
  • feat(base): add read-only collection and instance abstractions
  • feat(client): route HTTP calls through the fluence gateway
  • feat(configuration): add service setting with ledger default

Build

  • build: scaffold ledger-sdk gem skeleton

CI

  • ci: add github actions workflows and dependabot

Documentation

  • docs: add agent instructions, changelog config, and yard setup
  • docs: add README with installation and usage
  • docs(balance): correct unknown-name failure mode
  • docs: add contributing guide

Other

  • chore: ignore local working docs

Tests

  • test(position): pin the no-show-endpoint error message
  • test(account): guard context test against empty list
  • test(container): pin preloaded data on list-built instances
  • test(base): pin list block query params protocol
  • test(client): guard delegator restore in ensure block