Releases: wso2-extensions/mi-connector-redis
v3.1.4
What's Changed
- Add connector logo by @arunans23 in #54
- Update meta information by @arunans23 in #57
- Update meta information by @arunans23 in #58
- Replace deprecated maven-assembly-plugin goal "attached" with "single" by @ShammiL in #59
- Update connector icon by @arunans23 in #61
- Integrate Connector Release Workflow by @ShammiL in #60
- Update repository name from esb-connector-redis to mi-connector-redis by @ShammiL in #62
- Update meta file for daily sync testing by @ShammiL in #63
- Update the bot used to perform the release functions by @ChinthakaJ98 in #64
- Update the checkout step in the workflow by @ChinthakaJ98 in #65
- Revert "Update the bot used to perform the release functions" by @ChinthakaJ98 in #66
- Update metadata of operations and connections by @ChinthakaJ98 in #67
- Change connectorRank metadata to rank by @ShammiL in #68
- Add Github release functionality to the workflow by @ChinthakaJ98 in #69
- Update connector metadata for the new version release by @ChinthakaJ98 in #70
- Update GroupId and ArtifactId by @ChinthakaJ98 in #71
- Update GroupId and ArtifactId temporarily by @ChinthakaJ98 in #72
- Update connector version by @ChinthakaJ98 in #73
New Contributors
- @ShammiL made their first contribution in #59
- @ChinthakaJ98 made their first contribution in #64
Full Changelog: v3.1.3...v3.1.4
v3.1.3
What's Changed
- remove payload overriding with redis set status by @rosensilva in #53
Full Changelog: v3.1.2...v3.1.3
v3.1.2
What's Changed
- update version tags by @rosensilva in #50
- add media type support to redis HGet by @rosensilva in #52
Full Changelog: v3.1.1...v3.1.2
v3.1.1
What's Changed
- Send empty string when redis cache for the key is null by @rosensilva in #49
New Contributors
- @rosensilva made their first contribution in #49
Full Changelog: v3.1.0...v3.1.1
3.1.0 Released!
Implement connection-oriented model for RedisConnector
3.0.0 Released!
Improve the connector to work with the new connection-oriented setup. Also update the UI for connector properties
2.7.0 Released!
We have rectified the following issues,
Previously we were creating a single pool for each cluster operation and closing it after each operation that's why read/write lock issue occurs (jmxRegister and jmxUnRegister on the same object). This Pr rectifies that and also avoids closing JedisCluster after each operation since It's no need to close the JedisCluster instance as it is handled by the JedisClusterConnectionPool itself.
Also introduced the "isJmxEnabled" property to enable JMX if required.
2.6.0 Released!
Added Operation to get Object IdleTime
2.5.0 Released!
- Add sentinel password support.
- Upgrade the jedis client version to 3.9.0
2.4.0 Released!
Introduce connection pools to avoid creating connections for each request