FuelSDK-Ruby icon indicating copy to clipboard operation
FuelSDK-Ruby copied to clipboard

Fuel SDK for Ruby

Results 50 FuelSDK-Ruby issues
Sort by recently updated
recently updated
newest added

**Describe the bug** A few months ago, we started receiving 400s when doing a `post` on `::MarketingCloudSDK::DataExtension::Row`. The only message we get with the response is `Bad Request`. I did...

bug

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.7 to 1.14.3. Release notes Sourced from nokogiri's releases. 1.14.3 / 2023-04-11 Security [CRuby] Vendored libxml2 is updated to address CVE-2023-29469, CVE-2023-28484, and one other security-related issue....

dependencies

Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 3.0.7. Release notes Sourced from rack's releases. v3.0.7 What's Changed Backport "Make query parameters without = have nil values". by @​jeremyevans in rack/rack#2060 Full Changelog:...

dependencies

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...

dependencies

### What - Adds support for tenant-specific endpoints by adding the class `MarketingCloudSDK::ExactTargetEndpoints` - This reads in tenant-specific values provided in the application using this gem. - Since these vary...

We are trying to bring up our MarketingCloud integration, and trying to decide whether to use this SDK, which seems to be abandoned. @amagar088, you did the last string of...

**Is your feature request related to a problem? Please describe** As of September 30, 2022, SFMC will require "tenant-specific endpoints" instead of the ones currently used by this gem. The...

enhancement

**Describe the bug** `Savon 2.12.1` supports `write_timeout` option in addition of `open_timeout` and `read_timeout` https://github.com/savonrb/savon/issues/834. When we fetch data extension rows with filter, we have `write_timeout` error ``` HTTP::TimeoutError Write...

bug

Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. Changelog Sourced from rake's changelog. === 13.0.3 Fix breaking change of execution order on TestTask. Pull request #368 by ysakasin...

dependencies