Releases: merge-api/merge-java-client
Releases · merge-api/merge-java-client
v1.0.10
Note that changes in this release impact all categories!
- Addition of
coverage
field on theRemoteFieldAPI
object - Addition of
integration_specific_config
field on theEndUserDetailsRequest
object - Updated field and model descriptions
CRM
- Fix bug in the CRMAccountRequest object where the
Address
object field was missing.
Ticketing
- Add new endpoints POST Contact and POST Contact Meta
v1.0.9
v1.0.8
Note: The changes in this release impact all categories.
- We sync the SDK with the latest improvements to the Merge API
- [Accounting] PATCH Invoices added
- [Accounting] PATCH Payments added
- [ATS] GET Job Postings added
- [FILE] added
mime_type
as a query parameter onFile
- Better inline examples and model examples
v1.0.7
Note this release impacts all categories
- An issue was raised with
v1.0.6
where existing requests to the okHttpClient were not backwards compatible once we released the ability to override certain fields withrequestOptions
. The issue burned down to the fact that there was a bug in thenull
handling ofrequestOptions
. This release should address this to make the release ofrequestOptions
backwards compatible with previous releases.
v1.0.6
Note: The changes in this release impact all categories.
- We sync the SDK with the latest improvements to the Merge API
- Addition of the Field Mappings API
- Addition of the Scopes manipulation API (both Organization-wide and Linked Account-wide)
- Replacing the old
is_in_beta
field on theAccountIntegration
model with the new and more accuratecategory_beta_status
field. - [HRIS] Addition of the
ended_after
,ended_before
,started_after
, andstarted_before
query parameters on the/time-off
endpoint - [File Storage] We fix typing on the
PermissionRequest
model - Better inline examples
- We add the
RequestOptions
object which now not only allows for overridingaccount_token
andapi_key
but also request timeouts and other fields.
v1.0.5
Note: This should have no usage impacts on any of the categories. There may be impacts on the SDK dependencies.
- Address security vulnerability in okHTTP, upgraded package to version 4.12 from version 4.9.3
- Multiple other quality of life fixes that shouldn't impact SDK usage.
v1.0.4
Note: this release impacts the Accounting, ATS, CRM, and Ticketing categories
- For these categories, we fix the typing of the
RemoteData
object, specifically thedata
field. The typing is updated from being a list of theRemoteData
object to a list ofany
types.
v1.0.3
v1.0.2
Note: this release impacts the Accounting, CRM, File Storage, and Ticketing categories
- In the Accounting category, we add the
purchase_orders
field to theInvoiceRequest
object along with updating some field descriptions. - In the CRM category, we add a query parameter on the accounts endpoint, multiple query parameters on the engagements endpoint, and the
owner
field to theContact
object. - In the File Storage category, we add a query parameter to the file download endpoint.
- In the Ticketing category, we add a query parameter on the attachment download endpoint, and a new
/roles
endpoint along with its associated objects.