UNPKG

3.07 kBMarkdownView Raw
1# Version History
2
3## 1.8.1 / 2018-10-04
4
5* KETTLE-71: Vagrant build courtesy of waharnum
6* KETTLE-72: Added form-data to main dependencies rather than dev dependencies
7* General dependency updates
8
9## 1.8.0 / 2018-08-16
10
11* KETTLE-66: Multipart form upload middleware based on multer, courtesy of waharnum
12* Update to gpii-grunt-lint-all linting rollup resulting in huge changes in formatting
13* General dependency updates
14
15## 1.7.1 / 2017-11-17
16
17* FLUID-6225: Update to latest versions of Infusion and node-jqUnit (which have been tested separately)
18 to avoid self-deduping race with uncaught exception handler
19* KETTLE-65: Update dependencies to latest versions to address security vulnerabilities
20
21## 1.7.0 / 2017-08-31
22
23* GPII-2147: Encode localhost to 127.0.0.1 allowing offline use on Windows
24* Updated dependencies to latest versions, with exception of path-to-regexp 2.0.0 which breaks compatibility
25 with /* path
26
27## 1.6.4 / 2017-07-24
28
29* GPII-2483: Updated dependencies to allow operation from bare drive letter on Windows
30
31## 1.6.2 / 2017-07-14
32
33* GPII-2483: Corrected bad merge of GPII-2483 branch
34
35## 1.6.1 / 2017-07-13
36
37* GPII-2483: Reverted to Fluid community edition of "resolve" in order to resolve UNC path issues on Windows
38
39## 1.6.0 / 2017-06-16
40
41* KETTLE-59: Implemented "resolvers" to pull environmental values into configs
42
43## 1.5.0 / 2017-05-01
44
45* KETTLE-58: Update to "root-safe" self-deduping Infusion with FLUID-6149
46* KETTLE-37: Completed support for JSON5-formatted config files
47* Updated all outdated npm dependencies (including to express 4.15.2)
48
49## 1.4.1 / 2017-04-19
50
51* Updated to dev release of Infusion for fix of self-deduping at root - FLUID-6140
52
53## 1.4.0 / 2017-02-18
54
55* KETTLE-57: Fix for failure to properly mark request during action of asynchronous middleware (static serving
56 middleware was broken prior to this release)
57* Updated to latest dependencies (including ws 2.x)
58
59## 1.3.2 / 2017-01-31
60
61* Updated to quieter version of Infusion and logged created defaults at lower priority
62
63## 1.3.1 / 2017-01-27
64
65* Updated all outdated dependencies (including to an infusion 3.0.0-dev release)
66
67## 1.3.0 / 2017-01-05
68
69* KETTLE-51: Fixed faulty Content-Length header that did not account for length of UTF-8 encoded bytes
70
71## 1.2.2 / 2016-11-23
72
73* Removed unused dependency node-uuid following deprecation warning
74
75## 1.2.1 / 2016-11-14
76
77* GPII-2110: Added JSON5 linting task, moved JS linting to eslint-config-fluid shared rules
78
79## 1.2.0 / 2016-11-03
80
81* GPII-2110: Added support for JSON5 files both in DataSources and configs
82
83## 1.1.1 / 2016-11-01
84
85* KETTLE-48: Updated to latest gpii-express to fix tests under npm 3
86
87## 1.1.0 / 2016-07-15
88
89* KETTLE-45: Fixed implementation of `gradeNames` support for request handlers
90* Updated to latest versions of dependencies (ws 1.1.1, express 4.14.0, etc.)
91
92## 1.0.1 / 2016-06-08
93
94* Updated to later versions of Infusion, gpii-express and gpii-pouchdb, moved over to ESLint for linting
95
96## 1.0.0 / 2016-05-26
97
98* First release with reasonable test coverage - consult docs for features