Releases: merge-api/merge-ruby-client
Releases · merge-api/merge-ruby-client
v1.1.0
Note this change impacts all categories.
- (fix): Address serialization issues within iterable types
- Nested hash types are recursively resolved in from_json such that they come back as true hashes, as opposed to structs
- Pass through additional params from request options even if the original request did not have those types of params (ex: query parameters)
- (fix): The generated endpoint functions no long include object utilities such as _field_set or additional_properties.
- (feat): Updated Merge models, query parameters, and fields.
v1.0.0
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
v0.1.4
Note: This change impacts all categories.
- Sync the SDKs with the latest updates to the Merge API.
- New common models, query parameters, and fields
- [CRM + Ticketing] Improved typing on the RemoteFields object
value
field to avoid breakage when returning variable types. - Improvements to developer experience
v0.1.3
(fix): hash objects are no longer returned as OpenStructs, but rather hashes as they are meant to be
Full Changelog: v0.1.2...v0.1.3
v0.1.2
(fix): the base path to each endpoint has been added back in the API spec, and the SDK regenerated
v0.1.1
v0.0.5
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
v0.0.4
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