File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
3- ## v2.4.2-dev
3+ ## v2.4.2 (2026-04-30)
4+
5+ ### Enhancements
6+
7+ * Add download stats and release dates to ` mix hex.info `
8+ * Show ` mix hex.package diff ` commands in ` mix hex.outdated ` output
9+ * Update docs published message to indicate docs may not be immediately available
10+
11+ ### Bug fixes
12+
13+ * Clean up paths in ` mix hex.package diff ` output
14+ * Fix organization auth to create user key instead of organization key
15+ * Fix registry cache purging
16+ * Fix ` mix deps.get ` timing out when fetching private packages in parallel
17+ * Skip auth prompts in ` mix deps.get ` when only public packages are needed
18+ * Restrict user OAuth fallback to trusted repositories
19+ * Only exchange API keys for OAuth tokens on repositories that opted in
20+
21+ ### Security fixes
22+
23+ * Raise on ` mix.lock ` checksum mismatches instead of silently rewriting them (CVE-2026 -32148)
424
525## v2.4.1 (2026-03-24)
626
Original file line number Diff line number Diff line change 11##
22## Bundle of CA Root Certificates
33##
4- ## Certificate data from Mozilla last updated on: Wed Feb 11 18:26:30 2026 GMT
4+ ## Certificate data from Mozilla as of: Thu Apr 30 17:57:20 2026 GMT
55##
66## Find updated versions here: https://curl.se/docs/caextract.html
77##
1515## an Apache+mod_ssl webserver for SSL client authentication.
1616## Just configure this file as the SSLCACertificateFile.
1717##
18- ## Conversion done with mk-ca-bundle.pl version 1.32 .
18+ ## Conversion done with mk-ca-bundle.pl version 1.33 .
1919## SHA256: 3b98d4e3ff57a326d9587c33633039c8c3a9cf0b55f7ca581d7598ff329eb1f3
2020##
2121
Original file line number Diff line number Diff line change 11defmodule Hex.MixProject do
22 use Mix.Project
33
4- @ version "2.4.2-dev "
4+ @ version "2.4.2"
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments