User Tools

Site Tools


en:whatsnew

Differences

This shows you the differences between two versions of the page.


en:whatsnew [2025/04/26 12:22] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +TitleEngTAG 
  
 +===== What's New in v.26.0.00 =====
 +
 +  * <color #f39d12>**New Dynamics 365 Business Central Versions**</color>: Code Review for Dynamics 365 Business Central v.26
 +  * <color #f39d12>**Dimensions Handling**</color>: Extensive Dimensions management when sending them to a remote system.
 +  * <color #f39d12>**Unlimited Peers**</color>: The number of Peers that can be managed by a Sprinkler license can exceed the previous limit of 128.
 +  * <color #f39d12>**Transcode On Import**</color>: During data import, you can activate automatic transcoding rules for the value to be inserted. (Code, Text, Integer, Option)
 +  * <color #f39d12>**Processing Order Handling**</color>: Each Peer can specify an order of handling the received fields: this improvement solves the precedence problem in field validations.
 +
 +===== What's New in v.22.0.00 =====
 +
 +  * New Dynamics 365 Business Central Versions: Code Review for Dynamics 365 Business Central v.22, v.23, and v.24
 +  * In Transaction Replication: Alongside the original Out of Transaction replication mode (batch of changes sent via SOAP that are handled outside of the original transaction, Almost-Real-Time), the In Transaction mode is introduced (Real-Time within the original transaction)
 +  * Sprinkler Dashboard: A page to view the replication status in all remote Peers
 +  * Data Subscription: Each record can be subscribed for replication to one or more specific remote Peers. This allows for more granular control of replications compared to normal table filters.
 +  * RuleSet: Rule export groups have been created that can be associated with a list of remote Peers: this greatly simplifies setup creation when dealing with a large number of connected Peers
 +  * Dynamic Job Queue Activation: The management of Job Queue Entries has been reorganized to keep only the queues actually in use active; WSHandler queues can be created OnDemand by the CORE when necessary; the CORE can automatically exit upon completion of operations.
 +
 +==== What's New in v.21.0.00 ====
 +
 +  * Code Review for Dynamics 365 Business Central v.20 and v.21
 +
 +==== What's New in v.19.1.00 ====
 +
 +  * Raise Events: all OnBefore e OnAfter events are available for Insert, Modify, Delete and Rename operations
 +  * Improved Error Details: the Event's subscribers are allowed to log error details
 +  * PanicButton: during a subscriber handling, it is possible to request to stop subsequent Sprinkler operations for an error condition
 +  * Embedded Test Tool: available for Partner e Developers
 +
 +==== What's New in v.19.0.00 ====
 +
 +  * Released for Dynamics 365 Business Central v.19
 +  * Internal Storage handling
 +  * OAuth2 authentication is available for WS calls (SAAS Instances)
 +  * Upgrade to new PermissionSet handling objects
 +  * Test Tables and Stress Test Procedure available for users with "eeRis Spk Admin" Permission Set
 +
 +==== What's New in v.18.0.00 ====
 +
 +  * Released for Dynamics 365 Business Central v.18
 +  * Published on Microsoft AppSource Marketplace
 +
 +==== What's New in v.17.0.00 ====
 +
 +  * Released for Dynamics 365 Business Central v.17
 +  * Wizard Setup for an easy configuration
 +  * Setup Check Tool, to identify configuration issues
 +  * Single SOAP call for multiple records
 +  * Dashboard for diagnostic telemetry
 +  * Automatic recovery of Sprinkler CORE Job Queue
 +  * Definition of further User Permission Sets (EERIS SPK MONITORING)
 +
 +==== What's New in v.16.0.00 ====
 +
 +  * Released for Dynamics 365 Business Central v.16
 +  * Licensing review
 +  * Sensitive Data obfuscation
 +  * General update for AppSource requirements
 +  * Sprinkler Test Application
 +  * Dismissal of data transfer via SSIS, no longer available.
 +  * Definition of User Permission Sets for Sprinkler Users (EERIS SPK ADMIN, EERIS SPK SVC, EERIS SPK USER, EERIS SPK WS)
 +  
 +==== What's New in v.1.2.00 ====
 +
 +  * Released for Dynamics 365 Business Central (as Extension 2.0)
 +  * Data distribution via SOAP WebServices
 +  * New licensing implementation for SaaS configuration
 +
 +==== What's New in v.1.1.00 ====
 +
 +  * Released for Microsoft Dynamics 365 Business Central (on-premise)
 +  * New FAST replication (REPLICATE function)
 +  * SSIS activity rundown while no data has to be transferred
 +  * Memory consumption fix on high activity
 +  * Configuration Pages user experience improvements
 +
 +==== What's New in v.1.0.00 ====
 +
 +  * Sprinkler license can be downladed via Microsoft PartnerSource (only available for registered Partners): it is now possible to add Sprinkler add-on to Customer's NAV license, using objects in ISV number range (3000000)
 +
 +==== What's New in v.0.8.00 ====
 +
 +  * Released for Microsoft Dynamics NAV 2018
 +  * Data transmission implemented by a SSIS package; stored procedures has been removed
 +  * In Sprinkler staging database, Linked Tables has been replaced by External Tables
 +  * Configuration Pages user experience improvements
 +  * New logs for activities and errors; created a Log visualization page
 +  * Handling of not recognized Peer's incoming data
 +  * Roles & Permissions configuration; permissions needed by Sprinkler Service User has been reduced
 +  * New object's range provided by Microsoft
 +  * DeliveryLayer dismissed
 +  * Licensing implementation
 +
 +==== What's New in v.0.7.00 ====
 +
 +  * Sprinkler as Extension - installation, update and uninstallation provided also as extension (NAV 2017)
 +  * Internal and transferred data structure reworked, to improve speed performances (XML Payload)
 +  * New DataType handled: BLOB, DateFormula, Duration, RecordID; not handled: Binary (deprecated), OEMCode ed OEMText (not available to developers), TableFilter, Media e Mediaset (incoming in future versions) 
 +  * Configuration Pages user experience improvements
 +
 +==== What's New in v.0.6.00 ====
 +
 +  * NAV 2017 Version (On-Premise)
 +
 +==== What's New in v.0.5.60 ====
 +
 +  * Data distribution via SSIS packages
 +    * Bidirectional data distribution
 +    * Data distribution between more than two peers at the same time (multi-peers)
 +  * Observer Pattern compliance, as defined in [[https://community.dynamics.com/nav/w/designpatterns/248.observer|Dynamics Community]]
 +
 +==== What's New in v.0.5.00 ====
 +
 +  * NAV 2016 Version:
 +    * Events handling
 +    * TestSuite integration
 +  * Comunication between more than two SQL Servers (via Linked Server)
 +  * "On Demand" Replication Utility available for developers ([[OnDemandReplication|How-To]])
 +  * Segregation between Import and Export activation