Skip to content

Commit

Permalink
prepare v9.1.0 (Open-MSS#2426)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimarBauer authored Jul 4, 2024
1 parent 7a7f11e commit 8cede56
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

Version 9.1.0
~~~~~~~~~~~~~

Bug fix release and minor enhancements:
We have corrected spelling mistakes

All changes:
https://github.com/Open-MSS/MSS/milestone/105?closed=1

Version 9.0.0
~~~~~~~~~~~~~

Expand All @@ -10,7 +19,8 @@ In this way, a user can authenticate themselves in one system and gain access to
by providing proof of authentication. In our documentation in the Components section you find a detailed description.

Matthias Riße refactored the test suite and optimized and accelerated our CI test runs.
All tests run in parallel now and are not retried upon failure, and most tests are also executed in a randomized order, instilling more confidence in the results.
All tests run in parallel now and are not retried upon failure, and most tests are also executed in a randomized order,
instilling more confidence in the results.
Quite a bit of duplicated code was unified, mostly using pytest fixtures.
Additionally, CI test runs now also happen on x86_64- and ARM-based macOS.

Expand All @@ -24,7 +34,7 @@ HINT:
The syntax of the server configuration of MSColab and MSWMS has changed. We removed the class definition.
For MSColab we have added new configuration options related to SAML2.
The change on the MSColab server also required changes on the MSUI handling the MSColab login. These changes are
not backwards compatible. Server and Client must use versions >=9.0.0.
not backwards compatible. MSColab Server and MSUI Client must use versions >=9.0.0.
We introduced a MSCOLAB_auth_user_name in the users configuration which simplifies the login process.

All changes:
Expand Down Expand Up @@ -153,7 +163,7 @@ Mscolab Operations in use for more than 30 days, move to an inactive list.
The initial idea for multiple flightpaths on topview stems from bkirbus.
GSoC mentors were Reimar Bauer, Jörn Ungermann, Sonja Gisinger

With MSS 9.0.0 we base our installation on miniforge. This has
With MSS 8.0.0 we base our installation on miniforge. This has
mamba in the base environment. Mambaforge is discouraged of September 2023.

All changes:
Expand Down
2 changes: 1 addition & 1 deletion mslib/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
See the License for the specific language governing permissions and
limitations under the License.
"""
__version__ = u'9.0.0'
__version__ = u'9.1.0'

0 comments on commit 8cede56

Please sign in to comment.