Service Now: Downloads
Summary
You can download all the supported plugin releases from this page.
The change log for each version series can be found under the download link & hash.
See the versioning scheme for compatibility information.
Releases
Version 4.0.0
Download: service_now-4.0.0.tgz
SHA256: 06b94d11e8def3231a51f373ef1a7cdaebf519c0896dbe951372fa311523f463
Series History
See the revision history for series 4.0.x below
Revisions
4.0.0 - 28/09/2020
Changed
- The incidents & requested_items get_by_number actions now only return a single dictionary
Version 3.0.0
Download: service_now-3.0.0.tgz
SHA256: b1a76333e8c0e4dd63bace9fb37fa728912baca436c14e6b5ee711785c04ccdc
Series History
See the revision history for series 3.0.x below
Revisions
3.0.0 - 28/09/2020
Added
- New incidents.input_table action
Changed
-
Valid incident states & priorities are now outputted as integers
-
The choose_state & choose_priority actions in the incidents module now return dictionaries with 'name' & 'value' keys
Version 2.2.0
Download: service_now-2.2.0.tgz
SHA256: 834cf978a22b65f9ad0729b8d9284c4ffddc9bd7769ac42a08006531fc6e4fe2
Series History
See the revision history for series 2.2.x below
Revisions
2.2.0 - 24/09/2020
Added
- Added parameter
display_value=all
to incidents 'get_all', 'get_by_sys_id', 'get_by_number', 'create', 'update', 'search' to retrieve display values for associated user fields.
Version 2.1.0
Download: service_now-2.1.0.tgz
SHA256: 06471e16d3f847265ce3ffe16224359714fd0a5395905c1ed55c3a29a7c4e070
Series History
See the revision history for series 2.1.x below
Revisions
2.1.0 - 24/09/2020
Added
-
New actions get_valid_states, get_valid_priorities, & get_valid_close_codes added to the incidents module
-
New actions choose_state, choose_priority, & choose_close_code added to the incidents module
Version 2.0.0
Download: service_now-2.0.0.tgz
SHA256: 1e6b3e555a4db710dee9540c1f4d04d9a56d78e75de2fcf1ff2ff59c407f0568
Series History
See the revision history for series 2.0.x below
Revisions
2.0.0 - 23/09/2020
Added
-
New users.search action
-
New incidents.output_table action
-
the 'made_sla' & 'sla_due' fields to incidents & requested items
Changed
- Incident & requested item fields 'opened_by', 'assigned_to', 'closed_by', 'resolved_by', & 'caller_id' are now sys_id values
Fixed
- The incidents.search action
Version 1.2.0
Download: service_now-1.2.0.tgz
SHA256: 6e06155588dde7822e41bd6ffa52c8f6976b1ee472ec48e57aa6467e4e134928
Series History
See the revision history for series 1.2.x below
Revisions
1.2.0 - 26/08/2020
Fixed
- The requested_items.get_by_number_interactive action
Version 1.1.0
Download: service_now-1.1.0.tgz
SHA256: c47e7a020c90f6a9b4d38829f694793ee168f7e815edede69fb76ab3ec0f2be4
Series History
See the revision history for series 1.1.x below
Revisions
1.1.0 - 18/08/2020
Fixed
- Generate access token from password auth
Version 1.0.4
Download: service_now-1.0.4.tgz
SHA256: 7a9e3efc3dda65a999622050acf613c7fa6f64b94714d810bb287612247bc69b
Series History
See the revision history for series 1.0.x below
Revisions
1.0.4 - 03/08/2020
Changed
- Remove special formatting from the first line of each function description
1.0.3 - 30/06/2020
Added
- Bump osirium-ppa ~= 4.0.0
1.0.2 - 26/05/2020
Added
- CHANGELOG
1.0.1 - 14/05/2020
Changed
- Add minimum plugin version to all action docstrings
1.0.0 - 22/04/2020
Added
- First release
Versioning Scheme
Plugin versions are in major
.minor
.patch
format.
Major
- Significant functionality changes
- May not be backward compatible
Minor
- Bug fixes
- Minor functionality changes
- Backward compatible
Patch
- No functional changes
- Reserved for documentation updates