Skip to content

Releases: formancehq/fctl

v3.6.0

11 Jun 09:57
bfe70b0

Choose a tag to compare

Changelog

New Features

What to do next?

v3.5.0

08 Jun 14:11
88dfc4a

Choose a tag to compare

What's Changed

  • chore: upgrade Formance SDK to v4 by @flemzord in #163
  • feat(cloud): refactor deploy server API to manifests/deployments by @Dav-14 in #142

Full Changelog: v3.4.0...v3.5.0

v3.4.0

29 May 08:55
01fe120

Choose a tag to compare

Changelog

New Features

Other work

What to do next?

v3.3.0

19 May 19:30
2c531a2

Choose a tag to compare

Changelog

New Features

Bug fixes

Other work

What to do next?

v3.2.0

14 Apr 10:56
91b3fe9

Choose a tag to compare

Warning

Breaking behavior change on fctl ledger volumes list

Previously, fctl ledger volumes list silently injected a 7-day sliding window when --start-time was not provided (defaulting to endTime - 7 days). This meant that any ledger move older than 7 days before the requested date was invisible in the results — causing volumes to appear and disappear depending on the chosen --end-time, which is incorrect for immutable ledger data.

After this update, only explicitly provided flags are sent to the API:

Scenario Before (v3.1.x) After (v3.2.0)
--end-time only Sends endTime + startTime (endTime - 7d) Sends endTime only (true PIT query)
--start-time only Sends startTime + endTime (now) Sends startTime only
Both flags Sends both Sends both (unchanged)
Neither flag Sends endTime=now + startTime=now-7d Sends neither (all data)

If you relied on the implicit 7-day window, you must now explicitly pass --start-time to get the same behavior.

Changelog

New Features

Bug fixes

  • 91b3fe9: fix(cloud): correct createPrivateRegion response code in OpenAPI spec (#139) (@sylr)
  • 6205861: fix(ledger): remove implicit 7-day sliding window on volumes list (#141) (@flemzord)
  • 1957265: fix: update flake command so that it's compatible with nix-direnv, allowing shell caching (#128) (@fguery)

Other work

What to do next?

v3.1.2

20 Feb 19:32
v3.1.2
94284e7

Choose a tag to compare

Changelog

Other work

What to do next?

v3.1.1

20 Feb 18:05
v3.1.1
0d15c7f

Choose a tag to compare

Changelog

Bug fixes

  • 0e1fad0: fix: rename deployserverclient and membershipclient module names (#119) (@sylr)

Other work

What to do next?

v3.1.0

20 Feb 15:51
v3.1.0
061ce19

Choose a tag to compare

Changelog

New Features

  • 64dbb03: feat: cache stack API tokens to disk and lazy-load OIDC discovery (#116) (@sylr)

Other work

What to do next?

v3.0.3

09 Feb 12:53
efda29d

Choose a tag to compare

Changelog

Bug fixes

What to do next?

v3.0.2

06 Feb 13:45
6e0ceac

Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2