Versions Compared

Key

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


HTML
<style>
.release-box {
	height: 30px; 
	width: 100px; 
	padding-top: 8px;
	text-align: center; 
	border-radius: 5px; 
	font-weight: bold; 
	background-color: #8efeb3;  
	border-color: #FCE28A;
}

.release-box:hover {
  	cursor: hand;
    cursor: pointer;
    opacity: .9; 
}
</style>
<meta name="robots" content="noindex">

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




UI Text Box
typetip

NOTE:

  • DataSync agent will only run with Java 11+.
  • A DataSync agent can only point to a single database across all its tasks. This is to prevent issues with data from one Agent being saved to multiple targets.  
  • All tasks must have a unique queue. That is, no queue can be used in more than one task. This is to prevent race conditions that lead to a discrepancy of data. 


Version 

Html-bobswift
<style> 
.version {
	height: 25px;
    width: 200px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
</style>
<select class="version" id="version" onchange="showContent()">  
  	<option value="8.0.8">8.0.8</option>  
 	<option value="8.0.7" selected>8.0.7</option>             
	<option value="8.0.6">8.0.6</option>  
	<option value="8.0.5">8.0.5</option>
	<option value="8.0.4">8.0.4</option>     
    <option value="8.0.3">8.0.3</option>
    <option value="8.0.2">8.0.2</option> 
	<option value="8.0.1">8.0.1</option>
	<option value="8.0.0">8.0.0</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
title8.0.8

Release Date: TBD

Enhancements

Support using the COPY command to bulk load data into Snowflake with upgraded Snowflake JDBC driver 3.14.5.

(info) NOTE: This feature only supports a limited subset of the Agent's features. See Set up DataSync Agent to share to Snowflake for more information and contact Perspectium Support with any questions. 

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-27146





UI Tab
title8.0.7

Release Date: February 26, 2024

Enhancements

Support saving Salesforce records to target databases as shared from DataSync for Salesforce.

(info) NOTEYou will need Krypton 8.0.0 and newer of the DataSync for Salesforce application for the DataSync Agent and to update databases.xml to properly consume Salesforce records. See Set up DataSync Agent for Salesforce for more information and contact Perspectium Support with any questions. 

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-27208





UI Tab
title8.0.6

Release Date: December 27, 2023

Enhancements

Support specifying timezone for saving datetime values with the IO Datetime plugin.

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
keyINC-5908


Support specifying translations for searching and replacing values when saving to JSON files.

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-27131





UI Tab
title8.0.5

Release Date: September 28, 2023

Enhancements

Change to pre-Iodine functionality of not having # in the filename when saving records to files.

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-27153





UI Tab
title8.0.4

Release Date: September 1, 2023

Enhancements

Support running the Agent with Java 19.

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-27134





UI Tab
title8.0.3

Release Date: July 21, 2023

New Features

Support restoring archived data.

(info) NOTEThis requires the Archive Data update set to be installed. Contact support@perspectium.com for more information.

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-27085





UI Tab
title8.0.2

Release Date: June 16, 2023

Enhancements

To avoid data loss, only allow <task instances="1"> and not multiple instances.

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-27041


Support num_queues attribute on <message_connection> for configuring child queues.

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-27040



Bug Fixes

Upgrade to Spring libraries to fix 376506 Spring Framework Remote Code Execution (RCE) Vulnerability (Spring4Shell), 376533 Spring Framework Denial of Service (DoS) Vulnerability and 376642 Spring Framework Denial of Service (DoS) Data Binding Vulnerability.

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-27073






UI Tab
title8.0.1

Release Date: January 19, 2023

Enhancements

Support OAuth for accessing ServiceNow instance to get table schema.

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-26735


Validate configurations on Agent start up and send more errors back from the Agent to ServiceNow for error notifications.

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
keyINC-5611



Bug Fixes

Fix NullPointerException that may occur when Agent is connected to Oracle for a long 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
keyINC-5604


Upgrade to commons-text-1.10.jar to fix CVE-2022-42889.

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
keyINC-5605





UI Tab
title8.0.0

Release Date: November 15, 2022

Enhancements

Support for Java 18

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
keyQA-1209



Bug Fixes

Upgrade to newer version of yajsw to include commons-text-1.10.jar to fix CVE-2022-42889.

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
keyINC-5605





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


...