Skip to content

Releases: allejo/PhpSoda

Version 1.0.3

25 Jun 01:43
51773a5
Compare
Choose a tag to compare

Fixes

  • Fix incorrect conditional in HttpException constructor (#8)

Version 1.0.2

04 Jul 04:11
Compare
Choose a tag to compare

Fixes

  • Using aliases in the SoqlQuery::select() would cause a 400 error (#7)
  • Add support for new array structure in SoqlQuery::select() for those using Symfony's YAML component (#7)

Changes

  • Added deprecation notices for upcoming changes in 2.0.0 of the library
    • SodaDataset::getDataset() has been renamed to SodaDataset::getData()
    • OAuth2 support will be dropped. Guzzle 6 will be used in 2.0.0 to be PSR-7 compliant and in turn, OAuth2 support should be configured through a custom Guzzle client.

Version 1.0.1

29 Nov 02:11
Compare
Choose a tag to compare

Changes

Version 1.0.0

25 Sep 22:16
Compare
Choose a tag to compare

Fixes

  • SoQL queries with aggregate functions no longer fail

Changes

  • A standard SoqlQuery no longer automatically selects :id and sorts in ascending order
  • Dropped support for PHP 5.3, 5.4, 5.5 due to Socrata's new SNI requirement
  • Add support for SoqlQuery::having()
  • phpDoc links in SoQL have been updated to Socrata's new URL patterns

Version 0.1.3

25 Mar 09:07
Compare
Choose a tag to compare

Minor release with updates to reflect Socrata API changes

  • Change Remove limit of 50,000 in the SoqlQuery::limit(); older datasets will simply throw an exception with an error message stating the limit.
  • Change API 2.0 and 2.1 datasets can now be differentiated with SodaDataset::getApiVersion()
    • This change also changes the return type of this function from int to double. Unless you explicitly used is_int in your code, this won't break any code.

Version 0.1.2

12 Oct 15:55
Compare
Choose a tag to compare

Minor release with new stuff

  • New Introduced SodaDataset::getRow()
  • New Introduced SodaDataset::deleteRow()
  • New The SodaException now gives access to the JSON object returned with all of the errors
  • Fix Use OAuth2.0 token when fetching a dataset's metadata
  • Change Visibility of some functions in the UrlQuery class have changed
  • Change More documentation has been added
  • Change This library is now licensed as MIT

Version 0.1.1

19 Sep 05:08
Compare
Choose a tag to compare

Minor release to support OAuth2.0

  • New Introduced SodaClient:: setOAuth2Token() function
  • Fix URL encode the needle in a fullTextSearch
  • Change Follow URL encoding spec according to RFC 3986
  • Change Move features from CsvConverter to parent class

Version 0.1.0

05 Jun 05:11
Compare
Choose a tag to compare

The initial release of PhpSoda.

Features

  • Tokens & basic authentication
  • Simple filters
  • SoQL queries
  • Dataset metadata