1.8.0.1 release notes

81 views
Skip to first unread message

Scott

unread,
Sep 12, 2017, 10:56:24 AM9/12/17
to Announcements

1.8.0.1

  • Issue 681 - Prospective fix (or at least improvement) for issues that occur when certain caches become stale over time.
  • Issue 698 - The source root directory is no longer required to be src when retrieving metadata.
  • Fixed a long-standing issue with root elements in metadata XML files being marked as unresolvable.
  • Better type evaluation of SOQL query expressions. Simple expressions can evaluate to both list/array and single instance types, those containing the COUNT() aggregate function evaluate to Integer and those containing any other combination of aggregate functions and fields evaluate to lists of AggregateResult.
  • Fixed an issue when rendering connection names containing underscores in the Open connection toolbar action.
  • Added multiple missing system declarations:
    • Auth.AuthConfiguration.isCommunityUsingSiteAsContainer()
    • System.Currency.addError()
    • System.Label.Site.*
    • Enum methods values()name(), and ordinal()
  • Added several new unit test-oriented live templates:
    • san = System.assertEquals(null, <cursor>);
    • sann = System.assertNotEquals(null, <cursor>);
    • fail = System.assert(false, '<cursor>');
  • Added file type associations for a few missing metadata XML file extensions, in particular those that support Communities.
  • Other minor fixes and enhancements.
Reply all
Reply to author
Forward
0 new messages