Bug fixes
- Remove discontinued field from
ResourceMetadatathat was causing serialization issues #69
New features
EwsClientcan be instantiated directly, add new implementationOffice365EwsClientfor 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
SoqlQueryno longer inserts default query arguments #59
New features
Bug fixes
SodaClientno longer requires an AppToken #49Querymethods behave as advertised and return full result sets #56
Deprecation Notices
ExcelOleDbHelperinSODA.Utilitieswas deprecated inv0.5.0and has now been removed.
New features
SodaClientcan issue queries directly #54
Dependency Updates
Newtonsoft.Jsonupgraded to 7.0.1 #43
Deprecation Notices
ExcelOleDbHelperinSODA.Utilitieshas been deprecated and replaced byExcelDataReaderHelper.ExcelOleDbHelperwill be removed inv0.6.0.
New features
ExcelDataReaderHelperfor reading data from Excel documents #46 via @allejoEws2010Sp2Clientfor utilizing EWS against Exchange 2010 SP2
Bug fixes
SoqlQuery.MaximumLimitincreased to 50K #39 via @chrismetcalf
Dependency Updates
Newtonsoft.Jsonupgraded to 6.0.8
New features
- Overload to skip header for
SeparatedValuesSerializer#31 - Optional
RequestTimeoutproperty onSodaClient#28
Dependency Updates
Newtonsoft.Jsonupgraded 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.Jsonupgraded to 6.0.6 #15
New features
- Convenience
Querymethod onResource<TRow>for results that are collections ofTRow#12 SeparatedValuesSerializerinSODA.Utilitiescan serialize entities to CSV/TSV strings in memory #2
Minor bug fixes and cleanup
SodaResultmembers aren't publicly settable #9unwrapExceptionMessagemoved to a public extension ofWebException#8Newtonsoft.Jsonupgraded to 6.0.5 #6SodaResultcorrectly deserializes theBy RowIdentifiervalue #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.