CHANGES.md in ruby-jss-2.1.0b5 vs CHANGES.md in ruby-jss-2.1.0
- old
+ new
@@ -12,11 +12,11 @@
__Please update all installations of ruby-jss to at least v1.6.0.__
Many many thanks to actae0n of Blacksun Hackers Club for reporting this issue and providing examples of how it could be exploited.
-## \[2.1.0] - unreleased
+## \[2.1.0] - 2022-10-10
### Added
- Support for the `/v1/jamf-management-framework/redeploy/{id}` Jamf Pro API endpoint in `Jamf::Computer` and
`Jamf::ComputerGroup`. The method `redeploy_mgmt_framework` is both a Class and an Instance method for those classes
@@ -32,9 +32,11 @@
### Fixed
- A few internal rescues of a deprecated exception class
- Removed auto-loading of deprecation files; now explicitly loaded.
- A few Ruby 2 => Ruby 3 bugs - method params needing double-splats (Thanks to @Timelost for reporting this one)
+ - Ensure resource paths don't start with a slash
+ - Setting the timeouts on an existing API connection object now works.
## \[2.0.0] - 2022-09-12
Version 2.0.0 is a major refactoring of ruby-jss. While attempting to provide as much backward compatibility as possible, there are some significant changes and v2.0.0 is not fully backward compatible. **PLEASE TEST YOUR CODE EXTENSIVELY**