Skip to content

Commit f9b8eca

Browse files
committed
Release v2.4.2
1 parent 54b8cb0 commit f9b8eca

3 files changed

Lines changed: 24 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
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

lib/hex/http/ca-bundle.crt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
##
@@ -15,7 +15,7 @@
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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule 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
[

0 commit comments

Comments
 (0)