Releases: OutSystems/OutSystems.SetupTools
Releases · OutSystems/OutSystems.SetupTools
OutSystems.SetupTools 4.1.4
What's Changed
- Make LogIfFileIsBlocked safe by @RicardoLucasM in #175
Full Changelog: v4.1.3...v4.1.4
OutSystems.SetupTools 4.1.3
What's Changed
- feature - prepare setup tools for the release of Net 11 Hosting Bundle by @RicardoLucasM in #171
Full Changelog: v4.1.2...v4.1.3
OutSystems.SetupTools 4.1.2
What's Changed
- Revert hosting bundle 10 upgrade by @RicardoLucasM in #168
Full Changelog: v4.1.1...v4.1.2
v4.1.1
What's Changed
- R11BCT-110 - re-add the code that install all .Net Hosting Bundle by @RicardoLucasM in #164
Full Changelog: v4.1.0...v4.1.1
OutSystems.SetupTools 4.1.0
What's Changed
- Update hosting bundle to 10 by @RicardoLucasM in #161
Full Changelog: v4.0.3...v4.1.0
OutSystems.SetupTools 4.0.3
What's Changed
- Improve how the
ExecuteCommandfunction handles redirecting data from the Standard Output stream by @OS-andrebelo in #159 - Document local testing (with Pester) by @RicardoLucasM in #158
New Contributors
- @OS-andrebelo made their first contribution in #159
Full Changelog: v4.0.2...v4.0.3
OutSystems.SetupTools 4.0.2
- Remove support for O10
- Install command lines for development environments (Service Studio and Integration Studio) now only accept O11 major versions
- Install command lines for Platform Server and LifeTime now have set minimum version for 11.23.0. If the minor version is not specified it will now target minor 23 instead of the latest
- FIPS will only be disabled automatically for versions below 11.38.0
- Fix Set-OSServerConfig missing osVersion (#156)
- Skip Service Center validation for first installs.
- Remove code that modify permissions, this should be something customers handle.
OutSystems.SetupTools 4.0.1
- Remove support for O10
- Install command lines for development environments (Service Studio and Integration Studio) now only accept O11 major versions
- Install command lines for Platform Server and LifeTime now have set minimum version for 11.23.0. If the minor version is not specified it will now target minor 23 instead of the latest
- FIPS will only be disabled automatically for versions below 11.38.0
- Fix Set-OSServerConfig missing osVersion (#156)
OutSystems.SetupTools 4.0.0
- Remove support for O10
- Install command lines for development environments (Service Studio and Integration Studio) now only accept O11 major versions
- Install command lines for Platform Server and LifeTime now have set minimum version for 11.23.0. If the minor version is not specified it will now target minor 23 instead of the latest
- FIPS will only be disabled automatically for versions below 11.38.0
OutSystems.SetupTools 3.19.0
- Remove RabbitMQ/Erlang automatic installation by default, making SkipRabbitMQ switch obsolete.
In order to install and configure RabbitMQ/Erlang, the command Set-OSServerConfig with parameter -ConfigureCacheInvalidationService should be used instead. (#146) - Fix issues with Get-OSRepoAvailableVersions (#150)