Releases: formancehq/stack
Releases · formancehq/stack
v2.0.3
v2.0.2
Changelog
New Features
Bug fixes
- f2b4e9d: fix(payments): fix invalid cursor with query builder (#1584) (@paul-nicolas)
Other work
What to do next?
- Read the documentation
- Join our Slack server
v2.0.1
Changelog
Bug fixes
- 4f4a18d: fix(orchestration): duplicated usage of iks (#1582) (@gfyrag)
- 0861da5: fix(payments): add migration to remove duplicates in changelogs (#1583) (@paul-nicolas)
Other work
What to do next?
- Read the documentation
- Join our Slack server
v2.0.0
Changelog
New Features
Bug fixes
- 5a1a66c: fix(agent): stack.Modules are not filtered correctly using collectionutils.Contains -> reflect.DeepEqual -> ? (#1574) (@Dav-14)
- d44618e: fix(orchestration): tests (#1576) (@gfyrag)
- f67792f: fix(orchestration): use IK when calling ledger (#1575) (@gfyrag)
Other work
What to do next?
- Read the documentation
- Join our Slack server
v2.0.0-rc.35
Changelog
New Features
- b6478bd: chore: Revert "feat(wallets): add expand=balances query param on GET /wallets" (#1572) (@gfyrag)
- dd31608: feat(ledger): add index on idempotency_key (#1559) (@gfyrag)
- 1e7dd59: feat(operator): add capability to configure module database connection pool (#1570) (@gfyrag)
- 38b081c: feat(wallets): add expand=balances query param on GET /wallets (#1564) (@gfyrag)
- 1360209: feat: add some traces (#1565) (@gfyrag)
Bug fixes
- 2c524eb: fix(fctl): mandatory flag --stack on modules (de)activation (#1557) (@gfyrag)
- b6bb0df: fix(ledger): dry run mode (#1563) (@gfyrag)
- 5cf1aa5: fix(ledger): missing trace (#1566) (@gfyrag)
Other work
- 3607b69: chore(benchmark): Update Docker compose file path and unify Postgres … (#1562) (@flemzord)
- 686b421: chore(deps): bump docker/build-push-action from 5 to 6 (#1561) (@dependabot[bot])
- f0eca8d: chore(ledger): fix missing index on references (#1560) (@gfyrag)
- e68ac85: chore(wallets): migrate under ledger v2 (#1558) (@gfyrag)
- 1716241: release: v2.0.0-rc.35 (@flemzord)
What to do next?
- Read the documentation
- Join our Slack server
v2.0.0-rc.34
Changelog
New Features
- 63d71fb: feat(ledger): return 404 on not existing ledger account (v2 endpoint only) (#1534) (@gfyrag)
Bug fixes
Other work
What to do next?
- Read the documentation
- Join our Slack server
v2.0.0-rc.33
Changelog
New Features
Bug fixes
- af50516: fix(ledger): cursor marshalling (#1554) (@gfyrag)
- 596667e: fix(payments): wrong related payment ids (#1549) (@gfyrag)
Other work
What to do next?
- Read the documentation
- Join our Slack server
v2.0.0-rc.32
Changelog
New Features
- d5a9fd0: feat(operator): configure json logging on services (#1541) (@gfyrag)
- 26e9a10: feat(operator): enable json log by default (#1543) (@gfyrag)
- 654b587: feat(operator): import doc from dedicated repository and add crd generation (#1544) (@gfyrag)
- 0863bef: feat(operator): import doc from dedicated repository and add crd generation (#1545) (@gfyrag)
Bug fixes
- ec1547c: fix(operator): broken links (#1546) (@gfyrag)
- ec7a94f: fix(operator): broken links (#1547) (@gfyrag)
- 74af6f2: fix(webhooks): retries on deleted configs (#1548) (@gfyrag)
Other work
- 7b9916f: chore: improve crds doc (#1540) (@gfyrag)
- 8a963ec: feat(kubectl-stacks): add settings edition (#1542) (@gfyrag)
- 4525230: release: v2.0.0-rc.32 (@flemzord)
What to do next?
- Read the documentation
- Join our Slack server
v2.0.0-rc.31
Changelog
New Features
- 1d7c51a: feat(agent): add configurable logging format (#1536) (@Dav-14)
- bb23227: feat(ledger): add 'address' key on filters for /volumes endpoint (#1533) (@gfyrag)
- e7ae568: feat(operator): Add Payments Connector Statefull & Replicas use for ledger (#1525) (@flemzord)
- a7a5bfe: feat(operator): allow configure ingress annotations using a setting (#1532) (@gfyrag)
- 5de36f4: feat(orchestration): add stage to update ledger account (#1529) (@gfyrag)
- eb4ceb2: feat(orchestration): hardcode symbols (#1530) (@gfyrag)
- 4d9b611: feat: remove in memory stacks (#1459) (@Dav-14)
Bug fixes
- 93fc603: fix(benthos): fix missing date when mapping tx and accounts (#1537) (@paul-nicolas)
- 4d9afad: fix(fctl): unwrap loop to check if there is sdk errors (#1531) (@Dav-14)
- 20e7a03: fix(operator): skipped condition removed too early (#1520) (@gfyrag)
- 2741a1c: fix(operator): tidy tools (#1527) (@Dav-14)
- 51f9e3d: fix(payments): fix crash with nil payment intent stripe (#1539) (@paul-nicolas)
- 0e22956: fix(sdk): missing is sync (#1523) (@Dav-14)
- 67a18b2: fix: metadata is not required AND missing actions (#1522) (@Dav-14)
- 683f843: fix: regions is packaged witout operator-crds sub chart (#1538) (@Dav-14)
- ed82a65: fix: throttle stream (#1521) (@gfyrag)
- 87ba6e2: fix: unexpected panic when allotment sum is not 1 (#1472) (@ascandone)
Other work
- e979964: chore: Update release to v2.0.0-rc.31 (@flemzord)
- f8e8cb3: feat(*): add request/response of http requests in all services when debug is enabled (#1526) (@gfyrag)
- 86b83e3: refactor(auth): use chi instead of mux (#1524) (@gfyrag)
What to do next?
- Read the documentation
- Join our Slack server
v2.0.0-rc.30
Changelog
New Features
- 3336f68: feat(operator): improve conditions handling for better observability (#1517) (@gfyrag)
- a4c75db: feat(payments): add more filters for query payments (#1519) (@paul-nicolas)
Bug fixes
- e0a6dbc: fix(operator): stacks annotations watching (#1515) (@gfyrag)
- 735d96d: fix: Update version format in .goreleaser.yml files to include 'v' pr… (#1511) (@flemzord)
Other work
- 21aebfb: chore: Add posibility to use --auto-skip with earthly (#1505) (@flemzord)
- 59fae32: chore: Update speakeasy version (#1509) (@flemzord)
- 7cc99ab: chore: prepare rc30 (@gfyrag)
- d7611d8: chore: remove old sdk doc (#1514) (@altitude)
- bb2b398: feat(kubectl-stacks): add upgrade (#1518) (@gfyrag)
What to do next?
- Read the documentation
- Join our Slack server