Skip to content

Releases: ServiceNow/PySNC

1.2.0

12 Sep 19:19

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.10...1.2.0

1.1.10

15 Oct 22:43
5abd882

Choose a tag to compare

What's Changed

Full Changelog: 1.1.9...1.1.10

1.1.9

11 Oct 20:00

Choose a tag to compare

What's Changed

  • Fixes GlideRecord.changes() returning False with multiple Changes by @ITblacksheep in #115
  • feat: fxes GlideRecord.changes() returning False with multiple Changes by @vetsin in #117
  • feat: Add a link to Glide Element when available by @andrewduckett in #118
  • fix: tests and update by @vetsin in #120

New Contributors

Full Changelog: 1.1.8...1.1.9

1.1.8

16 Jul 00:35

Choose a tag to compare

What's Changed

Full Changelog: 1.1.7...1.1.8

1.1.7

10 Apr 23:58
39d6bcf

Choose a tag to compare

What's Changed

  • fix: address #101 and #102 by @vetsin in #103
    • 101 was a pip >=24 issue
    • 102 was a Optional[str] -> Optional[GlideElement] issue

Full Changelog: 1.1.6...1.1.7

1.1.6

28 Mar 20:13

Choose a tag to compare

What's Changed

  • feat: upgrade dependencies to avoid cve issues by @vetsin in #93
  • #73 add RLQUERY support by @vetsin in #90
  • feat: add proxy support to OAuth sessions by @k0rbs in #89 and #99
  • fix: auto sort by to fix duplicate result bug by @vetsin in #100

New Contributors

  • @k0rbs made their first contribution in #89

Full Changelog: 1.1.5...1.1.6

1.1.5

08 Aug 20:36

Choose a tag to compare

  • Added retry support for 429, 500, 503 error codes

1.1.4

08 May 21:43
bef7add

Choose a tag to compare

  • removed six typing, and cleaned up all other type returns
  • fixed #78 -- more cleanly handled GlideElement
  • fixed #75 -- fixed GlideAttachment API change/issue

1.1.3

27 Apr 21:10
2c2b720

Choose a tag to compare

  • fix #72 to allow overriding request settings via environment, once again

1.1.2

26 Apr 23:05
f10dfd3

Choose a tag to compare

left a print in -- oops