Releases: merge-api/merge-node-client
Releases · merge-api/merge-node-client
v1.1.2
This release impacts all categories.
- Updated descriptions and code snippets
- Add query parameters for multiple Common Model endpoints
- async POST request support
- [accounting] add GeneralLedgerTransactions
- [accounting] add BankFeeds and BankFeedTransactions
- updated RemoteData and RemoteFields objects to allow for better handling
v1.1.1
Note this change ONLY impacts the Accounting category
- Added new models, endpoints, and query parameters
- Added AsyncTasks model
- Added BankFeedAccounts, BankFeedTransactions, and Employee models to the Accounting category
- associated GET, POST, PATCH endpoints to interact with those models
v1.1.0
Note this change impacts ALL categories.
- SDK generator upgrade which includes developer quality of life improvements.
- Improve GeneratedTimeoutSdkError error to include endpoint name in message.
- Added support for .asRaw() which allows users to access raw response data including headers.
- The generated enum examples now reference the value of the enum directly instead of using the enum itself.
- The SDK generator now sends a User-Agent header on each request that is set to /. For example if your package is called imdb and is versioned 0.1.0, then the user agent header will be imdb/0.1.0
- Improved support for
INITIAL_RETRY_DELAY
to allow more configurability
v1.0.12
v1.0.11
v1.0.10
Note this release only impacts the Accounting category
- Addition of RemoteFieldsClasses to the Accounting category
include_shell_data
andinclude_remote_data
query parameters added to more endpoints- updated descriptions and help text inline
TaxRate
model andtax_rate
fields added to Accounting Common Models.
v1.0.9
Note: This change impacts all categories.
- Sync the SDKs with the latest updates to the Merge API.
- New common models, query parameters, and fields
- Added ResponseValidation skipping to avoid breaking issues due to the SDK typing not matching the response types
- [CRM + Ticketing] Improved typing on the RemoteFields object
value
field to avoid breakage when returning variable types. - Improvements to developer experience
v1.0.8
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.7
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.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