Skip to content

Releases: postmanlabs/sails-mysql-transactions

0.5.0

16 Oct 14:41
Compare
Choose a tag to compare

Update waterline to 0.10.19-postman.4 - the new waterline has changes in destroy operation where it ensures that it fetches very little data during the delete operation.

Note: the result of .destroy now returns only objects and their primary key instead of returning the whole body. This should not be a botheration since sails official documentation does not talk about results fromd estroy operations.

The result of the above change is improvement in performance and reduction of memory consumption during deletes.

0.4.0

13 Oct 15:25
Compare
Choose a tag to compare
  • updates mysql
  • adds configuration to turn off case insensitivity of waterline (improves performance on mySQL)

0.3.2

03 Sep 14:53
Compare
Choose a tag to compare

This release improves the error handling sections of the adapter.

Instead of throwing static errors, the adapter now throws a valid error object created with stack during the instance of the error.

There is a slight change in the property name of the custom error object in public API. Instead of .Error it is now referred as .AdapterError. AdapterError is a custom error type inherited from Error object.

0.3.1

12 Aug 18:17
Compare
Choose a tag to compare
  • adds configuration to turn off automatic rollback upon commit error
  • raises callback error instead of javascript exception when an invalid transaction is used

0.3.0

05 Aug 05:59
Compare
Choose a tag to compare

Updated waterline to 0.10.19 - the one bundled with SailsJS 0.11.1.
CAUTION: This may not be compatible with SailsJS 0.10.x.

Fixed issue where model instance .toObject going into circular recursion

0.2.4

03 Jul 14:13
Compare
Choose a tag to compare

This release adds the ability to use .readonly with normal (master) database connection when no configuration us provided for replication section.

  • Adds support for enabled: false at replication as well as individual source level.
  • Adds new configuration inheritMaster: boolean for replication.

0.2.3

29 Jun 18:22
Compare
Choose a tag to compare

Hotfix for updating test cases around repository unit tests

0.2.2

29 Jun 18:21
Compare
Choose a tag to compare

Added ability to provide configuration for transactional database connection pool

0.2.1

29 Jun 18:20
Compare
Choose a tag to compare

Performance improvement and better internal architecture for read replica load balancing

v0.2.0

26 Jun 20:09
Compare
Choose a tag to compare

Added support for read replicas with load balancing