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: docs/integration-services/devops/ssis-devops-overview.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -370,6 +370,13 @@ The configuration JSON schema has three layers:
370
370
|sensitive|Whether the value of the environment variable is sensitive.|Valid inputs are: <br> *true* <br> *false*|
371
371
372
372
## Release notes
373
+
374
+
### Version 1.0.5
375
+
376
+
Release Date: June 2, 2021
377
+
378
+
- Fixed an issue that sometimes SSIS Build Task of version 1.\* failed to build projects/packages with protection level EncryptSensitiveWithPassword or EncryptAllWithPassword with the error "Specified initialization vector (IV) does not match the block size for this algorithm."
379
+
- Removed the JSON content in the log of the SSIS Catalog Configuration task when "Configuration file source" is "File Path".
- Fixed an issue that SSISBuild.exe failed to build projects with error "Project consistency check failed. The following inconsistencies were detected" when the package name in the project contains special characters.
131
+
- Fixed an issue that SSISBUild.exe failed to build projects when there's mismatch between the name in dtproj and the filename.
132
+
- Fixed an issue that SSISBuild.exe failed to build projects with protection level encryptSenstiveWithPassword/EncryptAllWithPassword when the project targets SQL Server 2016.
0 commit comments