Skip to content

v5.1.0

Choose a tag to compare

@stainless-app stainless-app released this 11 Apr 18:38
c5d8f38

5.1.0 (2025-04-11)

Full Changelog: v5.0.0...v5.1.0

Features

  • api: add models for hrs benefits individuals async responses (511b7fb)
  • api: api update (#533) (a7c802c)
  • api: benefits mutation API endpoints (create benefit, update benefit, enroll individual, unenroll individual) now properly return async response types (#539) (4d1722f)
  • client: make pagination robust to missing data (c054662)
  • client: support setting base URL via env var (#535) (2a19f7e)

Bug Fixes

  • client: bump to better jackson version (#537) (4b3bc8d)
  • client: page compilation error (4da1190)

Chores

Documentation

  • add comments for page methods (c054662)

Refactors

  • client: deduplicate page response classes (#538) (c054662)
  • client: migrate pages to builder pattern (#541) (5463e75)