Skip to content

Releases: DripEmail/drip-nodejs

v3.1.4

Choose a tag to compare

@sbone sbone released this 13 Mar 18:49
35e8bd5

What's Changed

  • Bump axios to 1.8.2 to fix high severity vulnerability by @aksafan in #51
  • Version 3.1.4 bump by @sbone in #53

New Contributors

Full Changelog: v3.1.3...v3.1.4

v3.1.3

Choose a tag to compare

@carolynsmi carolynsmi released this 05 Nov 22:17
5d2b45f

What's Changed

Full Changelog: v3.1.2...v3.1.3

v3.1.2

Choose a tag to compare

@carolynsmi carolynsmi released this 12 Sep 19:19
872a464

What's Changed

  • Added option argument to listAllSubscribesToCampaign by @Shradhdha03 in #24
  • GG-850 Update dependencies to fix vulnerabilities by @diegodrip in #47

New Contributors

Full Changelog: 3.0.0...v3.1.2

Shopper Activity support and general improvements

Choose a tag to compare

@samudary samudary released this 15 Jan 03:27
  • Deleted the beta Purchases method
  • Added support for all Shopper Activity API functions
    • Includes a check for required fields and fails if not present
  • Introduced a simpler approach for passing payloads to methods. The new structure only requires either an object for individual POST endpoints or an array of objects for batch endpoints. Prior to this change the complete payload schema would need to be passed to each method which wasn't obvious.
  • Content-Type header is now application/json
  • Minor style clean up

Complete API coverage and new Orders methods

Choose a tag to compare

@samudary samudary released this 28 Mar 04:28
  • Deprecated the beta Purchases methods
  • createPurchase now sends requests to Drip's order creation endpoint
  • Complete API coverage