Skip to content

Latest commit

 

History

History
83 lines (48 loc) · 3.68 KB

File metadata and controls

83 lines (48 loc) · 3.68 KB

New in 0.5.0 (Released 2015/08/12)

Dependency Updates

  • Newtonsoft.Json upgraded to 7.0.1 #43

Deprecation Notices

  • ExcelOleDbHelper in SODA.Utilities has been deprecated and replaced by ExcelDataReaderHelper. ExcelOleDbHelper will be removed in v0.6.0.

New features

  • ExcelDataReaderHelper for reading data from Excel documents #46 via @allejo
  • Ews2010Sp2Client for utilizing EWS against Exchange 2010 SP2

New in 0.4.1 (Released 2015/06/11)

Bug fixes

  • SoqlQuery.MaximumLimit increased to 50K #39 via @chrismetcalf

New in 0.4.0 (Released 2015/05/07)

Dependency Updates

  • Newtonsoft.Json upgraded to 6.0.8

New features

  • Overload to skip header for SeparatedValuesSerializer #31
  • Optional RequestTimeout property on SodaClient #28

New in 0.3.0 (Released 2015/01/08)

Dependency Updates

  • Newtonsoft.Json upgraded to 6.0.7
  • NUnit (for test projects) upgraded to 2.6.4

New features

  • Implementation of SODA PhoneColumn #24 via @mickmorbitzer
  • Added a Uri helper for Foundry-style API documentation pages #22

New in 0.2.1 (Released 2014/12/02)

Bug fixes

  • Soql Limit and Offset throw exceptions for out of range values #18
  • Fixed column aliasing bug using Soql As #17

New in 0.2.0 (Released 2014/11/03)

Dependency Updates

  • Newtonsoft.Json upgraded to 6.0.6 #15

New features

  • Convenience Query method on Resource<TRow> for results that are collections of TRow #12
  • SeparatedValuesSerializer in SODA.Utilities can serialize entities to CSV/TSV strings in memory #2

New in 0.1.2 (Released 2014/10/01)

Minor bug fixes and cleanup

  • SodaResult members aren't publicly settable #9
  • unwrapExceptionMessage moved to a public extension of WebException #8
  • Newtonsoft.Json upgraded to 6.0.5 #6
  • SodaResult correctly deserializes the By RowIdentifier value #5
  • Some common assembly information moved to a shared solution-level file. This will help with deployment

New in 0.1.1 (Released 2014/09/16)

Minor bug fixes and cleanup

  • Replace with CSV correctly parses SodaResult #4
  • Upsert with CSV correctly parses SodaResult #3

New in 0.1.0 (Released 2014/08/28)

  • Initial release!
  • This library is under active development. As such, pre-v1.0 versions may introduce breaking changes until things stabilize around v1.0. Every effort will be made to ensure that any breaking change is well documented and that appropriate workarounds are suggested.