Skip to content

Releases: salopensource/sal

Sal 3.2.7

04 Dec 17:29
Compare
Choose a tag to compare

Fixed in this release:

Sal 3.2.6

08 Nov 18:34
Compare
Choose a tag to compare

Fixed in this release:

  • Enabling the Crypt Status plugin without setting a URL for your Crypt server no longer causes a crash (#151 @delize)
  • Fix uptime plugin list view (#153 @w0de)
  • Can enable plugins again (#154 @clburlison)
  • Fixes an issue where some API endpoints could be hit when not authenticated (#155 @sheagcraig)

Sal 3.2.5

05 Oct 12:37
Compare
Choose a tag to compare

New in this release:

  • Initial support for OS specific plugins [#138]
  • Support for non-b2zipped reports and a more sensible report data structure for non-macOS devices (I owe you docs on that) [#144, #145]

Fixed in this release:

  • Fix lookup of "friendly" model name [#133, #134]
  • Fix broken img url for product icon [#143]
  • != searches could sneak through and not be negated [#146]

Sal 3.2.4

11 Aug 23:22
Compare
Choose a tag to compare

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.
  • Handles a division by zero error if the disk size isn't correctly reported.

Sal 3.2.3

10 Aug 19:14
Compare
Choose a tag to compare

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.

Sal 3.2.2

18 Jul 20:06
Compare
Choose a tag to compare

Important: This release 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.

Sal 3.2.1

05 Jul 23:11
Compare
Choose a tag to compare

Important: This release 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.

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.

Sal 3.2.0

29 Jun 17:35
Compare
Choose a tag to compare

Important: This release 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.

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.

Sal 3.1.1

07 Jun 18:52
Compare
Choose a tag to compare

New in this release:

Fixed in this release:

  • Encryption status is accurately recorded when fdesetup returns more than one line (when encryption is enabling or disabling)
  • Fixes license tracking (it was really broken, sorry)
  • Regular users can't edit other peoples searches anymore
  • If the friendly machine name lookup fails, we fall back to the real model name (thanks to @waderobson )
  • And in true Apple style, a buttload of other fixes and improvements (it has been three months since I last did a release, after all)

Sal 3.1.0.1

21 Mar 23:38
Compare
Choose a tag to compare
Sal 3.1.0.1 Pre-release
Pre-release

New in this release:

Fixed in this release:

  • Encryption status is accurately recorded when fdesetup returns more than one line (when encryption is enabling or disabling)