Skip to content

Releases: deploymenttheory/go-api-sdk-jamfpro

v1.18.1

20 Jan 10:39

Choose a tag to compare

v1.18.1

Numerous small fixes and dep bumps

What's Changed

  • fix: correct function name for creating log flushing tasks in Jamf Pro api by @ShocOne in #628
  • Chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0 by @dependabot in #630
  • Chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.45 to 1.17.47 by @dependabot in #633
  • Chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.47 to 1.17.48 by @dependabot in #638
  • feat: added bookmarks to sdk with examples by @ShocOne in #639
  • Chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.48 to 1.17.49 by @dependabot in #643
  • Chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.49 to 1.17.50 by @dependabot in #644
  • Chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.50 to 1.17.51 by @dependabot in #650

Full Changelog: v1.18.0...v1.18.1

v1.18.0

06 Jan 13:28
ba02388

Choose a tag to compare

1.18.0 (2025-01-06)

Features

  • add examples for log flushing tasks and settings in Jamf Pro API (132dc2c)

v1.17.1

23 Dec 15:49
9398f2c

Choose a tag to compare

v1.17.1

What's Changed

  • Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.43 to 1.17.44 by @dependabot in #622
  • added GetPackageByName to SDK with example by @ShocOne in #623

Full Changelog: v1.17.0...v1.17.1

v1.17.0

20 Dec 12:04
3186dec

Choose a tag to compare

1.17.0 (2024-12-20)

Features

  • add GetJamfAppCatalogAppInstallerByName function and example usage (92fea22)

v1.16.1

20 Dec 11:30
2ec7245

Choose a tag to compare

1.16.1 (2024-12-20)

Features

  • adding outstanding GET by name funcs with examples (6dc9bf1)
  • implement Jamf Pro system initialization and startup status monitoring (1d54302)
  • update macOS configuration profile examples and add export functionality (bca68b5)

Bug Fixes

  • update profile name comment for clarity in macOS configuration example (113197f)

v1.16.0

11 Dec 12:36
e0d2a35

Choose a tag to compare

v1.16.0

  • support for /api/startup-status with examples
  • support for /api/system/initialze with examples
  • support for /api/v4/enrollment and /api/v3/enrollment/access-groups with examples
  • support for /api/self-service/branding/images with examples
  • support for /api/v2/enrollment-customizations/images

What's Changed

  • Added new resource types to the SDK with new examples by @ShocOne in #608

Full Changelog: v1.15.4...v1.16.0

v1.15.4

09 Dec 15:26
807782c

Choose a tag to compare

v1.15.4

What's Changed

  • Update policy ID for testing and refine date/time limitations structu… by @ShocOne in #602

Full Changelog: v1.15.3...v1.15.4

v1.15.3

09 Dec 13:41
909d1e2

Choose a tag to compare

v1.15.3

What's Changed

  • Update MacOS configuration profile example and add self-service displ… by @ShocOne in #601

Full Changelog: v1.15.2...v1.15.3

v1.15.2

07 Dec 08:52
0dac1de

Choose a tag to compare

v1.15.2

What's Changed

  • Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.42 to 1.17.43 by @dependabot in #598
  • Bump golang.org/x/crypto from 0.29.0 to 0.30.0 by @dependabot in #600

Full Changelog: v1.15.1...v1.15.2

v1.15.1

03 Dec 08:58

Choose a tag to compare

v1.15.1

Updated sdk with working http client for multipart requests supporting raw bytes. Notable updates

  • Package Uploader updates (added sha3_512 verification for before and after)
  • Updated recipe Jamf Pro Package Uploader
  • Icon uploads - "/api/v1/icon"
  • Attachment uploads for computer inventory - "/api/v1/computer-inventory-collection-settings"
  • Attachment uploads for - "/JSSResource/fileuploads"

What's Changed

  • fix-numerous fixes for icons and package uploads . now using raw reqs rather than base64 by @ShocOne in #597

Full Changelog: v1.14.2...v1.15.1