New features
- TLS set to 1.2
New features
- Support for .NET Core 3.0
New features
- Support for .NET Core 2.2
Bug fixes
- Remove discontinued field from
ResourceMetadata
that was causing serialization issues #69
New features
EwsClient
can be instantiated directly, add new implementationOffice365EwsClient
for connecting to Office 365 based accounts #71
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
Bug fixes
SodaClient
no longer requires an AppToken #49Query
methods behave as advertised and return full result sets #56
Deprecation Notices
ExcelOleDbHelper
inSODA.Utilities
was deprecated inv0.5.0
and has now been removed.
New features
SodaClient
can issue queries directly #54
Dependency Updates
Newtonsoft.Json
upgraded to 7.0.1 #43
Deprecation Notices
ExcelOleDbHelper
inSODA.Utilities
has been deprecated and replaced byExcelDataReaderHelper
.ExcelOleDbHelper
will be removed inv0.6.0
.
New features
ExcelDataReaderHelper
for reading data from Excel documents #46 via @allejoEws2010Sp2Client
for utilizing EWS against Exchange 2010 SP2
Bug fixes
SoqlQuery.MaximumLimit
increased to 50K #39 via @chrismetcalf
Dependency Updates
Newtonsoft.Json
upgraded to 6.0.8
New features
- Overload to skip header for
SeparatedValuesSerializer
#31 - Optional
RequestTimeout
property onSodaClient
#28
Dependency Updates
Newtonsoft.Json
upgraded to 6.0.7NUnit
(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
Bug fixes
- Soql Limit and Offset throw exceptions for out of range values #18
- Fixed column aliasing bug using Soql As #17
Dependency Updates
Newtonsoft.Json
upgraded to 6.0.6 #15
New features
- Convenience
Query
method onResource<TRow>
for results that are collections ofTRow
#12 SeparatedValuesSerializer
inSODA.Utilities
can serialize entities to CSV/TSV strings in memory #2
Minor bug fixes and cleanup
SodaResult
members aren't publicly settable #9unwrapExceptionMessage
moved to a public extension ofWebException
#8Newtonsoft.Json
upgraded to 6.0.5 #6SodaResult
correctly deserializes theBy RowIdentifier
value #5- Some common assembly information moved to a shared solution-level file. This will help with deployment
Minor bug fixes and cleanup
- 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.