Skip to content

Releases: GEWIS/sudosos-backend

v1.0.1

11 Sep 19:59
9ec34b1
Compare
Choose a tag to compare

1.0.1 (2024-09-11)

Bug Fixes

  • mistake in seller payout pdf migration (#315) (9ec34b1)

v1.0.0

11 Sep 08:55
Compare
Choose a tag to compare

1.0.0 (2024-09-11)

Bug Fixes

Code Refactoring

  • invoice: remove custom invoice entries (#297) (8cdb5e4)

Features

BREAKING CHANGES

  • invoice: this concludes the invoicing rework. From this point
    on, the version MUST not be reverted to before this point.

v0.7.1

04 Sep 11:58
2aeeb7c
Compare
Choose a tag to compare

0.7.1 (2024-09-04)

Bug Fixes

  • mistake in user-type-enums migration (#299) (2aeeb7c)

v0.7.0

04 Sep 10:57
285b3ea
Compare
Choose a tag to compare

0.7.0 (2024-09-04)

Bug Fixes

Features

  • add description and metadata to Stripe PaymentIntents (#290) (762331e)
  • add maintenance mode to restrict access to SudoSOS during upgrades (#295) (5189b4e)
  • move all initialization functions and timed events to cron.ts (#293) (5b6b3bd)

v0.6.0

30 Aug 07:23
4cdecce
Compare
Choose a tag to compare

0.6.0 (2024-08-30)

Features

v0.5.1

26 Aug 00:31
a8bc690
Compare
Choose a tag to compare

0.5.1 (2024-08-26)

Bug Fixes

  • add extra validation and logging to Stripe webhooks (#281) (933c47b)
  • Stripe webhook success event never creating a transfer (#282) (a8bc690)

v0.5.0

23 Aug 14:23
bd1ba2b
Compare
Choose a tag to compare

0.5.0 (2024-08-23)

Bug Fixes

  • Docker production issues with static files and logs (#276) (bd1ba2b)
  • MariaDB error when having WHERE IN empty list (#262) (0058692)
  • migration mistakes regarding nested product categories (#272) (e027172)
  • move HTML template file to dedicated statics folder (#270) (9c53511)

Features

  • nested product categories (#261) (82c9ffb)
  • stripe: separate Stripe payment intents from StripeDeposit entity (#257) (62fa3b9)

v0.4.0

13 Aug 14:02
a91779c
Compare
Choose a tag to compare

0.4.0 (2024-08-13)

Bug Fixes

  • credit invoice deletion and extra checks (#250) (fe8be8a)
  • leftover console.error dumping thousands of lines in test log (#258) (a91779c)
  • mistake in updating invoice (#243) (b94360a)
  • pdf return type (#247) (4005350)
  • RBAC: Allow all users to get their own roles (#251) (1f36c79)

Features

v0.3.0

31 Jul 20:24
3f50086
Compare
Choose a tag to compare

0.3.0 (2024-07-31)

Bug Fixes

  • accounts are only closed if they have no balance (#217) (0650ef7)
  • added missing reference to invoice response (#230) (2f5986a)
  • debtor test case inconsistent test results (#216) (ddd8d50)
  • MariaDB specific dialect mistake (#237) (ca701af)
  • migration table missing when seeding database (#218) (eceaa1e)
  • mistake in migration (#238) (e528796)
  • payout request pdf was always regenerated (#210) (38c1111)
  • return before balance to prevent AppDataSource based errors (#221) (0b617f8)

Features

v0.2.0

11 Jul 13:10
cfc0919
Compare
Choose a tag to compare

0.2.0 (2024-07-11)

Features

  • Create Payout Requests for others #204
  • Payout Request PDF (#206) (8caa21e)
  • Fine Reporting #189