Skip to content

Releases: CityofSantaMonica/SODA.NET

SODA.NET v0.10.1

15 Oct 18:48
Compare
Choose a tag to compare

Fixing Nuget package icon.

SODA.NET v0.10.0

15 Oct 18:43
166affe
Compare
Choose a tag to compare

New in 0.10.0 (Released 2019/10/15)

New features

  • Support for .NET Core 3.0

SODA.NET v0.9.0

24 Jul 18:03
e5b0a47
Compare
Choose a tag to compare

New in 0.9.0 (Released 2019/07/24)

New features

  • Support for .NET Standard 2.0 / .NET Core 2.2 #78

SODA.NET v0.8.0

07 Dec 01:03
5d60e9c
Compare
Choose a tag to compare

New in 0.8.0 (Released 2017/12/06)

Bug fixes

  • Remove discontinued field from ResourceMetadata that was causing serialization issues #69

New features

  • EwsClient can be instantiated directly, add new implementation Office365EwsClient for connecting to Office 365 based accounts #71

SODA.NET v0.7.0

12 Jan 20:54
Compare
Choose a tag to compare

New in 0.7.0 (Released 2017/01/12)

It is highly recommended to update to this version, as it features improved security following Socrata's deprecation of TLS 1.0

Security enhancements

  • Disable security protocols lower than TLS 1.1 #65

Bug fixes

  • SoqlQuery no longer inserts default query arguments #59

New features

  • SoqlQuery supports the $having clause #60
  • SoqlQuery supports the $query clause #63

SODA.NET v0.6.0

02 Jun 22:13
Compare
Choose a tag to compare

New in 0.6.0 (Released 2016/06/02)

Bug fixes

  • SodaClient no longer requires an AppToken #49
  • Query methods behave as advertised and return full result sets #56

Deprecation Notices

  • ExcelOleDbHelper in SODA.Utilities was deprecated in v0.5.0 and has now been removed.

New features

  • SodaClient can issue queries directly #54

SODA.NET v0.5.0

12 Aug 23:25
Compare
Choose a tag to compare

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

SODA.NET v0.4.1

11 Jun 18:11
Compare
Choose a tag to compare

New in 0.4.1 (Released 2015/06/11)

Bug fixes

SODA.NET v0.4.0

07 May 17:43
Compare
Choose a tag to compare

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

SODA.NET v0.3.0

08 Jan 20:43
Compare
Choose a tag to compare

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