Sal 3.2.3
Important: Sal 3.2 changes how the API returns results. Please review the API docs before updating to ensure your integrations will continue to function as you expect.
New in this release:
- The API now features paging, enabling large data sets to be processed without making your application servers cry.
- Read only / read write toggle for API keys.
- Basic searching directly via the API.
- Access to saved 'advanced' searches via the API.
- Access to the values of a certain Fact or Condition via the API.
- Access to external scripts (scripts from plugins) via the API.
- Access to application inventory via the API.
Fixed in this release:
- The machine hostname is now shown on all machine detail pages (thanks to @ChefAustin )
- More resilience when submitting usage data
- Crypt plugin doesn't crash and burn when your Crypt server is unavailable.
- Now use a big integer for unique ID so if you have lots of machines pushing lots of data, the unique IDs aren't exhausted.
- Uses big integer fields for the various cache tables to stop the IDs getting exhausted.