Skip to content

0.3.0

Compare
Choose a tag to compare
@dokshina dokshina released this 26 Oct 16:10
· 365 commits to master since this release
c5fc183

Bug fixes

  • Fixed select by primary index name
  • Fixed error handling select with invalid type value
  • Get rid of performing map-reduce for single-replicaset operations

Features

  • Added crud-router Cartridge role
  • Implemented bucket_id option for all operations to specify custom bucket ID. For operations that accepts tuple/object bucket ID can be specified as tuple/object field as well as opts.bucket_id value.

Changes

  • CRUD-router functions are exposed to the global scope, so it's possible to call crud-operations via net.box.call
  • crud.init is removed in favor to crud.init_storage and crud.init_router