Skip to content

Commit

Permalink
Merge pull request #453 from telefonicaid/master
Browse files Browse the repository at this point in the history
Upgrade release/2.4.0 branch with 2.4.0 code frozen at master at the present time
  • Loading branch information
AlvaroVega committed Aug 28, 2018
2 parents 5181af7 + af8e899 commit 757dc7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
7 changes: 1 addition & 6 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
- Upgrade mongodb dependence to 2.2.35
- Check & ensure hLimit<=lastN<=config.maxPageSize for raw data query. [#431]
- Fix: Content Disposition header encoding issue (#433)
- Add count to query and related fiware-total-count header [#428]
- Using precise dependencies (~=) in packages.json
- Upgrade hapi to 11.1.3

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"hapi": "~11.1.3",
"joi": "~5.1.0",
"json-csv": "~1.2.0",
"lodash": "~4.8.2",
"lodash": "~4.17.5",
"logops": "~1.0.5",
"mkdirp": "~0.5.1",
"mongodb": "~2.2.35",
Expand Down
1 change: 1 addition & 0 deletions rpm/SPECS/sth.spec
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ rm -rf $RPM_BUILD_ROOT

%changelog
* Thu Aug 16 2018 Alvaro Vega <alvaro.vegagarcia@telefonica.com> 2.4.0
- Upgrade lodash dependence to 4.17.5
- Upgrade mongodb dependence to 2.2.35
- Check & ensure hLimit<=lastN<=config.maxPageSize for raw data query. [#431]
- Fix: Content Disposition header encoding issue (#433)
Expand Down

0 comments on commit 757dc7c

Please sign in to comment.