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

Commit

Permalink
Version Bump v2.5.0: Security Update
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Dec 20, 2019
1 parent d7a72b7 commit d4decc3
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,46 @@ All notable changes to this project will be documented in this file.

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

[2019-12-20] Version 2.5.0
--------------------------
**Library - Chore**
- [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)!
- [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)!
- [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)!
- [PR #88](https://github.com/sendgrid/nodejs-http-client/pull/88): update LICENSE - update year to 2018. Thanks to [@myzeprog](https://github.com/myzeprog)!
- [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)!
- [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)!
- [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)!
- [PR #61](https://github.com/sendgrid/nodejs-http-client/pull/61): Idiomatic changes reported by CodeClimate. Thanks to [@mithunsasidharan](https://github.com/mithunsasidharan)!
- [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)!
- [PR #54](https://github.com/sendgrid/nodejs-http-client/pull/54): Create Dockerfile. Thanks to [@luiscoms](https://github.com/luiscoms)!
- [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)!
- [PR #53](https://github.com/sendgrid/nodejs-http-client/pull/53): change year for the license file. Thanks to [@luiscobits](https://github.com/luiscobits)!
- [PR #48](https://github.com/sendgrid/nodejs-http-client/pull/48): added code climate config fixes #47. Thanks to [@t2013anurag](https://github.com/t2013anurag)!
- [PR #44](https://github.com/sendgrid/nodejs-http-client/pull/44): Added esdoc. Thanks to [@maxtotterman](https://github.com/maxtotterman)!
- [PR #22](https://github.com/sendgrid/nodejs-http-client/pull/22): Updated travis config. Thanks to [@gr8shivam](https://github.com/gr8shivam)!

**Library - Docs**
- [PR #64](https://github.com/sendgrid/nodejs-http-client/pull/64): Create USE_CASES.md. Thanks to [@flaredragon](https://github.com/flaredragon)!
- [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)!
- [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)!
- [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)!
- [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)!
- [PR #34](https://github.com/sendgrid/nodejs-http-client/pull/34): Add pull request template. Thanks to [@jeffgerlach](https://github.com/jeffgerlach)!
- [PR #40](https://github.com/sendgrid/nodejs-http-client/pull/40): Add USAGE.md file. Thanks to [@Tonkpils](https://github.com/Tonkpils)!
- [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)!
- [PR #18](https://github.com/sendgrid/nodejs-http-client/pull/18): Update .md files for SEO-ness. Thanks to [@jppferguson](https://github.com/jppferguson)!
- [PR #14](https://github.com/sendgrid/nodejs-http-client/pull/14): Fix typos and grammar. Thanks to [@aaronang](https://github.com/aaronang)!
- [PR #12](https://github.com/sendgrid/nodejs-http-client/pull/12): 📖 Added CODE_OF_CONDUCT.md. Thanks to [@derekkramer](https://github.com/derekkramer)!

**Library - Feature**
- [PR #15](https://github.com/sendgrid/nodejs-http-client/pull/15): Added maxSockets support. Thanks to [@andreicioban](https://github.com/andreicioban)!

**Library - Fix**
- [PR #29](https://github.com/sendgrid/nodejs-http-client/pull/29): update contributing.md - fix typo. Thanks to [@pushkyn](https://github.com/pushkyn)!
- [PR #26](https://github.com/sendgrid/nodejs-http-client/pull/26): Fixed failing unit test. Thanks to [@iifeoluwa](https://github.com/iifeoluwa)!
- [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)!

## [2.4.0] - 2017-07-14
### Added
- Pull #8
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"name": "sendgrid-rest",
"description": "HTTP REST client, simplified for Node.js.",
"version": "2.4.0",
"version": "2.5.0",
"homepage": "https://sendgrid.com",
"repository": {
"type": "git",
Expand Down

0 comments on commit d4decc3

Please sign in to comment.