Overview
This Snap Pack contains the following Snaps:
The GraphQL Client Snap: Enables you to query a GraphQL endpoint and retrieve data. This Snap features a built-in query builder to help you efficiently build queries.
The HTTP Client Snap: Unifies all HTTP-supported methods: GET, HEAD, POST, PUT, DELETE, OPTIONS, TRACE, and PATCH. You can execute these methods on a REST API service endpoint. The key feature of this Snap is that it enables you to handle errors with request-trace information for the API request. You can use this information for debugging and analyzing the requests.
Prerequisites
None.
Supported Versions
This Snap Pack is tested against HTTP 1.
Snap Pack History
Release | Snap Pack Version | Date | Type | Updates |
---|---|---|---|---|
August 2024 | 438patches28567 |
| Latest | Fixed a token refresh issue with the GraphQL Client Snap (configured with the OAuth2 Account) wherein the access token expired before the periodic platform refresh, and the Snap displayed 401 and 403 errors . |
August 2024 | 438patches28365 |
| Latest |
|
August 2024 | 438patches28040 |
| Latest | Enhanced the HTTP Client Snap with improved handling of redirect URL encoding to minimize runtime errors. |
August 2024 | main27765 |
| Stable | Updated and certified against the current SnapLogic Platform release. |
May 2024 | 437patches27592 |
| Latest | Updated the API Suite Snaps to process authentication information from incoming documents to support features such as Secrets manager-based credentials. |
May 2024 | 437patches27587 |
| Latest | Fixed an issue with the HTTP Client Snap that caused |
May 2024 | 437patches26862 |
| Latest | Fixed an issue with the HTTP Client Snap where redirect URLs containing spaces were not properly encoded, resulting in runtime errors. |
May 2024 | 437patches26826 |
| Latest | Enhanced the SSL OAuth2 Account with the Send Client Data as Basic Auth header checkbox that enables you to send the client information as a header to the OAuth endpoint. |
May 2024 | 437patches26522 |
| Latest | Enhanced the OAuth2 account with Snaplex support for executing OAuth2 operations. |
May 2024 | 437patches26491 |
| Latest | Fixed an issue with the GraphQL Client Snap that displayed an error when passing the |
May 2024 | main26341 | Stable | Updated and certified against the current SnapLogic Platform release. | |
February 2024 | 436patches25508 |
| Latest | Enhanced the HTTP Client Snap to optimize the memory usage by accumulating the |
February 2024 | 463patches25211 |
| Latest | Enhanced the GraphQL Client Snap to include detailed stack trace, error message, and reason within the Snap error view output. |
February 2024 | main25112 |
| Stable | Updated and certified against the current SnapLogic Platform release. |
November 2023 | 435patches25047 |
| Latest | Fixed an issue that caused the HTTP Client Snap to fail when the Basic Authentication account password contained special characters. |
November 2023 | 435patches24708 |
| Latest |
|
November 2023 | 435patches24208 |
| Latest | Fixed an issue with the HTTP Client Snap that caused incorrect parsing of the |
November 2023 | 435patches23943 |
| Latest | Fixed an issue with the GraphQL Client Snap that displayed a null pointer exception when the Header authenticated checkbox in the OAuth2 Account is deselected. The Snap now passes the credentials appropriately using URL parameters when the Header authenticated field is deselected. |
November 2023 | main23721 |
| Stable | Added the Google Service Account to the HTTP Client Snap, which enables you to connect to various Google Cloud endpoints such as Analytics 4 and Compute Engine. |
August 2023 | 434patches23079 |
| Latest | Fixed an issue with the SnapLogic SSL Account for the HTTP Client Snap where a blank keystore or truststore URL caused an error during account configuration. |
August 2023 | 434patches22631 |
| Latest | Fixed an issue with the HTTP Client Snap that displayed incorrect cookie information, with a null value in the cookies when you have duplicate cookies in the header. The Snap now displays the cookie information correctly. |
August 2023 | main22460 |
| Stable | Updated and certified against the current SnapLogic Platform release. |
May 2023 | 433patches22065 |
| Latest | Fixed an issue with the GraphQL Client Snap that caused an error even when the variable value was defined in the previous Snap. |
May 2023 | 433patches21959 |
| Latest | Fixed an issue with the HTTP Client Snap that caused an intermittent connectivity issue, which resulted in a |
May 2023 | 433patches21860 |
| Latest | Fixed an issue with the HTTP Client Snap where the Snap now conceals the additional authentication headers in the debug information for Secured Headers Account. |
May 2023 | 433patches21346 |
| Latest | Fixed an issue with the HTTP Client Snap where the validation of the SSL Account for a specified Keystore or Truststore value failed despite providing the correct password. |
May 2023 | 433patches21307 |
| Latest | Fixed an issue with the HTTP Client Snap that caused pagination to fail when the next Snap in the pipeline could modify the input document (for example, the Mapper Snap). Behavior Change: |
May 2023 | 433patches21140 |
| Latest |
|
May 2023 | main21015 |
| Stable | Introduced the GraphQL Client Snap, which enables you to query a GraphQL endpoint and retrieve data. This Snap features a built-in query builder to help you efficiently build queries. |
February 2023 | 432patches20818 |
| Latest |
|
February 2023 | 432patches20054 |
| Latest | For Snaps using AWS Signature V4 accounts, DNS canonical names are now supported for S3 buckets. |
February 2023 | main19844 |
| Stable | Upgraded with the latest SnapLogic Platform release. |
November 2022 | 431patches19006 |
| Latest | The HTTP Client Snap does not fail when making a PATCH request containing an empty response body and location in the Headers. The Snap checks the entity length if the response entity is empty and skips the data conversion. |
November 2022 | main18944 |
| Stable | The HTTP Client Snap now accepts the default value |
October 2022 | 430patches18454 |
| Latest and Stable | Introduced the API Suite Snap Pack that contains the HTTP Client Snap. This Snap unifies all supported HTTP methods: GET, HEAD, POST, PUT, DELETE, OPTIONS, TRACE, and PATCH that you can execute on a REST API service endpoint. |