Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

51 lines (31 loc) · 1.77 KB

CHANGELOG for activerecord-shard_for

0.7.0

  • 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

0.6.1

  • Allow settings thread_pool_base_size and command executor. #18
  • Bump up supporeted rails versions. #19
    • Add rails 5.2

0.6.0

  • Support same connection to connect for same shard. #15
  • Drop rails4 support

0.5.0

  • Support Single Table Inheritance. #14

0.4.1

  • Fix defined_enums is empty. #11

0.4.0

  • Distkey support to instance method. #9

0.3.0

  • Add using syntax. #8

0.2.1

  • Fix raise MissingDistkeyAttribute before callback. #6
  • Fix rake tasks not load in rails. #3
  • Modify raise KeyError when not registered connection_key call #7

0.2.0

  • Enable Range support for cluster key
  • Add built-in connection router of DistkeyRouter

0.1.2

  • Fix cluster_router is now working