Skip to content

Commit 39718e5

Browse files
authored
Release 4.7.0 (#644)
- [IMPROVEMENT, API] Refactor: drop mini-conn promotion shortcut. - [IMPROVEMENT, API] Improve multiple incoming header set handling. - Remove unused push promise support. API stays unchanged for now.
1 parent b7bb00e commit 39718e5

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2026-05-16
2+
- 4.7.0
3+
- [IMPROVEMENT, API] Refactor: drop mini-conn promotion shortcut.
4+
- [IMPROVEMENT, API] Improve multiple incoming header set handling.
5+
- Remove unused push promise support. API stays unchanged for now.
6+
17
2026-05-02
28
- 4.6.4
39
- [IMPROVEMENT] Use EAGAIN for pending headers (follow up to 4.6.3)

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = u'LiteSpeed Technologies'
2525

2626
# The short X.Y version
27-
version = u'4.6'
27+
version = u'4.7'
2828
# The full version, including alpha/beta/rc tags
29-
release = u'4.6.4'
29+
release = u'4.7.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

include/lsquic.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ extern "C" {
2626
#endif
2727

2828
#define LSQUIC_MAJOR_VERSION 4
29-
#define LSQUIC_MINOR_VERSION 6
30-
#define LSQUIC_PATCH_VERSION 4
29+
#define LSQUIC_MINOR_VERSION 7
30+
#define LSQUIC_PATCH_VERSION 0
3131

3232
#define LSQUIC_QUOTE(x) #x
3333
#define LSQUIC_SVAL(v) LSQUIC_QUOTE(v)

0 commit comments

Comments
 (0)