- Fix establish_connection is called on class loading. #20
- Bump up supporeted rails versions. #21
- Add rails 6.0.0.beta1(experimental)
- Drop ruby 2.2.x support
- Fix set_callback raises NoMethodError when already defined callback. #22
- Allow settings
thread_pool_base_size
and command executor. #18 - Bump up supporeted rails versions. #19
- Add rails 5.2
- Support same connection to connect for same shard. #15
- Drop rails4 support
- Support Single Table Inheritance. #14
- Fix defined_enums is empty. #11
- Distkey support to instance method. #9
- Add using syntax. #8
- Fix raise MissingDistkeyAttribute before callback. #6
- Fix rake tasks not load in rails. #3
- Modify raise KeyError when not registered connection_key call #7
- Enable Range support for cluster key
- Add built-in connection router of DistkeyRouter
- Fix
cluster_router
is now working