Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.0.0 #32

Merged
merged 11 commits into from
May 25, 2021
Merged

Release 2.0.0 #32

merged 11 commits into from
May 25, 2021

Conversation

moaxaca
Copy link
Owner

@moaxaca moaxaca commented Oct 30, 2019

No description provided.

moaxaca and others added 11 commits February 13, 2019 20:03
* Decorate Multi objects returned by client
* Fix linter warnings
* Add link to node redis library

* Bump stringstream from 0.0.5 to 0.0.6 (#27)

Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/mhart/StringStream/releases)
- [Commits](mhart/StringStream@v0.0.5...v0.0.6)

Signed-off-by: dependabot[bot] <[email protected]>

* Remove mutating of original redisClient object

Co-authored-by: Jake <[email protected]>
Co-authored-by: Matthew Oaxaca <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add link to node redis library

* Bump stringstream from 0.0.5 to 0.0.6 (#27)

Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/mhart/StringStream/releases)
- [Commits](mhart/StringStream@v0.0.5...v0.0.6)

Signed-off-by: dependabot[bot] <[email protected]>

* upgrading redis

Co-authored-by: Jake <[email protected]>
Co-authored-by: Matthew Oaxaca <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add link to node redis library

* Bump stringstream from 0.0.5 to 0.0.6 (#27)

Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/mhart/StringStream/releases)
- [Commits](mhart/StringStream@v0.0.5...v0.0.6)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump handlebars from 4.0.11 to 4.5.3

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](handlebars-lang/handlebars.js@v4.0.11...v4.5.3)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: Jake <[email protected]>
Co-authored-by: Matthew Oaxaca <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add link to node redis library

* Bump stringstream from 0.0.5 to 0.0.6 (#27)

Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/mhart/StringStream/releases)
- [Commits](mhart/StringStream@v0.0.5...v0.0.6)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump sshpk from 1.13.1 to 1.16.1 (#33)

Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.13.1 to 1.16.1.
- [Release notes](https://github.com/joyent/node-sshpk/releases)
- [Commits](TritonDataCenter/node-sshpk@v1.13.1...v1.16.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint from 4.17.0 to 4.18.2

Bumps [eslint](https://github.com/eslint/eslint) from 4.17.0 to 4.18.2.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](eslint/eslint@v4.17.0...v4.18.2)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: Jake <[email protected]>
Co-authored-by: Matthew Oaxaca <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add link to node redis library

* Bump stringstream from 0.0.5 to 0.0.6 (#27)

Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/mhart/StringStream/releases)
- [Commits](mhart/StringStream@v0.0.5...v0.0.6)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump sshpk from 1.13.1 to 1.16.1 (#33)

Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.13.1 to 1.16.1.
- [Release notes](https://github.com/joyent/node-sshpk/releases)
- [Commits](TritonDataCenter/node-sshpk@v1.13.1...v1.16.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump js-yaml from 3.10.0 to 3.13.1

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.10.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@3.10.0...3.13.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: Jake <[email protected]>
Co-authored-by: Matthew Oaxaca <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add link to node redis library

* Bump stringstream from 0.0.5 to 0.0.6 (#27)

Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/mhart/StringStream/releases)
- [Commits](mhart/StringStream@v0.0.5...v0.0.6)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump sshpk from 1.13.1 to 1.16.1 (#33)

Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.13.1 to 1.16.1.
- [Release notes](https://github.com/joyent/node-sshpk/releases)
- [Commits](TritonDataCenter/node-sshpk@v1.13.1...v1.16.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump lodash from 4.17.5 to 4.17.15

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.5 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.5...4.17.15)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: Jake <[email protected]>
Co-authored-by: Matthew Oaxaca <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* WIP Proxy Implementation

* WIP Test Coverage

* Fixing Tests
@moaxaca moaxaca closed this May 25, 2021
@moaxaca moaxaca reopened this May 25, 2021
@moaxaca moaxaca changed the title Release 1.1.8 Release 2.0.0 May 25, 2021
@moaxaca moaxaca merged commit 513c965 into master May 25, 2021
@moaxaca moaxaca deleted the develop branch May 25, 2021 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants