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: Changelog.md
+6
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# FOSSA CLI Changelog
2
2
3
+
## v3.9.15
4
+
- Change TLS to a version that takes advantage of but does not require 1.2 with EMS.
5
+
This will be reverted in six months.
6
+
On-prem users should upgrade their servers to support either TLS 1.2 with EMS or TLS 1.3.
7
+
SAAS customers are unaffected. ([#1418](https://github.com/fossas/fossa-cli/pull/1418)).
8
+
3
9
## v3.9.14
4
10
- Update cargo strategy to parse new `cargo metadata` format for cargo >= 1.77.0 ([#1416](https://github.com/fossas/fossa-cli/pull/1416)).
5
11
-`fossa release-group`: Add command to create a FOSSA release group release (`fossa release-group create-release`) [#1409](https://github.com/fossas/fossa-cli/pull/1409).
Copy file name to clipboardExpand all lines: spectrometer.cabal
+5-2
Original file line number
Diff line number
Diff line change
@@ -76,8 +76,10 @@ common lang
76
76
77
77
-- TODO: Switch `semver` back to `versions` since https://github.com/fosskers/versions/issues/47 is fixed. This package maintainer seems much more responsive. Contrast https://github.com/brendanhay/semver/issues/12.
78
78
-- codec-rpm is installed via cabal.project, so this number is an expected future version.
79
-
-- Upgrade text and mtl after codec-rpm conflict is fixed, probably as part of 9.4 upgrade.
80
-
-- Upgrade zip after text is upgraded
79
+
-- TODO: Upgrade text and mtl after codec-rpm conflict is fixed, probably as part of 9.4 upgrade.
80
+
-- TODO: Upgrade zip after text is upgraded.
81
+
-- TODO: TLS isn't used directly but is pinned here while customers upgrade their servers to support TLS 1.2 with EMS or TLS 1.3.
82
+
-- They've been warned about future support breaking. Upgrade to tls-2.* after 10/25/2024.
0 commit comments