Skip to content

Releases: PagerDuty/pdjs

Version 2.2.4

23 Nov 18:25
0424394
Compare
Choose a tag to compare
  • Fix issue related to setting User Agent Headers on Web Workers #245 thanks @joshmsamuels
  • Update dependencies
  • Resolve security alerts

Version 2.2.3

23 Sep 17:23
1b29b6b
Compare
Choose a tag to compare
  • Fixes #205
  • Fixes #202
  • Bumps all packages
  • Patches security vulnerabilities.

Version 2.2.2

14 Apr 20:54
862c779
Compare
Choose a tag to compare
  • Now correctly handles 204 response codes, thanks @csumpter for the report.
  • Update various dependencies

Version 2.2.1

23 Mar 20:42
361f8f5
Compare
Choose a tag to compare
  • Fixed catching of network errors. Thanks for the report @shbalaku
  • Bumped all dependencies

Version 2.2.0

18 Jan 18:23
8883057
Compare
Choose a tag to compare

New year, new version!

  • Updated our documentation, thanks @kppullin
  • Fixed some error handling on bad API responses
  • Changed the all shorthand to comply with other shorthand calls like .get
  • Added a node.js example
  • Bumped all dependencies to latest

Version 2.1.0

14 Dec 20:56
7556a4c
Compare
Choose a tag to compare
  • Updated dependencies
  • Added ability to pass in Bearer Token for authentication

Version 2.0.2

25 Nov 19:51
6739b80
Compare
Choose a tag to compare

Updated dependencies.

Version 2.0.1

16 Nov 20:54
f4c2e49
Compare
Choose a tag to compare

Cleans up the response when an error is returned from the API.

Version 2.0

16 Nov 16:29
46c2595
Compare
Choose a tag to compare

Brand new version of PDJS.

  • Written in TypeScript
  • NodeJS Support
  • Modern and Legacy Browser support
  • Added pagination helpers
  • Added simple retry logic
  • Added support for change events

2.0-alpha2

12 Nov 22:00
Compare
Choose a tag to compare
2.0-alpha2 Pre-release
Pre-release

Updated alpha release.

  • Added support for list query parameters
  • Added example