parent
85f52a2f23
commit
299bd962b6
|
@ -1,6 +1,15 @@
|
||||||
# Develop -- TODO Change to 1.8.x.
|
# Develop -- TODO Change to 1.8.x.
|
||||||
* ...
|
* ...
|
||||||
|
|
||||||
|
# 1.8.6
|
||||||
|
* IMPORTANT: This fixes a severe problem with postgresql in 1.8.5
|
||||||
|
* SECURITY: Fix authentication bypass vulnerability
|
||||||
|
* API: Update version to 1.2.15
|
||||||
|
* FEATURE: Add copyPadWithoutHistory API (#4295)
|
||||||
|
* FEATURE: Package more asset files to save http requests (#4286)
|
||||||
|
* MINOR: Improve UI when reconnecting
|
||||||
|
* TESTS: Improve tests
|
||||||
|
|
||||||
# 1.8.5
|
# 1.8.5
|
||||||
* IMPORTANT DROP OF SUPPORT: Drop support for IE. Browsers now need async/await.
|
* IMPORTANT DROP OF SUPPORT: Drop support for IE. Browsers now need async/await.
|
||||||
* IMPORTANT SECURITY: Rate limit Commits when env=production
|
* IMPORTANT SECURITY: Rate limit Commits when env=production
|
||||||
|
|
|
@ -95,6 +95,6 @@
|
||||||
"test": "nyc wtfnode node_modules/.bin/_mocha --timeout 5000 --recursive ../tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
|
"test": "nyc wtfnode node_modules/.bin/_mocha --timeout 5000 --recursive ../tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
|
||||||
"test-container": "nyc mocha --timeout 5000 ../tests/container/specs/api"
|
"test-container": "nyc mocha --timeout 5000 ../tests/container/specs/api"
|
||||||
},
|
},
|
||||||
"version": "1.8.5",
|
"version": "1.8.6",
|
||||||
"license": "Apache-2.0"
|
"license": "Apache-2.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue