v0.3.8
v0.3.8 (2022-03-18)
- Fix slow startup of
sgrbinary on Mac OS / Darwin (#656)- Add new release artifact
sgr-osx-x86_64.tgzincluding executable sgr, shared libraries, and resources - Change
install.shon Darwin to default to the.tgzartifact (for previous behavior, setFORCE_ONEFILE=1) - Extract the archive to
~/.splitgraph/pkg/sgrand symlink~/.splitgraph/sgr -> ~/.splitgraph/pkg/sgr/sgr
- Add new release artifact
- Add support for incremental loads to FDW plugins (#647)
- Add a
cursor_columnsfield to the table parameters of FDW data sources
- Add a
- Fix bug on Windows where
sgrfailed to locate.sgconfigin non-existent$HOMEdirectory (#651) Thanks @harrybiddle!- Switch to cross-platform path expansion when adding home directory to config search paths
Starting from this version, all future releases will include sgr-osx-x86_64.tgz, which we recommend installing on Mac OS. The install.sh script will default to it.
Note: if you download an executable directly from this release page, using a web browser, then Mac will quarantine the file and refuse to execute it. Command line HTTP clients like curl do not have this limitation, and the recommended installation method is to run the install.sh script included as a part of every release. See the pull request adding sgr-osx-x86_64.tgz for more details.