Skip to content

Commit

Permalink
chore(release): pull hotfix-release/v1.31.2 into main (rudderlabs#2251)
Browse files Browse the repository at this point in the history
* fix: remove tls object

* chore(release): 1.31.2

---------

Co-authored-by: Anant Jain <anantjain45823@gmail.com>
Co-authored-by: GitHub Actions <noreply@github.com>
  • Loading branch information
3 people authored Jun 8, 2023
1 parent bc52334 commit 19dd685
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.31.2](https://github.com/rudderlabs/rudder-transformer/compare/v1.31.1...v1.31.2) (2023-06-08)


### Bug Fixes

* remove tls object ([67468b4](https://github.com/rudderlabs/rudder-transformer/commit/67468b4735aad9d603505ceadaa97798a86e67a3))

### [1.31.1](https://github.com/rudderlabs/rudder-transformer/compare/v1.31.0...v1.31.1) (2023-06-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rudder-transformer",
"version": "1.31.1",
"version": "1.31.2",
"description": "",
"homepage": "https://github.com/rudderlabs/rudder-transformer#readme",
"bugs": {
Expand Down
1 change: 0 additions & 1 deletion src/util/redis/redisConnector.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const RedisDB = {
log.error(`Redis is down at ${this.host}:${this.port}`);
return false; // stop retrying
},
tls: {}
});
this.client.on('ready', () => {
log.info(`Connected to redis at ${this.host}:${this.port}`);
Expand Down

0 comments on commit 19dd685

Please sign in to comment.