Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Version 

HTML
<style> 
.version {
	height: 25px;
    width: 200px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.release-box {
	height: 30px; 
	width: 100px; 
	padding-top: 8px;
	text-align: center; 
	border-radius: 5px; 
	font-weight: bold; 
	background-color: #DDA0DD; 
	border-color: #FCE28A;
}
.release-box:hover {
  	cursor: hand;
    cursor: pointer;
    opacity: .9; 
}
</style>
<select class="version" id="version" onchange="showContent()">
	 <option value="6.0.8" selected>Helium 6.0.9</option>
	<option value="6.0.8">Helium 6.0.8</option>
	<option value="6.0.7">Helium 6.0.7</option>
	<option value="6.0.6">Helium 6.0.6</option>
	<option value="6.0.5">Helium 6.0.5</option>
	<option value="6.0.4">Helium 6.0.4</option>
	<option value="6.0.3">Helium 6.0.3</option>
	<option value="6.0.2">Helium 6.0.2</option>
	<option value="6.0.1">Helium 6.0.1</option>
</select>
<script> 
function showContent() {
	var dropdown = document.getElementById("version"); 
	var tabs = document.getElementsByClassName("rwui_tab_content");
	for (var i = 0; i < tabs.length; i++) {
		if (tabs[i].getAttribute("data-name") == dropdown.value) {
			tabs[i].style.display = "";
		}
		else {
			tabs[i].style.display = "none";
		}
	}
}
</script>



UI Tab
title6.0.89

Release Date:

TBD(info) NOTEThis release is a specific release for Voltage encryption support. Contact Perspectium Support for more information.

September 8, 2021

Bug Fixes

IODateTimePlugin inserts will no longer have a null insert time. 

Show If
special@authenticated

Jira
serverJIRA
columnIdsissuekey,summary,issuetype,created,updated,duedate,assignee,reporter,priority,status,resolution
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-23386





UI Tab
title6.0.8

Release Date: September 1, 2021

Enhancements

API plugins will not be disabled on failure and will retry until services are restored.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-23069





UI Tab
title6.0.7

Release Date:  August August 26, 2021

html

<html>
	<div class="release-box" id="release-box">
		<a href="https://docs.perspectium.com/display/Helium" style="text-decoration: none; color: #FFFFFF; display: block;">
			Helium
		</a>
	</div>
	<br>
</html>
Enhancements

Table compare now supports new attachment table for fully built attachments.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-22615


IODateTimePlugin support for new attachment table for fully built attachments.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-22616





<html> <div class="release-box" id="release-box"> <a href="https://docs.perspectium.com/display/Helium" style="text-decoration: none; color: #FFFFFF; display: block;"> Helium </a> </div> <br> </html>

UI Tab
title6.0.6

Release Date:  August August 12, 2021

HTML
Enhancements

You can now specify how many times an attachment will be tried to be built until it's skipped and removed from the sys_attachment table with the <attachment_retries> tag. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-22436





<html> <div class="release-box" id="release-box"> <a href="https://docs.perspectium.com/display/Helium" style="text-decoration: none; color: #FFFFFF; display: block;"> Helium </a> </div> <br> </html>
UI Tab
title6.0.5
HTML

Release Date: August 2, 2021

Enhancements

Enhanced error handling for Voltage Encryption failures. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-22100


Azure KeyVault is now accessible with a wrapped API. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-22100



Bug Fixes

Dynamic insert datetime columns will now have the same date/time that the record is first received by the Agent on insert and remain the same when the Agent receives an update of the same record.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-21914





html

Release Date: July 26, 2021

UI Tab
title6.0.4
<html>
	<div class="release-box" id="release-box">
		<a href="https://docs.perspectium.com/display/Helium" style="text-decoration: none; color: #FFFFFF; display: block;">
			Helium
		</a>
	</div>
	<br>
</html>
Enhancements

Journal field entries will now be encrypted with the Voltage plugin in DataSync Agent. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-21883





html

Release Date: July 22, 2021

UI Tab
title6.0.3
<html>
	<div class="release-box" id="release-box">
		<a href="https://docs.perspectium.com/display/Helium" style="text-decoration: none; color: #FFFFFF; display: block;">
			Helium
		</a>
	</div>
	<br>
</html>
New Features

You can now choose which SQL Server schema to use in the DataSync Agent with the <database_schema> directive.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-18305
Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-21666



Enhancements

When using Voltage for encrypting your data, the host_name parameter within the plugin directive will be the name of the computer or machine that the agent is running on. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-21642





<html> <div class="release-box" id="release-box"> <a href="https://docs.perspectium.com/display/Helium" style="text-decoration: none; color: #FFFFFF; display: block;"> Helium </a> </div> <br> </html>
UI Tab
title6.0.2
HTML

Release Date: July 19, 2021

Enhancements

You can now access Azure KeyVault through a proxy. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-21564


Enable Voltage encryption with the com.perspectium.replicator.sql.plugin.SQLSubscriberVoltageEncrypterPlugin plugin. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-21456


With Voltage encryption, you can specify trace ID as a parameter to track your API traffic. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-21432


Attachments can now be encrypted with Voltage. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-21480





<html> <div class="release-box" id="release-box"> <a href="https://docs.perspectium.com/display/Helium" style="text-decoration: none; color: #FFFFFF; display: block;"> Helium </a> </div> <br> </html>
UI Tab
title6.0.1
HTML

Release Date: July 6, 2021

New Features

Edge Decryption plugin is now available for DataSync Agent to handle Edge Encrypted values in your ServiceNow instance. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-18941
Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-18965


Attachments can now be processed by the DataSync Agent with SysAttachmentHandler

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-18917





HTML
<script>
	var tabs = document.getElementsByClassName("rwui_tab_content");
	for (var i = 0; i < tabs.length; i++) {
		if (tabs[i].getAttribute("data-name") == "6.0.89") {
			tabs[i].style.display = "";
		}
		else {
			tabs[i].style.display = "none";
		}
	}
</script>