File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Develop -- TODO Change to 1.8.x.
2
2
* ...
3
3
4
+ # 1.8.6
5
+ * IMPORTANT: This fixes a severe problem with postgresql in 1.8.5
6
+ * SECURITY: Fix authentication bypass vulnerability
7
+ * API: Update version to 1.2.15
8
+ * FEATURE: Add copyPadWithoutHistory API (#4295 )
9
+ * FEATURE: Package more asset files to save http requests (#4286 )
10
+ * MINOR: Improve UI when reconnecting
11
+ * TESTS: Improve tests
12
+
4
13
# 1.8.5
5
14
* IMPORTANT DROP OF SUPPORT: Drop support for IE. Browsers now need async/await.
6
15
* IMPORTANT SECURITY: Rate limit Commits when env=production
Original file line number Diff line number Diff line change 95
95
"test" : " nyc wtfnode node_modules/.bin/_mocha --timeout 5000 --recursive ../tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs" ,
96
96
"test-container" : " nyc mocha --timeout 5000 ../tests/container/specs/api"
97
97
},
98
- "version" : " 1.8.5 " ,
98
+ "version" : " 1.8.6 " ,
99
99
"license" : " Apache-2.0"
100
100
}
You can’t perform that action at this time.
0 commit comments