Skip to content

Releases: CityofSantaMonica/SODA.NET

SODA.NET v0.2.1

02 Dec 20:27
Compare
Choose a tag to compare

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

SODA.NET v0.2.0

03 Nov 18:23
Compare
Choose a tag to compare

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

SODA.NET v0.1.2

01 Oct 17:08
Compare
Choose a tag to compare

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

SODA.NET v0.1.1

16 Sep 17:59
Compare
Choose a tag to compare

Minor bug fixes and cleanup

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

SODA.NET v0.1.0

28 Aug 23:12
Compare
Choose a tag to compare

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.