Skip to content

0.1.0

Latest

Choose a tag to compare

@sttk sttk released this 23 Aug 13:53
· 6 commits to main since this release
7211410

Changes

  • update: added the implementation for force_back method of RedisDataConn struct by @sttk in #16
  • refactor: modified RedisDataConn have a pool and RedisDataConn#get_connection get conn from pool by @sttk in #18
  • update: added the implementation for pre_commit and post_commit methods of RestDataConn by @sttk in #21

Docs

  • doc: updated the result of cargo msrv in README.md by @sttk in #14
  • doc,comment: added documentation comments to RedisDataSrc and RedisDataConn by @sttk in #17
  • doc: added crate-level documentation comment by @sttk in #22
  • doc,comment,test: added the usage of RedisDataSrc and RedisDataConn by @sttk in #23

Supports

  • cicd: upgraded github actions by @sttk in #12
  • chore: added msrv task in build.sh by @sttk in #13
  • deps: bumped up sabi to 0.4 by @sttk in #15
  • test: added a test case for RedisDataSrc constructor using redis::ConnectionInfo by @sttk in #19
  • test: fixed the 'Data exists' error that occurred when test case executions overlapped by @sttk in #20
  • release tasks for 0.1.0 by @sttk in #24

Full Changelog: 0.0.0...0.1.0