Skip to content

Releases: kellertobias/servobill

Release v1.15.2

12 Dec 14:41

Choose a tag to compare

What's Changed

πŸ”§ Chores

  • Update Next.js and React dependencies, reformat service files, and add type assertion for download API response. (b99e0dd)

How to deploy

You can either pull the repository (and checkout the release tag) or use the bundled docker-compose file.
Docker images are only built and published once per week, based on the latest release at the time of the build, to save
on CI minutes and thus reduce the climate impact. (Using the AI features warm up the world enough...)

Release v1.15.1

06 Dec 19:30

Choose a tag to compare

What's Changed

πŸ› Bug Fixes


How to deploy

You can either pull the repository (and checkout the release tag) or use the bundled docker-compose file.
Docker images are only built and published once per week, based on the latest release at the time of the build, to save
on CI minutes and thus reduce the climate impact. (Using the AI features warm up the world enough...)

Release v1.15.0

06 Dec 19:08

Choose a tag to compare

What's Changed

✨ Features

  • allow image uploads for AI invoice analysis (7b2df7f)

πŸ› Bug Fixes

  • auto-fixable security audit (fc11f66)
  • build and tests after merge (127a9c5)
  • type error in file extraction (37d5521)

♻️ Code Refactoring

  • Upgrade AWS SDK SES client to v2. (c8e65c7)

πŸ‘· CI/CD

πŸ”§ Chores

  • Update react and react-dom overrides to version 19.2.1. (0b6d34a)

How to deploy

You can either pull the repository (and checkout the release tag) or use the bundled docker-compose file.
Docker images are only built and published once per week, based on the latest release at the time of the build, to save
on CI minutes and thus reduce the climate impact. (Using the AI features warm up the world enough...)

Release v1.14.0

06 Dec 17:08

Choose a tag to compare

What's Changed

✨ Features

  • migrate to Next.js 16, React 19, and BiomeJS (e16fc96)

πŸ› Bug Fixes


How to deploy

You can either pull the repository (and checkout the release tag) or use the bundled docker-compose file.
Docker images are only built and published once per week, based on the latest release at the time of the build, to save
on CI minutes and thus reduce the climate impact. (Using the AI features warm up the world enough...)

Release v1.13.4

03 Aug 16:31

Choose a tag to compare

What's Changed

πŸ› Bug Fixes


How to deploy

You can either pull the repository (and checkout the release tag) or use the bundled docker-compose file.
Docker images are only built and published once per week, based on the latest release at the time of the build, to save
on CI minutes and thus reduce the climate impact. (Using the AI features warm up the world enough...)

Release v1.13.3

03 Aug 15:56

Choose a tag to compare

What's Changed

πŸ› Bug Fixes

  • correct "scheduled at" data in activity text (7ba2ab3)
  • remove log (e0c672f)

How to deploy

You can either pull the repository (and checkout the release tag) or use the bundled docker-compose file.
Docker images are only built and published once per week, based on the latest release at the time of the build, to save
on CI minutes and thus reduce the climate impact. (Using the AI features warm up the world enough...)

Release v1.13.2

03 Aug 15:41

Choose a tag to compare

What's Changed

πŸ› Bug Fixes

  • missing await in sendEmail (a63053a)

♻️ Code Refactoring

  • enhance error handling and logging in invoice processing (7c55f92)
  • improve logging clarity in InvoiceEmailSender (272b663)

How to deploy

You can either pull the repository (and checkout the release tag) or use the bundled docker-compose file.
Docker images are only built and published once per week, based on the latest release at the time of the build, to save
on CI minutes and thus reduce the climate impact. (Using the AI features warm up the world enough...)

Release v1.13.1

03 Aug 11:47

Choose a tag to compare

What's Changed

πŸ› Bug Fixes


How to deploy

You can either pull the repository (and checkout the release tag) or use the bundled docker-compose file.
Docker images are only built and published once per week, based on the latest release at the time of the build, to save
on CI minutes and thus reduce the climate impact. (Using the AI features warm up the world enough...)

Release v1.13.0

14 Jul 00:44

Choose a tag to compare

What's Changed

✨ Features

  • basic e-invoice extraction (a98b340)
  • implement PDF XML extraction functionality (f1bb845)

πŸ› Bug Fixes

  • cast countryCode to CustomerEntity type in CustomerDynamodbRepository (7b6fe61)
  • customer dynamodb (d8facc9)
  • remove unnecessary/ old debug console logs (bf371e0)

πŸ”§ Chores


How to deploy

You can either pull the repository (and checkout the release tag) or use the bundled docker-compose file.
Docker images are only built and published once per week, based on the latest release at the time of the build, to save
on CI minutes and thus reduce the climate impact. (Using the AI features warm up the world enough...)

Release v1.12.0

13 Jul 20:21

Choose a tag to compare

What's Changed

✨ Features

  • allow sending an invoice at a later date (api) (2fd54f9)
  • cron engine (d4dd9f1)
  • send later and abort sending later (ui) (42b07c4)
  • send later function (bcf3612)

πŸ› Bug Fixes

  • send later job should work now (8a72281)

πŸ“š Documentation

  • update README to reflect changes in digital outgoing invoices and add new features for scheduled invoice sending and email forwarding (cb09168)

How to deploy

You can either pull the repository (and checkout the release tag) or use the bundled docker-compose file.
Docker images are only built and published once per week, based on the latest release at the time of the build, to save
on CI minutes and thus reduce the climate impact. (Using the AI features warm up the world enough...)