
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Please check our Web site for the latest documentation:
For questions, please visit the Get Satisfaction API community
0.7.5
0.7.4
0.7.3
0.7.1
0.7.0
IMPORTANT NOTE: This version changes the gem behavior in a way that may introduce backwards incompatibility. In particular, with prior versions, the following code:
Satisfaction.new.companies['company_domain'].products['p_slug'].topics['t_slug'].tags
ignores the chained context of the final method call and simply sends a GET request to the following API endpoint:
/topics/t_slug/tags
With this version, however, the gem will make API calls for nested resources in the API that correspond to the chained method calls. In particular, the above code will instead attempt to send a GET request to the following endpoint:
/companies/company_domain/products/p_slug/topics/t_slug/tags
In this particular case, the endpoint does not exist in the Get Satisfaction REST API, so API calls made to it will yield a 404 Not Found response error.
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
Fixed known issue with scoping. Calling resource methods could potentially change scope for other objects. For example:
sfn = Satisfaction.new
sfn2 = Satisfaction.new
person = sfn.peson.get('jargon')
topics = sfn.topics.page(3, :order => 'recently_created') # Jargon's topics
sfn2.topics # Also Jargon's topics
This now behaves as expected (where topics and sfn2.topics would be scoped to the set of all i topics)
0.6.0
FAQs
Unknown package
We found that ruby-satisfaction demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.