We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 4c24dac commit 1e29b79Copy full SHA for 1e29b79
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [3.17.7](https://github.com/eggjs/egg/compare/v3.17.6...v3.17.7) (2024-01-11)
4
+
5
6
+### Bug Fixes
7
8
+* omit koa application ctxStorage and currentContext define ([#5285](https://github.com/eggjs/egg/issues/5285)) ([4c24dac](https://github.com/eggjs/egg/commit/4c24dac1e9ec86051d806dd6940c1d5095723b4d))
9
10
## [3.17.6](https://github.com/eggjs/egg/compare/v3.17.5...v3.17.6) (2024-01-10)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "egg",
- "version": "3.17.6",
+ "version": "3.17.7",
"publishConfig": {
"tag": "latest"
},
0 commit comments