Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,24 @@ on:
jobs:
check-links:
runs-on: ubuntu-latest
needs: []
permissions:
pull-requests: write
contents: read
steps:
- uses: actions/checkout@v5
with:
ref: ${{ github.event.pull_request.head.sha }}

- uses: lycheeverse/lychee-action@v2
id: lychee
with:
args: ". --exclude '^file://.*'"
fail: true

build:
uses: fiskaltrust/service-docs-ui/.github/workflows/build.yml@main
needs: check-links
needs: []
with:
release_notes_ref: ${{ github.event.pull_request.head.sha }}
secrets:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@ on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]
types: [opened, synchronize]

permissions:
id-token: write
contents: read
issues: write
pull-requests: write
actions: write

concurrency:
group: cla-${{ github.event.pull_request.number || github.event.issue.number }}
cancel-in-progress: false

jobs:
CLAAssistant:
Expand Down
4 changes: 2 additions & 2 deletions middleware/2026-01-29-1.3.81.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags: [Middleware, Belgium, Germany, Greece, Spain, Portugal]
---

# Middleware 1.3.81
[![Static Badge](https://img.shields.io/badge/milestone-v1.3.81-green?logo=github)](https://github.com/fiskaltrust/middleware/milestone/13)
[![Static Badge](https://img.shields.io/badge/milestone-v1.3.81-green?logo=github)](https://github.com/fiskaltrust/middleware/milestone/13?closed=1)

This release brings important bug fixes and enhancements for the German and Greek markets.
The focus is on improving reliability, compliance, and communication with fiscal service providers.
Expand All @@ -14,7 +14,7 @@ The focus is on improving reliability, compliance, and communication with fiscal
:::info

Customers in Austria and France should continue to use version 1.2.
We are currently testing a unified version for all markets.
We are working on a unified version for all markets.

:::

Expand Down
42 changes: 42 additions & 0 deletions middleware/2026-02-23-1.3.82.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
authors: poscreator
slug: middleware/1.3.82
tags: [Middleware, Germany]
---

# Middleware 1.3.82
[![Static Badge](https://img.shields.io/badge/milestone-v1.3.82-green?logo=github)](https://github.com/fiskaltrust/middleware/milestone/14?closed=1)

This release focuses on improvements and fixes for German market SCUs.
It includes an update to the Fiskal Cloud Connector (FCC) to version 4.4.0 and a fix for certificate chain parsing in the SwissbitCloudV2 SCU.
<!--truncate-->

:::info

Customers in Austria and France should continue to use version 1.2.
We are working on a unified version for all markets.

:::

## 🇩🇪 Improvement: Updated Fiskal Cloud Connector to version 4.4.0 ([fiskaltrust/middleware#622](https://github.com/fiskaltrust/middleware/pull/622))

The bundled Fiskal Cloud Connector (FCC) has been updated from version 4.1.1 to 4.4.0.

:::warning

FCC versions below 4.4.0 are no longer supported in this Middleware version.
If you are using an external FCC or manually configured FCC version in the SCU configuration, please ensure it is updated to 4.4.0 before updating the SCU.

:::

### Affected packages:
- _fiskaltrust.Middleware.SCU.DE.DeutscheFiskal_
- _fiskaltrust.Middleware.SCU.DE.SwissbitCloud_

## 🇩🇪 Bug Fix: Fixed certificate chain parsing in SwissbitCloudV2 SCU ([fiskaltrust/middleware#624](https://github.com/fiskaltrust/middleware/pull/624))

Fixed an issue where the SwissbitCloudV2 SCU returned the entire certificate chain as a single entry instead of properly splitting it into individual certificates.
The TSE certificate chain is now correctly parsed into separate certificates, ensuring proper certificate validation and compliance checks.

### Affected packages:
- _fiskaltrust.Middleware.SCU.DE.SwissbitCloudV2_