Skip to content
This repository was archived by the owner on Aug 20, 2020. It is now read-only.

Commit d4decc3

Browse files
Version Bump v2.5.0: Security Update
1 parent d7a72b7 commit d4decc3

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,46 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
[2019-12-20] Version 2.5.0
7+
--------------------------
8+
**Library - Chore**
9+
- [PR #113](https://github.com/sendgrid/nodejs-http-client/pull/113): Bump eslint from 2.13.1 to 4.18.2. Thanks to [@dependabot](https://github.com/dependabot)!
10+
- [PR #112](https://github.com/sendgrid/nodejs-http-client/pull/112): Bump stringstream from 0.0.5 to 0.0.6. Thanks to [@dependabot](https://github.com/dependabot)!
11+
- [PR #101](https://github.com/sendgrid/nodejs-http-client/pull/101): #94 | Upgrade dev dependency mocha to patch security vulnerabilitiy. Thanks to [@robincher](https://github.com/robincher)!
12+
- [PR #88](https://github.com/sendgrid/nodejs-http-client/pull/88): update LICENSE - update year to 2018. Thanks to [@myzeprog](https://github.com/myzeprog)!
13+
- [PR #71](https://github.com/sendgrid/nodejs-http-client/pull/71): code refactor to remove duplicate definition of http_request. Thanks to [@skshelar](https://github.com/skshelar)!
14+
- [PR #63](https://github.com/sendgrid/nodejs-http-client/pull/63): Closes #59 by adding a docker-compose file to spin up a container fr…. Thanks to [@onefastsnail](https://github.com/onefastsnail)!
15+
- [PR #56](https://github.com/sendgrid/nodejs-http-client/pull/56): Adds test to check license end year. Thanks to [@mukulmishra18](https://github.com/mukulmishra18)!
16+
- [PR #61](https://github.com/sendgrid/nodejs-http-client/pull/61): Idiomatic changes reported by CodeClimate. Thanks to [@mithunsasidharan](https://github.com/mithunsasidharan)!
17+
- [PR #58](https://github.com/sendgrid/nodejs-http-client/pull/58): Refactored unittest to check for specific repo files to use assert. Thanks to [@mptap](https://github.com/mptap)!
18+
- [PR #54](https://github.com/sendgrid/nodejs-http-client/pull/54): Create Dockerfile. Thanks to [@luiscoms](https://github.com/luiscoms)!
19+
- [PR #55](https://github.com/sendgrid/nodejs-http-client/pull/55): [issue#52] Added unit tests to check some files exist. Thanks to [@luan-cestari](https://github.com/luan-cestari)!
20+
- [PR #53](https://github.com/sendgrid/nodejs-http-client/pull/53): change year for the license file. Thanks to [@luiscobits](https://github.com/luiscobits)!
21+
- [PR #48](https://github.com/sendgrid/nodejs-http-client/pull/48): added code climate config fixes #47. Thanks to [@t2013anurag](https://github.com/t2013anurag)!
22+
- [PR #44](https://github.com/sendgrid/nodejs-http-client/pull/44): Added esdoc. Thanks to [@maxtotterman](https://github.com/maxtotterman)!
23+
- [PR #22](https://github.com/sendgrid/nodejs-http-client/pull/22): Updated travis config. Thanks to [@gr8shivam](https://github.com/gr8shivam)!
24+
25+
**Library - Docs**
26+
- [PR #64](https://github.com/sendgrid/nodejs-http-client/pull/64): Create USE_CASES.md. Thanks to [@flaredragon](https://github.com/flaredragon)!
27+
- [PR #62](https://github.com/sendgrid/nodejs-http-client/pull/62): update README - fix links to license file. Thanks to [@krlevkirill](https://github.com/krlevkirill)!
28+
- [PR #41](https://github.com/sendgrid/nodejs-http-client/pull/41): Added example file, updated .gitignore and README. Thanks to [@dhsrocha](https://github.com/dhsrocha)!
29+
- [PR #46](https://github.com/sendgrid/nodejs-http-client/pull/46): related to #36 : added the .env_sample and instructions in the readme to configure it. Thanks to [@psnmissaka](https://github.com/psnmissaka)!
30+
- [PR #30](https://github.com/sendgrid/nodejs-http-client/pull/30): Adds example to review request body for troubleshooting. Thanks to [@mukulmishra18](https://github.com/mukulmishra18)!
31+
- [PR #34](https://github.com/sendgrid/nodejs-http-client/pull/34): Add pull request template. Thanks to [@jeffgerlach](https://github.com/jeffgerlach)!
32+
- [PR #40](https://github.com/sendgrid/nodejs-http-client/pull/40): Add USAGE.md file. Thanks to [@Tonkpils](https://github.com/Tonkpils)!
33+
- [PR #20](https://github.com/sendgrid/nodejs-http-client/pull/20): Add badges and move logo to top. Thanks to [@annaelde](https://github.com/annaelde)!
34+
- [PR #18](https://github.com/sendgrid/nodejs-http-client/pull/18): Update .md files for SEO-ness. Thanks to [@jppferguson](https://github.com/jppferguson)!
35+
- [PR #14](https://github.com/sendgrid/nodejs-http-client/pull/14): Fix typos and grammar. Thanks to [@aaronang](https://github.com/aaronang)!
36+
- [PR #12](https://github.com/sendgrid/nodejs-http-client/pull/12): 📖 Added CODE_OF_CONDUCT.md. Thanks to [@derekkramer](https://github.com/derekkramer)!
37+
38+
**Library - Feature**
39+
- [PR #15](https://github.com/sendgrid/nodejs-http-client/pull/15): Added maxSockets support. Thanks to [@andreicioban](https://github.com/andreicioban)!
40+
41+
**Library - Fix**
42+
- [PR #29](https://github.com/sendgrid/nodejs-http-client/pull/29): update contributing.md - fix typo. Thanks to [@pushkyn](https://github.com/pushkyn)!
43+
- [PR #26](https://github.com/sendgrid/nodejs-http-client/pull/26): Fixed failing unit test. Thanks to [@iifeoluwa](https://github.com/iifeoluwa)!
44+
- [PR #24](https://github.com/sendgrid/nodejs-http-client/pull/24): update readme - added license and ToC, fix contribute links. Thanks to [@pushkyn](https://github.com/pushkyn)!
45+
646
## [2.4.0] - 2017-07-14
747
### Added
848
- Pull #8

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"name": "sendgrid-rest",
77
"description": "HTTP REST client, simplified for Node.js.",
8-
"version": "2.4.0",
8+
"version": "2.5.0",
99
"homepage": "https://sendgrid.com",
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)