You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+50Lines changed: 50 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1951,3 +1951,53 @@
1951
1951
| 🔧 zmienione | 32 |
1952
1952
| ➖ usunięte | 0 |
1953
1953
1954
+
1955
+
# Changelog zmian - `## 3.0.20 (2026-03-17)`- `API: 2.2.1`
1956
+
1957
+
## 1. ksef-client
1958
+
1959
+
### 1.1 system
1960
+
-**FilesUtil.java**: 🔧 dla metody `splitAndEncryptZipStream` zmiana parametru `cryptographyService` na interfejs
1961
+
1962
+
### 1.2 api
1963
+
-**DefaultKsefClient.java**: 🔧 do response z błędem dodano informacje z url i method, dodanie obsługi mapowań dla kodów http 401 i 403 dla formatu Problem Details `(application/problem+json)`
1964
+
-**DefaultLighthouseKsefClient.java**: 🔧 do response z błędem dodano informacje z url i method
1965
+
1966
+
### 1.3 client
1967
+
-**Headers.java**: 🔧 dodanie pola `String APPLICATION_PROBLEM_JSON = "application/problem+json"`
1968
+
1969
+
### 1.4 api.services
1970
+
-**DefaultCryptographyService.java**: 🔧 dodanie metody `Exception getOfflineModeCause()` dającej informacje o powodzie przejścia w tryb offline
1971
+
1972
+
### 1.5 api.client.interfaces
1973
+
-**CryptographyService.java**: 🔧 zmiany zgodnie z implementacja w `DefaultCryptographyService.java`
1974
+
1975
+
### 1.6 api.client.model
1976
+
-**ApiException.java**: 🔧 dodanie pól `String url` i `String method`, zmiana na klasę abstrakcyjną
0 commit comments