Skip to content

Releases: Beyond-Finance/active_force

v0.24.0

01 Oct 16:20
f24c3ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.23.0...0.24.0

v0.23.0

01 Oct 16:20
3b9dbb0
Compare
Choose a tag to compare

What's Changed

  • Update ActiveQuery#select to accept a block by @jflack-bf in #99

New Contributors

Full Changelog: 0.22.1...0.23.0

v0.22.1

17 Jul 14:15
b36f268
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.22.0...0.22.1

v0.22.0

09 Jul 15:09
205e6ff
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.21.1...0.22.0

v0.21.1

17 May 20:24
be44e31
Compare
Choose a tag to compare

What's Changed

  • Fixes #91. Applies scopes to eager-loaded associations when they are nested. by @asedge in #92

Full Changelog: 0.21.0...0.21.1

v0.21.0

15 Feb 18:49
dc194f3
Compare
Choose a tag to compare

What's Changed

  • Don't query salesforce for a .first call if query already has records by @CharlesMassry in #77
  • Fix missing nil attributes in SObject.update by @rferg in #79
  • add metomic workflow file by @tamperdad in #81
  • Raise UnknownAttributeError if .where is given invalid attribute names by @rferg in #80
  • Fix includes with has_one associations when no associated record by @rferg in #83
  • use BigDecimal for money fields on new AF models by @lazaruslarue in #88
  • Add range predicate support by @rferg in #87
  • Uninitialized attributes will ERROR instead of returning as Nil by @bfrey08 in #78

New Contributors

Full Changelog: 0.20.1...0.21.0

v0.20.1

29 Nov 21:04
ecb9115
Compare
Choose a tag to compare

What's Changed

  • Revert "ActiveForce .first performance enhancement (#73)" by @asedge in #76

Full Changelog: 0.20.0...0.20.1

v0.20.0

27 Nov 17:51
1272b67
Compare
Choose a tag to compare

What's Changed

  • ActiveForce .first performance enhancement by @CharlesMassry in #73
  • Bugfix: Transform NULL values for SF Bulk API, which expects "#N/A" by @asedge in #74

New Contributors

Full Changelog: 0.19.0...0.20.0

v0.19.0

15 Nov 21:10
8cd0cf4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.18.0...0.19.0

v0.18.0

02 Oct 14:22
847ee34
Compare
Choose a tag to compare

What's Changed

  • Adding update and update! class methods on SObject. by @asedge in #66
  • SER 2543: Make blank?, present?, and any? work for AF query objects by @kencorley in #68
  • Fix eager loading of scoped associations. Previously the scope was no… by @asedge in #67
  • Add support for limit(n) by @aahmad in #69

New Contributors

Full Changelog: 0.17.0...0.18.0