Skip to content

Releases: socrata/datasync

DataSync 1.8.2

02 Jun 18:56
Compare
Choose a tag to compare

Bug fixes:

  • Allow configuration of SMTP without a username (fixes #51)

DataSync 1.8.1

17 May 17:21
Compare
Choose a tag to compare

This release of DataSync updates the Port Job functionality to use a faster and more reliable code path. The UI remains unchanged.

To set up a new port job, go to File > New > Port Job. Full documentation available here: http://socrata.github.io/datasync/guides/setup-port-job.html

Note, new Port Jobs will port derived views as parent datasets.

DataSync 1.8.0

05 Jan 22:19
Compare
Choose a tag to compare

This release of DataSync allows automated replacement of geospatial datasets (zipped shapefile, KML, KMZ, GeoJSON).

To create a new geospatial job, go to File > New > GIS Job. Full documentation available at http://socrata.github.io/datasync

Please note that the GIS job will completely replace the data in your existing dataset.

DataSync 1.7.4

09 Dec 21:45
Compare
Choose a tag to compare

Bug fixes:

  • Forces all HTTP requests to Socrata endpoints to use TLS 1.1 or 1.2.

DataSync 1.7.3

06 Dec 17:21
Compare
Choose a tag to compare

Bug fixes:

  • When using DataSync in headless mode, the job ID is now logged to the console when the job begins, not when the job ends.
  • Leading and trailing whitespace are now trimmed from domain names.
  • Small time formatting bug fixed.

DataSync 1.7.2

04 Aug 23:14
Compare
Choose a tag to compare

Bug Fixes:

  • The Trim Whitespace checkbox under Map Fields toggles whether your incoming data will be trimmed of whitespace.
  • Setting a custom separator now re-evaluates the fields to be mapped.
  • Empty fields in CSVs get converted to null instead of empty string ("").
  • By default, comparisons between incoming data and server-side data will be whitespace sensitive

DataSync 1.7.1

11 May 18:47
Compare
Choose a tag to compare

Bug Fixes:

  • Map fields dialog timeouts in particular domains
  • Socket is closed error when clicking "map fields"

DataSync 1.7

01 Apr 17:38
Compare
Choose a tag to compare

This release brings the ability to ignore bad data in your upload jobs, allowing the job to complete while setting aside any rows that contain errors. Checking the "Set aside errors" checkbox in the "Map fields" page enables that state.

As with other upload jobs, the status of the job can be monitored in the job status page. If the upload job completed (with partial success), a link to the CSV with bad data will be available in the job details page to download and inspect.

DataSync 1.6.2

04 Jan 17:15
Compare
Choose a tag to compare

Bug Fixes:

  • Issue 106 - Map fields does not persist entries
  • Missing fields dialog box does not present valid options.

DataSync 1.6.1.

01 Dec 01:07
Compare
Choose a tag to compare
  • ArrayOutOfBounds error when using DataSync 1.6 with pipe delimited files
  • Datasync breaks when username or passwords contain starting or trailing whitespace