1===================================
2Servicenow.Servicenow Release Notes
3===================================
4
5.. contents:: Topics
6
7
8
9v1.0.6
10======
11
12Bugfixes
13--------
14
15- Resolves Issues #58, #57, #51 and makes auth backwards compatible by defaulting to OAuth if client_id is present without specifying auth.
16- Order_by is implemented client-side to provide proper sorting as previously documented.
17
18=======
19
20v1.0.5
21======
22
23Major Changes
24-------------
25
26- refactored client to inherit from AnsibleModule
27- supports OpenID Connect authentication protocol
28- supports bearer tokens for authentication
29
30Minor Changes
31-------------
32
33- standardized invocation output
34
35Breaking Changes / Porting Guide
36--------------------------------
37
38- auth field now required for anything other than Basic authentication
39
40v1.0.4
41======
42
43Major Changes
44-------------
45
46- add new tests (find with no result, search many)
47- add related tests
48- add support for ServiceNOW table api display_value exclude_reference_link and suppress_pagination_header
49- use new API for pysnow >=0.6.0
50
51v1.0.3
52======
53
54Release Summary
55---------------
56
57use consistent auth parameters across plugins and modules
58
59Minor Changes
60-------------
61
62- adds the ability to use `SN_INSTANCE` (ex. `dev61775`) or `SN_HOST` (ex. `dev61775.service-now.com`) with the inventory plugin.
63
64Bugfixes
65--------
66
67- fix inventory plugin transforming hostnames unnecessarily
68- fix malformed documentation on docs.ansible.com
69