This repository was archived by the owner on Dec 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1010- Update code style and switch to using Semistandard for linting
1111- Added ` yarn.lock ` file
1212- Updated licensing, authors, contributors, readme
13+ ## [ 4.0.0] ( https://www.github.com/googleapis/nodejs-datastore-session/compare/v3.1.1...v4.0.0 ) (2019-12-05)
14+
15+
16+ ### ⚠ BREAKING CHANGES
17+
18+ * ** deps:** @google-cloud/datastore @^5.0.0 is now required.
19+
20+ ### Bug Fixes
21+
22+ * ** deps:** TypeScript 3.7.0 causes breaking change in typings ([ #160 ] ( https://www.github.com/googleapis/nodejs-datastore-session/issues/160 ) ) ([ 0434c88] ( https://www.github.com/googleapis/nodejs-datastore-session/commit/0434c88c35076d84a2638a0d4fa55a24fe560a49 ) )
23+ * ** deps:** update dependency @google-cloud/datastore to v5 ([ #155 ] ( https://www.github.com/googleapis/nodejs-datastore-session/issues/155 ) ) ([ 6b0b4f1] ( https://www.github.com/googleapis/nodejs-datastore-session/commit/6b0b4f10769973c37494f7a80d4a84d73cc8f33f ) )
24+ * ** docs:** reference environment variables in README ([ #159 ] ( https://www.github.com/googleapis/nodejs-datastore-session/issues/159 ) ) ([ d5c9577] ( https://www.github.com/googleapis/nodejs-datastore-session/commit/d5c9577e524446a7a5c22dc5bca84b81d6a77eba ) )
25+
1326### [ 3.1.1] ( https://www.github.com/googleapis/nodejs-datastore-session/compare/v3.1.0...v3.1.1 ) (2019-11-13)
1427
1528
Original file line number Diff line number Diff line change 11{
22 "name" : " @google-cloud/connect-datastore" ,
33 "description" : " Google Cloud Datastore session store for Express/Connect" ,
4- "version" : " 3.1.1 " ,
4+ "version" : " 4.0.0 " ,
55 "license" : " Apache-2.0" ,
66 "author" : " Google Inc." ,
77 "main" : " ./src/index.js" ,
Original file line number Diff line number Diff line change 1414 "test" : " mocha --timeout 10000"
1515 },
1616 "dependencies" : {
17- "@google-cloud/connect-datastore" : " ^3.1.1 " ,
17+ "@google-cloud/connect-datastore" : " ^4.0.0 " ,
1818 "@google-cloud/datastore" : " ^5.0.0" ,
1919 "express" : " ^4.16.4" ,
2020 "express-session" : " ^1.15.6"
You can’t perform that action at this time.
0 commit comments