Skip to content

Releases: merge-api/merge-python-client

v0.2.4

18 Aug 18:28
42f42e4
Compare
Choose a tag to compare

Note: Changes only impact CRM and Ticketing

Changes

  • in v0.1.3, we fix GET requests for RemoteFields. However, POSTs were still mistyped creating a bug that would not allow successful POST of RemoteFields. This is now fixed in the latest version.
  • RemoteFields only exist for CRM and Ticketing categories

v0.2.3

14 Aug 22:49
f67f7f1
Compare
Choose a tag to compare

Note: Changes only impact CRM and Ticketing

Changes

  • Typing was mishandled previously for RemoteField endpoint return objects. We update the schema to support the correct object shape.
  • RemoteFields only exist for CRM and Ticketing categories

v0.2.2

10 Aug 22:36
dd68ea9
Compare
Choose a tag to compare

Categories Specific Changes

All Categories

  • supported expands for sub-object GETs
  • Async Passthrough endpoint exposed
  • renamed delete Linked Account function from delete_account.create() to delete_account.delete()

Accounting

  • Added tracking_categories field to Invoice Common Model with expands support
  • Fix bug with listing BalanceSheet, CashFlowStatement, and IncomeStatement Common Models

HRIS

  • Added Dependents Common Model with list() and retrieve() endpoints
  • Added Employer Benefits Common Model with list() and retrieve() endpoints
  • Deprecated benefit_plan_type field on the Benefits Common Model
  • Added employer_benefit` field on Benefits Common Model

Ticketing

  • Added remote_created_after query parameter on Attachment Common Model
  • Added remote_created_after query parameter on Comments Common Model

Language Specific Changes

  • Python datetimes now expect type datetime, rather than type string

v0.2.1

01 Aug 03:07
a6fcadf
Compare
Choose a tag to compare
  • This release supports updating the compatibility of the httpx dependency to be >=0.23.3

v0.2.0

27 Jul 22:21
00c1551
Compare
Choose a tag to compare
  • File Storage category now included in the SDK!
  • Include additional Fern-specific forwarding headers such as X-Fern-SDK-Version

v0.1.2

26 Jul 18:25
269b916
Compare
Choose a tag to compare
  • BREAKING
  • Accounting, CRM, and Ticketing categories use the wrong URL prior to this release. We resolve this issue. There should be no change to ATS and HRIS categories.
  • Additional .fernignore file additions

v0.1.1

24 Jul 18:14
bd47190
Compare
Choose a tag to compare
  • Fix pypi auth for deploy to remote package manager.
  • Remove the need to include auth prefix when setting up Client (no need to include "Bearer" at the beginning of the api_key)
  • Additional repo configuration changes (included reviewers file, additional fernignore entries, etc.)

v0.1.0

21 Jul 18:41
74551c8
Compare
Choose a tag to compare

Initial Fern SDK Release

  • Includes swapover from Stainless SDK
  • 5 released categories included (Accounting, ATS, CRM, HRIS, Ticketing)
  • See README for additional details on implementation of the new SDK